diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-12 22:53:59 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-14 00:38:47 +0100 |
commit | 92919160b8a06260463ba3e3a241e433bbe1d947 (patch) | |
tree | 88519953ce3789483a3c396fdb8768bb5ce38984 /package/hotplug/Config.in | |
parent | accbd71154b8815678baa12f21f853ed8478f400 (diff) | |
download | buildroot-novena-92919160b8a06260463ba3e3a241e433bbe1d947.tar.gz buildroot-novena-92919160b8a06260463ba3e3a241e433bbe1d947.zip |
hotplug: remove package
The package has been marked deprecated, is no longer developed
upstream, so let's get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hotplug/Config.in')
-rw-r--r-- | package/hotplug/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/hotplug/Config.in b/package/hotplug/Config.in deleted file mode 100644 index 48f1d718b..000000000 --- a/package/hotplug/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config BR2_PACKAGE_HOTPLUG - bool "hotplug" - depends on BR2_DEPRECATED - help - Plug in new devices and use them immediately. - - http://linux-hotplug.sourceforge.net/ |