summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-13 17:19:00 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-14 10:27:30 +0200
commite0ed6ec667c74ae48694808626d3bf00bea12b2b (patch)
treed6ba198cad2a3b299434804c56a0f41fcc9574cf /target/linux/oxnas
parent1729a089fe087f36e09c7811b6aca89524edc181 (diff)
downloadmaster-31e0f0ae-e0ed6ec667c74ae48694808626d3bf00bea12b2b.tar.gz
master-31e0f0ae-e0ed6ec667c74ae48694808626d3bf00bea12b2b.tar.bz2
master-31e0f0ae-e0ed6ec667c74ae48694808626d3bf00bea12b2b.zip
image: clean up UBI related device variable definitions
Move UBI related variable export to core, since the variables are used by a core Build/ template Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r--target/linux/oxnas/image/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/oxnas/image/Makefile b/target/linux/oxnas/image/Makefile
index 42bbbc826e..3eb1212a74 100644
--- a/target/linux/oxnas/image/Makefile
+++ b/target/linux/oxnas/image/Makefile
@@ -10,8 +10,7 @@ include $(INCLUDE_DIR)/image.mk
UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
-DEVICE_VARS += DTS KERNEL_SIZE PAGESIZE BLOCKSIZE SUBPAGESIZE
-DEVICE_VARS += KERNEL_IN_UBI UBOOTENV_IN_UBI UBIFS_OPTS
+DEVICE_VARS += DTS KERNEL_SIZE UBIFS_OPTS
KERNEL_LOADADDR := 0x60008000