uboot-kirkwood: Add support for iomega iconnect wireless
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23218
This commit is contained in:
parent
f05a30206c
commit
83246559fd
@ -34,7 +34,11 @@ define uboot/dockstar
|
|||||||
TITLE:=U-boot for the Seagate Dockstar
|
TITLE:=U-boot for the Seagate Dockstar
|
||||||
endef
|
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/template
|
||||||
define Package/uboot-kirkwood-$(1)
|
define Package/uboot-kirkwood-$(1)
|
||||||
@ -73,6 +77,7 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
u-boot.kwb \
|
||||||
CROSS_COMPILE=$(TARGET_CROSS)
|
CROSS_COMPILE=$(TARGET_CROSS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -80,6 +85,8 @@ define Package/uboot/install/default
|
|||||||
$(INSTALL_DIR) $(BIN_DIR)
|
$(INSTALL_DIR) $(BIN_DIR)
|
||||||
$(CP) $(PKG_BUILD_DIR)/u-boot.bin \
|
$(CP) $(PKG_BUILD_DIR)/u-boot.bin \
|
||||||
$(BIN_DIR)/openwrt-$(BOARD)-$(1)-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
|
endef
|
||||||
|
|
||||||
define Package/uboot/install/template
|
define Package/uboot/install/template
|
||||||
|
Loading…
Reference in New Issue
Block a user