From aebe6ef30829229ab40866fa8b3df9460ab81e7a Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Mon, 9 Mar 2020 16:21:42 +0900 Subject: oxnas: clean up DEVICE_VARS DTS variable is not used in any device. Just drop it. UBIFS_OPTS is not device-dependent here. Remove it from DEVICE_VARS. Signed-off-by: Sungbo Eo --- target/linux/oxnas/image/ox820.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/oxnas/image/ox820.mk') diff --git a/target/linux/oxnas/image/ox820.mk b/target/linux/oxnas/image/ox820.mk index 0c0301b1ec..41ab3e230a 100644 --- a/target/linux/oxnas/image/ox820.mk +++ b/target/linux/oxnas/image/ox820.mk @@ -1,5 +1,4 @@ -UBIFS_OPTS = -m 2048 -e 126KiB -c 4096 -DEVICE_VARS += DTS UBIFS_OPTS +UBIFS_OPTS := -m 2048 -e 126KiB -c 4096 KERNEL_LOADADDR := 0x60008000 define Device/Default @@ -10,7 +9,7 @@ define Device/Default PAGESIZE := 2048 SUBPAGESIZE := 512 FILESYSTEMS := squashfs ubifs - PROFILES = Default $$(DTS) + PROFILES := Default SUPPORTED_DEVICES := $(subst _,$(comma),$(1)) DEVICE_DTS := ox820-$(subst _,-,$(1)) KERNEL := kernel-bin | append-dtb | uImage none -- cgit v1.2.3