diff options
author | Luka Perkov <luka@openwrt.org> | 2014-12-18 15:53:46 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-12-18 15:53:46 +0000 |
commit | b3bf8f88846affb8f8ad60f548bfb4e27baf8d11 (patch) | |
tree | 52a8b241afef60439e5279dbace94c78d0843c25 /package/boot/uboot-envtools | |
parent | b86331c9ad31da8a6e99004276cf488dd8ada576 (diff) | |
download | upstream-b3bf8f88846affb8f8ad60f548bfb4e27baf8d11.tar.gz upstream-b3bf8f88846affb8f8ad60f548bfb4e27baf8d11.tar.bz2 upstream-b3bf8f88846affb8f8ad60f548bfb4e27baf8d11.zip |
uboot-envtools: add more kirkwood boards
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 2 | ||||
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 6b0885ac8b..d011c507a9 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -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 diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index b15b8f98f9..c868d07b12 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -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 |