uboot: create the uboot config file for the shelby as well
fixes #20827 Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 47365
This commit is contained in:
parent
7224c5d249
commit
1345073268
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ touch /etc/config/ubootenv
|
|||
board=$(mvebu_board_name)
|
||||
|
||||
case "$board" in
|
||||
armada-385-linksys-caiman|armada-385-linksys-cobra)
|
||||
armada-385-linksys-caiman|armada-385-linksys-cobra|armada-385-linksys-shelby)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x40000"
|
||||
;;
|
||||
armada-xp-linksys-mamba)
|
||||
|
|
Loading…
Reference in a new issue