diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-26 22:15:17 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-26 22:15:17 +0200 |
commit | 91e32e23f01b2f47e5a8479996ff00c4c6f278a6 (patch) | |
tree | 0d3bf1837ec2f2915d6cdc4faf3ff873cdaf8a68 /package/hotplug | |
parent | d4f1332110075f7c1eca5e333c906cb274f89407 (diff) | |
download | buildroot-novena-91e32e23f01b2f47e5a8479996ff00c4c6f278a6.tar.gz buildroot-novena-91e32e23f01b2f47e5a8479996ff00c4c6f278a6.zip |
hotplug: mark as deprecated
It's ancient (+5yrs), no upstream and stuff like this is better handled
through mdev/udev nowadays.
It will be removed after 2010.11 unless someone complains.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hotplug')
-rw-r--r-- | package/hotplug/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hotplug/Config.in b/package/hotplug/Config.in index 3c740a9fd..48f1d718b 100644 --- a/package/hotplug/Config.in +++ b/package/hotplug/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_HOTPLUG bool "hotplug" + depends on BR2_DEPRECATED help Plug in new devices and use them immediately. |