Diff for /elwix/config/Attic/rc.elwix between versions 1.7.4.4 and 1.7.4.5

version 1.7.4.4, 2013/05/14 09:32:42 version 1.7.4.5, 2013/05/15 16:29:23
Line 109  SHA1CHK_LITE128="${IMGNAME_LITE128}.sha1" Line 109  SHA1CHK_LITE128="${IMGNAME_LITE128}.sha1"
 IMG_LITE128="${IMGNAME_LITE128}.img"  IMG_LITE128="${IMGNAME_LITE128}.img"
   
 ### Make U-boot image  ### Make U-boot image
UB_COMPRESS="gzip"UB_COMPRESS="none"
 UB_OBJS="${BSDOBJ}/uboot"  UB_OBJS="${BSDOBJ}/uboot"
 UB_KERNEL="${UB_OBJS}/kernel"  UB_KERNEL="${UB_OBJS}/kernel"
 # Must be same like into kernel config [ KERNLOADADDR=0x80050000 ]  # Must be same like into kernel config [ KERNLOADADDR=0x80050000 ]
UB_LOADADDR=0x80050000# if address variables are commented install2ub.sh automatic detect addresses
UB_ENTRYADDR=0x80050000#UB_LOADADDR=0x80002000
 #UB_ENTRYADDR=0x80002100
   
 ### Cross  ### Cross
 CBUILD="${DEST}/cross_build.sh"  CBUILD="${DEST}/cross_build.sh"

Removed from v.1.7.4.4  
changed lines
  Added in v.1.7.4.5


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