--- elwix/Attic/install2ub.sh 2013/05/15 16:30:59 1.1.2.3 +++ elwix/Attic/install2ub.sh 2013/05/17 23:33:41 1.1.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: install2ub.sh,v 1.1.2.3 2013/05/15 16:30:59 misho Exp $ +# $Id: install2ub.sh,v 1.1.2.4 2013/05/17 23:33:41 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -71,7 +71,7 @@ mkimgUB() { echo "+++ Make ELWIX U-boot kernel image ..." - uboot_mkimage -A ${TARGET} -O linux -T kernel -C ${UB_COMPRESS} \ + uboot_mkimage -A ${TARGET} -O netbsd -T kernel -C ${UB_COMPRESS} \ -a ${UB_LOADADDR} -e ${UB_ENTRYADDR} -n "ELWIX version ${VERSION} kernel" \ -d ${UB_K} ${UB_K}.ub }