diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:09:35 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:13:50 +0200 |
commit | 7a175e2d44095c144757e8115b281f507bbfc284 (patch) | |
tree | ef80163ff799700213bfedec8abb8ee6e631245c /target | |
parent | b5b2425cba8b9ec18c4ffa5c03d29a0fc83f530a (diff) | |
download | upstream-7a175e2d44095c144757e8115b281f507bbfc284.tar.gz upstream-7a175e2d44095c144757e8115b281f507bbfc284.tar.bz2 upstream-7a175e2d44095c144757e8115b281f507bbfc284.zip |
ipq806x: clean up redundant initialization of core device image variables
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index f527fb648f..9bf072e171 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -40,11 +40,8 @@ define Device/Default KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts) KERNEL_INITRAMFS_PREFIX := $$(IMG_PREFIX)-$(1)-initramfs KERNEL_PREFIX := $$(IMAGE_PREFIX) - IMAGES := - KERNEL_IN_UBI := - BOARD_NAME := endef -DEVICE_VARS += BOARD_NAME KERNEL_SIZE +DEVICE_VARS += KERNEL_SIZE define Device/LegacyImage KERNEL_SUFFIX := -uImage |