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