diff options
Diffstat (limited to 'target/linux/adm5120/rb1xx')
-rwxr-xr-x | target/linux/adm5120/rb1xx/base-files/sbin/wget2nand | 2 | ||||
-rw-r--r-- | target/linux/adm5120/rb1xx/config-3.8 (renamed from target/linux/adm5120/rb1xx/config-3.3) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/rb1xx/base-files/sbin/wget2nand b/target/linux/adm5120/rb1xx/base-files/sbin/wget2nand index 6cd8d6fbd..f7e0a092c 100755 --- a/target/linux/adm5120/rb1xx/base-files/sbin/wget2nand +++ b/target/linux/adm5120/rb1xx/base-files/sbin/wget2nand @@ -6,7 +6,7 @@ # Licence GPL V2 # Author david.goodenough@linkchoose.co.uk # Based on cf2nand from RB532 support -. /etc/functions.sh +. /lib/functions.sh [ -d /tmp/wget2nand-rootfs ] && { echo "/tmp/wget2nand-rootfs already exists" diff --git a/target/linux/adm5120/rb1xx/config-3.3 b/target/linux/adm5120/rb1xx/config-3.8 index fc173cc21..69c545c50 100644 --- a/target/linux/adm5120/rb1xx/config-3.3 +++ b/target/linux/adm5120/rb1xx/config-3.8 @@ -27,7 +27,7 @@ CONFIG_ADM5120_MACH_RB_192=y CONFIG_ADM5120_OEM_MIKROTIK=y # CONFIG_ADM5120_OEM_MOTOROLA is not set # CONFIG_ADM5120_OEM_OSBRIDGE is not set -CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=yaffs2" +CONFIG_CMDLINE="console=ttyAM0,115200 rootfstype=yaffs2" # CONFIG_JFFS2_FS is not set # CONFIG_MTD_MYLOADER_PARTS is not set CONFIG_MTD_NAND=y |