uboot-envtools: add config for the Edimax BR-6425 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 2 Feb 2013 17:01:52 +0000 (17:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 2 Feb 2013 17:01:52 +0000 (17:01 +0000)
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35464

package/boot/uboot-envtools/files/ramips

index 65cd49cf1f08b8f6f3e57ee59885502229f22ce8..3599f685229016ef1c08dae9dd50c012700d4c9a 100644 (file)
@@ -21,6 +21,11 @@ all5002)
        ;;
 esac
 
        ;;
 esac
 
+br6425)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
+       ;;
+esac
+
 config_load ubootenv
 config_foreach ubootenv_add_app_config ubootenv
 
 config_load ubootenv
 config_foreach ubootenv_add_app_config ubootenv