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> SVN-Revision: 35464
This commit is contained in:
parent
b99b2ff553
commit
b01e744632
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue