diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 05:25:09 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 05:25:09 +0000 |
commit | c34c37a5690d2827ee9303af461f46c984575bc4 (patch) | |
tree | 6c5d63b8ef9eab1a54834c538f6b6941cc6d1d1a /target/linux/ixp4xx-2.6/image/Makefile | |
parent | 6d52fd57a32febf42a6be4d0a5dfd5411c93e447 (diff) |
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).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/Makefile')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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)) |