Diff for /elwix/config/rc.elwix.mips_alfan2 between versions 1.1.2.14 and 1.1.2.17

version 1.1.2.14, 2014/01/20 13:15:46 version 1.1.2.17, 2014/01/24 00:02:15
Line 122  IMGNAME="${REL}/ELWIX-${VERSION}_${TARGET_ARCH}" Line 122  IMGNAME="${REL}/ELWIX-${VERSION}_${TARGET_ARCH}"
   
 ### Make U-boot image  ### Make U-boot image
 UB_COMPRESS="lzma"  UB_COMPRESS="lzma"
   UB_COMPRESS_ROOTFS="ulzma"
 # Must be same like into kernel config [ KERNLOADADDR=0x80050000 ]  # Must be same like into kernel config [ KERNLOADADDR=0x80050000 ]
 # if address variables are commented install2ub.sh automatic detect addresses  # if address variables are commented install2ub.sh automatic detect addresses
 UB_LOADADDR=0x80050000  UB_LOADADDR=0x80050000
 UB_ENTRYADDR=0x80050100  UB_ENTRYADDR=0x80050100
   UB_ORDER="be"
   
   # u-boot rootfs image size
   UB_ROOTFS_SIZE="24m"
   
 ### Cross  ### Cross
 CBUILD="${DEST}/cross_build.sh"  CBUILD="${DEST}/cross_build.sh"

Removed from v.1.1.2.14  
changed lines
  Added in v.1.1.2.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>