package/uboot-envtools: add CAP4200AG support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33959
This commit is contained in:
parent
e99d557c08
commit
5a6a2e55b9
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ touch /etc/config/ubootenv
|
||||||
board=$(ar71xx_board_name)
|
board=$(ar71xx_board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
all0258n)
|
all0258n | \
|
||||||
|
cap4200ag)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
alfa-ap96 | \
|
alfa-ap96 | \
|
||||||
|
|
Loading…
Reference in a new issue