diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:52 +0000 |
commit | 2883641f47097d580a44fe39bd7615b1b73b645b (patch) | |
tree | c51c7b33d3d69238da9eb7fd28542110c8684833 /package/boot | |
parent | 0ac666e92c437a8cca5d4a607d773233585debad (diff) | |
download | upstream-2883641f47097d580a44fe39bd7615b1b73b645b.tar.gz upstream-2883641f47097d580a44fe39bd7615b1b73b645b.tar.bz2 upstream-2883641f47097d580a44fe39bd7615b1b73b645b.zip |
uboot-envtools: add config for the Edimax BR-6425 board
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35464 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 65cd49cf1f..3599f68522 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -21,6 +21,11 @@ all5002) ;; esac +br6425) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000" + ;; +esac + config_load ubootenv config_foreach ubootenv_add_app_config ubootenv |