Skip to content

Commit

Permalink
generic: force per-device RootFS
Browse files Browse the repository at this point in the history
All targets now use OpenWrt device abstraction. Thus, all targets now
can be built using a per-device RootFS.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Jun 21, 2021
1 parent 38a11ea commit 6ba58c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 6ba58c9

Please sign in to comment.