diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-19 13:01:17 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-19 13:01:17 +0000 |
commit | a2f85214c20c848b7bdc7b2ad051b87aa6a0de15 (patch) | |
tree | 828faea979a4cc8f539a3cc3ac34a885756d26e4 /package/boot/uboot-envtools/files/ramips | |
parent | 7b3bf8dc828fd542d2174aea62ad56dd957bd48d (diff) | |
download | master-187ad058-a2f85214c20c848b7bdc7b2ad051b87aa6a0de15.tar.gz master-187ad058-a2f85214c20c848b7bdc7b2ad051b87aa6a0de15.tar.bz2 master-187ad058-a2f85214c20c848b7bdc7b2ad051b87aa6a0de15.zip |
[package] uboot-env: fix spurious esac within ramips uci-defaults
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37814 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/files/ramips')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 3599f68522..1ab614890d 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -19,8 +19,6 @@ all0256n | \ all5002) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; -esac - br6425) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000" ;; |