aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:21 +0000
commitd057b4aae39c3b12d2ab141df88bc0f073d4c4b4 (patch)
treee20a5c11e3b92386d81e171d461f39075c4ea9a1 /target/linux/atheros/image
parent91f127bbe1875fbc5df5511b3997082e9a22afb9 (diff)
downloadmaster-187ad058-d057b4aae39c3b12d2ab141df88bc0f073d4c4b4.tar.gz
master-187ad058-d057b4aae39c3b12d2ab141df88bc0f073d4c4b4.tar.bz2
master-187ad058-d057b4aae39c3b12d2ab141df88bc0f073d4c4b4.zip
atheros: remove odd board check during image build
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/image')
-rw-r--r--target/linux/atheros/image/Makefile2
1 files changed, 0 insertions, 2 deletions
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))