uboot-envtools: add more kirkwood boards
authorLuka Perkov <luka@openwrt.org>
Thu, 18 Dec 2014 15:53:46 +0000 (15:53 +0000)
committerLuka Perkov <luka@openwrt.org>
Thu, 18 Dec 2014 15:53:46 +0000 (15:53 +0000)
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
SVN-Revision: 43747

package/boot/uboot-envtools/Makefile
package/boot/uboot-envtools/files/kirkwood

index 6b0885ac8b36473be3b865e4b2ddcdbcb9231d8c..d011c507a9993440a23e9d1e2606b14be62026dc 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 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
index b15b8f98f9f4da03f3048b695a07ed61c5f931f1..c868d07b12ec4eff421dc127b940eb36935f9230 100644 (file)
@@ -16,8 +16,11 @@ board=$(kirkwood_board_name)
 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