diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-11-03 11:07:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-11-03 11:07:30 +0000 |
commit | 13450732682a6c6914d9d8a9eecda40510da1598 (patch) | |
tree | a228abfef726de2f33ea27d9c90b60df4ea2ecd5 /package/boot/uboot-envtools/files/mvebu | |
parent | 7224c5d2490732c6e76ea5bfda184b7b4d2686e6 (diff) | |
download | upstream-13450732682a6c6914d9d8a9eecda40510da1598.tar.gz upstream-13450732682a6c6914d9d8a9eecda40510da1598.tar.bz2 upstream-13450732682a6c6914d9d8a9eecda40510da1598.zip |
uboot: create the uboot config file for the shelby as well
fixes #20827
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47365
Diffstat (limited to 'package/boot/uboot-envtools/files/mvebu')
-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) |