X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c6de2c0d2fb3c94abc129f9343d6f94257235c6d..0bc848a5da9a8b1cbb5e2760eaec0dedaa70c713:/target/linux/atheros/image/Makefile diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 40044895b..fb9afae5c 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.$(1).img" + endif endef $(eval $(call BuildImage))