diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:40 +0000 |
commit | 21393323d02bb7c852a2c16e8f2fd457af0cc5d8 (patch) | |
tree | 5df7fae6d2d865be56cd198778e89c4c89e01d23 /package | |
parent | 9da2c85b67eb166a9082c1b89be680a91ec6b848 (diff) | |
download | upstream-21393323d02bb7c852a2c16e8f2fd457af0cc5d8.tar.gz upstream-21393323d02bb7c852a2c16e8f2fd457af0cc5d8.tar.bz2 upstream-21393323d02bb7c852a2c16e8f2fd457af0cc5d8.zip |
package/uboot-envtools: add OpenMesh MR600 support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34236
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/ar71xx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx index 6e2415d24c..8cf04297f5 100644 --- a/package/boot/uboot-envtools/files/ar71xx +++ b/package/boot/uboot-envtools/files/ar71xx @@ -15,7 +15,8 @@ board=$(ar71xx_board_name) case "$board" in all0258n | \ -cap4200ag) +cap4200ag | \ +mr600) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; alfa-ap96 | \ |