From 6ba58c9b17c9e41b521d796ab76e5723ee017170 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 21 Jun 2021 16:23:51 +0200 Subject: [PATCH] generic: force per-device RootFS All targets now use OpenWrt device abstraction. Thus, all targets now can be built using a per-device RootFS. Signed-off-by: David Bauer --- targets/generic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/generic b/targets/generic index 7d9723979b..ef240f3388 100644 --- a/targets/generic +++ b/targets/generic @@ -51,8 +51,8 @@ config('KERNEL_IPV6_MROUTE', false) config('COLLECT_KERNEL_DEBUG', true) -try_config('TARGET_MULTI_PROFILE', true) -try_config('TARGET_PER_DEVICE_ROOTFS', true) +config('TARGET_MULTI_PROFILE', true) +config('TARGET_PER_DEVICE_ROOTFS', true) config('GLUON_MULTIDOMAIN', istrue(env.GLUON_MULTIDOMAIN))