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