Added the npe-ucode package to create the microcode for the IXP4XX NPE ethernet drive...
[openwrt.git] / target / linux / ixp4xx-2.6 / image / Makefile
index 6142d09..3c85823 100644 (file)
@@ -7,7 +7,20 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/image.mk
 
+define Build/Compile
+       $(MAKE) -C apex \
+               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
@@ -30,11 +43,11 @@ endef
 define Image/Build/jffs2-128k
        dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync
        BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/slugimage.pl \
+               -L $(KDIR)/apex-nslu2-armeb.bin \
                -k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \
-               -r Ramdisk:1,Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
+               -r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
+               -m $(BIN_DIR)/NPE-B \
                -p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin
-#              -L $(BIN_DIR)/apex-nslu2-armeb.bin
-#              -m $(BIN_DIR)/NPE-B
 endef
 
 $(eval $(call BuildImage))
This page took 0.026657 seconds and 4 git commands to generate.