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