summaryrefslogtreecommitdiffstats
path: root/package/wget
diff options
context:
space:
mode:
Diffstat (limited to 'package/wget')
-rw-r--r--package/wget/Config.in8
-rw-r--r--package/wget/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/wget/Config.in b/package/wget/Config.in
new file mode 100644
index 000000000..7d54b5695
--- /dev/null
+++ b/package/wget/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_WGET
+ bool"wget"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/wget/Makefile.in b/package/wget/Makefile.in
new file mode 100644
index 000000000..9c8f8fceb
--- /dev/null
+++ b/package/wget/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_WGET)),y)
+TARGETS+=wget
+endif