diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 21:00:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 21:00:41 +0000 |
commit | 9314180c349189c44585fc86058adce9bf36a5ee (patch) | |
tree | 027b80a7f8860dfbbe19b63e4d8b918b574f2e52 /package/boot/uboot-envtools | |
parent | f88687aaf9603e422ccda609a60a96c55912af9c (diff) | |
download | upstream-9314180c349189c44585fc86058adce9bf36a5ee.tar.gz upstream-9314180c349189c44585fc86058adce9bf36a5ee.tar.bz2 upstream-9314180c349189c44585fc86058adce9bf36a5ee.zip |
uboot-envtools: add ramips wsr-600/1166 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44897
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 1ab614890d..5ddaed0ee8 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -19,6 +19,8 @@ all0256n | \ all5002) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; +wsr-600 | \ +wsr-1166 | \ br6425) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000" ;; |