diff options
Diffstat (limited to 'package/ntp')
-rw-r--r-- | package/ntp/Config.in | 8 | ||||
-rw-r--r-- | package/ntp/Makefile.in | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/ntp/Config.in b/package/ntp/Config.in new file mode 100644 index 000000000..ba6405e55 --- /dev/null +++ b/package/ntp/Config.in @@ -0,0 +1,8 @@ +# + +config BR2_PACKAGE_NTP + bool"ntp" + default n + help + Add help text here. + diff --git a/package/ntp/Makefile.in b/package/ntp/Makefile.in new file mode 100644 index 000000000..8b04e06b1 --- /dev/null +++ b/package/ntp/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_NTP)),y) +TARGETS+=ntp +endif |