X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0a679eefa60bbc9082da79457cb5a355efa7d88c..c34c37a5690d2827ee9303af461f46c984575bc4:/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 79979ec78..3c8582391 100644 --- a/target/linux/ixp4xx-2.6/image/Makefile +++ b/target/linux/ixp4xx-2.6/image/Makefile @@ -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 @@ -29,6 +42,12 @@ 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 Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \ + -m $(BIN_DIR)/NPE-B \ + -p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin endef $(eval $(call BuildImage))