From: Felix Fietkau Date: Fri, 13 Mar 2015 03:02:21 +0000 (+0000) Subject: atheros: remove odd board check during image build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=243a1289ed17e4df39d10513d85e60be1e5d5fa7 atheros: remove odd board check during image build Signed-off-by: Sergey Ryazanov SVN-Revision: 44735 --- 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))