Author: luka Date: 2014-12-18 16:53:46 +0100 (Thu, 18 Dec 2014) New Revision: 43747
Modified: trunk/package/boot/uboot-envtools/Makefile trunk/package/boot/uboot-envtools/files/kirkwood Log: uboot-envtools: add more kirkwood boards - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma <[email protected]> Modified: trunk/package/boot/uboot-envtools/Makefile =================================================================== --- trunk/package/boot/uboot-envtools/Makefile 2014-12-18 11:57:42 UTC (rev 43746) +++ trunk/package/boot/uboot-envtools/Makefile 2014-12-18 15:53:46 UTC (rev 43747) @@ -10,7 +10,7 @@ PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot PKG_VERSION:=2014.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 Modified: trunk/package/boot/uboot-envtools/files/kirkwood =================================================================== --- trunk/package/boot/uboot-envtools/files/kirkwood 2014-12-18 11:57:42 UTC (rev 43746) +++ trunk/package/boot/uboot-envtools/files/kirkwood 2014-12-18 15:53:46 UTC (rev 43747) @@ -16,8 +16,11 @@ case "$board" in "ea3500" | \ "ea4500" | \ +"guruplug-server-plus" | \ "ib62x0" | \ -"pogo_e02") +"pogo_e02" | \ +"sheevaplug" | \ +"sheevaplug-esata" ) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; esac _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
