diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-11-03 11:08:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-11-03 11:08:53 +0000 |
commit | 827329791a159ec484f9d8ad38e52e0bbac5d28c (patch) | |
tree | d0ce83fd59b3b7feba14045831f92d4c3e605f20 | |
parent | 2f99e562e03487b927782fcd0f690346d71c34e1 (diff) | |
download | upstream-827329791a159ec484f9d8ad38e52e0bbac5d28c.tar.gz upstream-827329791a159ec484f9d8ad38e52e0bbac5d28c.tar.bz2 upstream-827329791a159ec484f9d8ad38e52e0bbac5d28c.zip |
uboot: create the uboot config file for the shelby as well
fixes #20827, backport of r47365
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47366 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/boot/uboot-envtools/files/mvebu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index 13b48fdbe4..2362bc3ee3 100644 --- a/package/boot/uboot-envtools/files/mvebu +++ b/package/boot/uboot-envtools/files/mvebu @@ -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) |