Diff for /elwix/config/rc.elwix.mips_alfan2 between versions 1.1.2.13 and 1.1.2.15

version 1.1.2.13, 2014/01/20 13:05:17 version 1.1.2.15, 2014/01/21 23:37:03
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_OBJS="${BSDOBJ}/uboot"UB_COMPRESS_ROOTFS="ulzma"
UB_KERNEL="${UB_OBJS}/kernel" 
 # 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=0x80002000UB_LOADADDR=0x80050000
#UB_ENTRYADDR=0x80002100UB_ENTRYADDR=0x80050100
 UB_ORDER="be"
   
 ### Cross  ### Cross
 CBUILD="${DEST}/cross_build.sh"  CBUILD="${DEST}/cross_build.sh"

Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.15


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