summaryrefslogtreecommitdiffstats
path: root/package/uboot-kirkwood
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-04 09:49:49 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-04 09:49:49 +0000
commit7185a456eda09a348828e372c672498e6d6fefd4 (patch)
tree4f0b09f6d0105967a6cedc4b014eac842989648c /package/uboot-kirkwood
parentb91f24824772c446534e8b296dec1a0baada6b1d (diff)
[packages] uboot-kirkwood: Add support for iomega iconnect wireless
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-kirkwood')
-rw-r--r--package/uboot-kirkwood/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile
index f3f9259a7..d0835e7a3 100644
--- a/package/uboot-kirkwood/Makefile
+++ b/package/uboot-kirkwood/Makefile
@@ -34,7 +34,11 @@ define uboot/dockstar
TITLE:=U-boot for the Seagate Dockstar
endef
-UBOOTS:=sheevaplug dockstar
+define uboot/iconnect
+ TITLE:=U-boot for the Iomega iConnect Wireless
+endef
+
+UBOOTS:=sheevaplug dockstar iconnect
define Package/uboot/template
define Package/uboot-kirkwood-$(1)
@@ -73,6 +77,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
+ u-boot.kwb \
CROSS_COMPILE=$(TARGET_CROSS)
endef
@@ -80,6 +85,8 @@ define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)
$(CP) $(PKG_BUILD_DIR)/u-boot.bin \
$(BIN_DIR)/openwrt-$(BOARD)-$(1)-u-boot.bin
+ $(CP) $(PKG_BUILD_DIR)/u-boot.kwb \
+ $(BIN_DIR)/openwrt-$(BOARD)-$(1)-u-boot.kwb
endef
define Package/uboot/install/template