diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-07-17 10:44:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-18 23:45:34 +0200 |
commit | 65329a102485c7a760a0129643b128f44c73c0f4 (patch) | |
tree | aa4e1893c47acc5bc535c3939b38ac9f8f12eb23 /system | |
parent | a661e0ba5eb44d8d9fbd8845b3c4e6cc28c728c5 (diff) |
system: do not handle network settings for custom skeleton
We expect the custom skeleton to be fully filled with the necessary
files, now. There is definitely no reason we should handle network
settings in there. A user using a custom skeleton should be fully
responsible for providing a functional skeleton.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/Config.in b/system/Config.in index 5549318bc..d9a9dfb06 100644 --- a/system/Config.in +++ b/system/Config.in @@ -357,9 +357,6 @@ config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW read-only. If unsure, say Y. -endif # BR2_ROOTFS_SKELETON_DEFAULT - - config BR2_SYSTEM_DHCP string "Network interface to configure through DHCP" default "" @@ -379,6 +376,8 @@ comment "automatic network configuration via DHCP is not compatible with network comment "automatic network configuration via DHCP needs ifupdown or busybox" depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_IFUPDOWN) +endif # BR2_ROOTFS_SKELETON_DEFAULT + config BR2_TARGET_TZ_INFO bool "Install timezone info" # No timezone for musl; only for uClibc or glibc. |