X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Fimage%2FMakefile;h=15cd9958654f55cbb145d874a1fee61607d01b9c;hp=40044895b87116c839ea4c722e37494fec7f159f;hb=1c4145f913f7c7d954aaeef7216f5e1ec3f4c778;hpb=f0c31da5a21302a7f25fbb818d24100f0ad3d4e3 diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 40044895b..15cd99586 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -51,6 +51,12 @@ define Image/Build -p0x150000:0x2a0000:::rootfs:$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ $(BIN_DIR)/openwrt-$(BOARD)-wpe53g-$(1).bin + ifeq ($(BOARD),atheros) + -sh $(TOPDIR)/scripts/combined-image.sh \ + "$(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma" \ + "$(BIN_DIR)/openwrt-$(BOARD)-root.$(1)" \ + "$(BIN_DIR)/openwrt-$(BOARD)-combined.img" + endif endef $(eval $(call BuildImage))