Browse Source

atheros: remove odd board check during image build

Signed-off-by: Sergey Ryazanov <[email protected]>

SVN-Revision: 44735
Felix Fietkau 10 years ago
parent
commit
558a452e1a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      target/linux/atheros/image/Makefile

+ 0 - 2
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))