summaryrefslogtreecommitdiff
path: root/target/linux
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
commit558a452e1a50f6195c8839c9828ae94a89ea0308 (patch)
tree49e601a3e41549aec0b26478c4a0aac45fe6ecbf /target/linux
parentcfbaa0091419d8fb545f090898e037a42ce11e27 (diff)
downloadmtk-20170518-558a452e1a50f6195c8839c9828ae94a89ea0308.zip
mtk-20170518-558a452e1a50f6195c8839c9828ae94a89ea0308.tar.gz
mtk-20170518-558a452e1a50f6195c8839c9828ae94a89ea0308.tar.bz2
atheros: remove odd board check during image build
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44735
Diffstat (limited to 'target/linux')
-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 a31bf6a..86f2d44 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))