diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 15:41:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 15:41:01 +0000 |
commit | 806cc3b5d3a159c9748b953240d169529e54eebb (patch) | |
tree | 15c2e9328585df16798f4278589bbc36f4edaaa1 /package/ntp/Config.in | |
parent | 7bc14306692220ab2bd67c10db90b8a803c37662 (diff) | |
download | buildroot-novena-806cc3b5d3a159c9748b953240d169529e54eebb.tar.gz buildroot-novena-806cc3b5d3a159c9748b953240d169529e54eebb.zip |
- bump version, make it compile. tickadjust has to be disabled. Closes #1029
Provide means for installing sntp
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 |