mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
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
@ -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 New Issue
Block a user