Author: kaloz Date: 2015-11-03 12:07:30 +0100 (Tue, 03 Nov 2015) New Revision: 47365
Modified: trunk/package/boot/uboot-envtools/files/mvebu Log: uboot: create the uboot config file for the shelby as well fixes #20827 Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/package/boot/uboot-envtools/files/mvebu =================================================================== --- trunk/package/boot/uboot-envtools/files/mvebu 2015-11-02 18:26:15 UTC (rev 47364) +++ trunk/package/boot/uboot-envtools/files/mvebu 2015-11-03 11:07:30 UTC (rev 47365) @@ -14,7 +14,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
