Skip to content
Snippets Groups Projects
Commit 6ba58c9b authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent 38a11eac
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,8 @@ config('KERNEL_IPV6_MROUTE', false) ...@@ -51,8 +51,8 @@ config('KERNEL_IPV6_MROUTE', false)
config('COLLECT_KERNEL_DEBUG', true) config('COLLECT_KERNEL_DEBUG', true)
try_config('TARGET_MULTI_PROFILE', true) config('TARGET_MULTI_PROFILE', true)
try_config('TARGET_PER_DEVICE_ROOTFS', true) config('TARGET_PER_DEVICE_ROOTFS', true)
config('GLUON_MULTIDOMAIN', istrue(env.GLUON_MULTIDOMAIN)) config('GLUON_MULTIDOMAIN', istrue(env.GLUON_MULTIDOMAIN))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment