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