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

version 1.7.4.5, 2013/05/15 16:29:23 version 1.7.4.6, 2013/05/17 23:33:42
Line 47  BSDKERNCONF="${BSDSRC}/sys/${TARGET}/conf" Line 47  BSDKERNCONF="${BSDSRC}/sys/${TARGET}/conf"
 KERNDEVHINTS="${BSDKERNCONF}/GENERIC.hints"  KERNDEVHINTS="${BSDKERNCONF}/GENERIC.hints"
   
 KERNEL="${KERN}/boot/kernel/kernel"  KERNEL="${KERN}/boot/kernel/kernel"
KERNCONF="ELWIX_AR724X"KERNCONF="ELWIX_PB92"
   
 ### Rootfs  ### Rootfs
 MKDIR="${ADIR}/${TARGET_ARCH}/elwix"  MKDIR="${ADIR}/${TARGET_ARCH}/elwix"
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="none"UB_COMPRESS="lzma"
 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 ]

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


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