diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 05:46:44 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 05:46:53 -0600 |
commit | 53ac2834de5a92eabbe23e0df18e2e93875729de (patch) | |
tree | a1a64e2e01c95084600e7e21da5f21ebe83486d6 /package/busybox/config/networking | |
parent | ba50329aa0ee97b6bba40c61f930619ec57620b1 (diff) |
use second partition on solidrun hw. fix install script
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index cdc765d97..a2475a161 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -761,6 +761,7 @@ config BUSYBOX_NTPD config BUSYBOX_FEATURE_NTPD_SERVER bool "Make ntpd usable as a NTP server" default n + depends on !BUSYBOX_DISABLE_NTPD depends on BUSYBOX_NTPD help Make ntpd usable as a NTP server. If you disable this option |