Update YAFFS config, wget2nand should use br-lan since eth0 is always bridged now, vmlinux.elf has to be used
SVN-Revision: 7404
This commit is contained in:
parent
3cefaa021b
commit
6d1ccaedf1
2 changed files with 5 additions and 4 deletions
|
@ -13,9 +13,9 @@
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# first get an address for eth0 using udhcpc
|
# first get an address for br-lan using udhcpc
|
||||||
killall udhcpc
|
killall udhcpc
|
||||||
/sbin/udhcpc -i eth0
|
/sbin/udhcpc -i br-lan
|
||||||
|
|
||||||
# need to find the wget server from the command line
|
# need to find the wget server from the command line
|
||||||
url=$1
|
url=$1
|
||||||
|
@ -45,7 +45,7 @@ mount -t yaffs2 "$boot" /tmp/wget2nand-boot
|
||||||
|
|
||||||
echo "Copying filesystem..."
|
echo "Copying filesystem..."
|
||||||
( wget -O - $url/openwrt-adm5120-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
( wget -O - $url/openwrt-adm5120-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
|
||||||
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-adm5120-2.6-vmlinux
|
wget -O /tmp/wget2nand-boot/kernel $url/openwrt-adm5120-2.6-vmlinux.elf
|
||||||
|
|
||||||
# update the command line on the kernel to boot from the right place
|
# update the command line on the kernel to boot from the right place
|
||||||
[ ! -e /sbin/patch-cmdline ] && {
|
[ ! -e /sbin/patch-cmdline ] && {
|
||||||
|
|
|
@ -271,11 +271,12 @@ CONFIG_USB_ADM5120_HCD=y
|
||||||
CONFIG_USB_YEALINK=m
|
CONFIG_USB_YEALINK=m
|
||||||
# CONFIG_USB_ZD1201 is not set
|
# CONFIG_USB_ZD1201 is not set
|
||||||
CONFIG_VM_EVENT_COUNTERS=y
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
|
CONFIG_YAFFS_9BYTE_TAGS=y
|
||||||
# CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set
|
# CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set
|
||||||
CONFIG_YAFFS_AUTO_YAFFS2=y
|
CONFIG_YAFFS_AUTO_YAFFS2=y
|
||||||
|
CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10
|
||||||
# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set
|
# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set
|
||||||
# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set
|
# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set
|
||||||
# CONFIG_YAFFS_DOES_ECC is not set
|
|
||||||
CONFIG_YAFFS_FS=y
|
CONFIG_YAFFS_FS=y
|
||||||
CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y
|
CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y
|
||||||
CONFIG_YAFFS_YAFFS1=y
|
CONFIG_YAFFS_YAFFS1=y
|
||||||
|
|
Loading…
Reference in a new issue