diff options
Diffstat (limited to 'package/ntp/Config.in')
-rw-r--r-- | package/ntp/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/ntp/Config.in b/package/ntp/Config.in index 0f35a17a6..cd9c7bba1 100644 --- a/package/ntp/Config.in +++ b/package/ntp/Config.in @@ -6,3 +6,10 @@ config BR2_PACKAGE_NTP Provides things like ntpd, ntpdate, ntpq, etc... http://www.ntp.org/ + +config BR2_PACKAGE_NTP_SNTP + bool "sntp" + default n + depends BR2_PACKAGE_NTP + help + Simple network time protocol program |