X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Fimage%2FMakefile;fp=target%2Flinux%2Fatheros%2Fimage%2FMakefile;h=86f2d44bfecb36eb49be9a6422fc7dd631be633b;hb=d6c1a22518b6a8528fcf63f86712ab7cf308a2e6;hp=a31bf6aaccee4f56e6f25900828e4e616df371d8;hpb=caf254e09d213622a911d2dcba37c7a128df78d5;p=openwrt.git diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index a31bf6aacc..86f2d44bfe 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -51,12 +51,10 @@ define Image/Build -p0x150000:0x2a0000:::rootfs:$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) \ $(BIN_DIR)/$(IMG_PREFIX)-wpe53g-$(1).bin - ifeq ($(BOARD),atheros) -sh $(TOPDIR)/scripts/combined-image.sh \ "$(BIN_DIR)/$(IMG_PREFIX)-vmlinux.lzma" \ "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \ "$(BIN_DIR)/$(IMG_PREFIX)-combined.$(1).img" - endif endef $(eval $(call BuildImage))