From fb8f8ffcc233b4ef4ca8baef5e9ac1ead52f9a8a Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 1 Jan 2007 05:25:09 +0000 Subject: Added the npe-ucode package to create the microcode for the IXP4XX NPE ethernet driver. Note that the user has to download the actual Intel microcode package themselves (agreeing to the Intel license to do so). SVN-Revision: 5951 --- target/linux/ixp4xx-2.6/image/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'target/linux/ixp4xx-2.6/image/Makefile') diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile index fc17c0f9ee..3c85823913 100644 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ b/target/linux/ixp4xx-2.6/image/Makefile @@ -12,10 +12,15 @@ define Build/Compile BUILD_DIR="$(KDIR)" \ TARGET="$(KDIR)" \ install + $(MAKE) -C npe-ucode \ + BUILD_DIR="$(KDIR)" \ + TARGET="$(KDIR)" \ + install endef define Build/Clean $(MAKE) -C apex clean + $(MAKE) -C npe-ucode clean endef define Image/Prepare @@ -41,8 +46,8 @@ define Image/Build/jffs2-128k -L $(KDIR)/apex-nslu2-armeb.bin \ -k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \ -r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \ + -m $(BIN_DIR)/NPE-B \ -p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin -# -m $(BIN_DIR)/NPE-B endef $(eval $(call BuildImage)) -- cgit v1.2.3