diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:21 +0000 |
commit | d057b4aae39c3b12d2ab141df88bc0f073d4c4b4 (patch) | |
tree | e20a5c11e3b92386d81e171d461f39075c4ea9a1 /target/linux/atheros | |
parent | 91f127bbe1875fbc5df5511b3997082e9a22afb9 (diff) | |
download | upstream-d057b4aae39c3b12d2ab141df88bc0f073d4c4b4.tar.gz upstream-d057b4aae39c3b12d2ab141df88bc0f073d4c4b4.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/atheros/image/Makefile | 2 |
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)) |