diff options
Diffstat (limited to 'conf/distro/opensimpad.conf')
-rw-r--r-- | conf/distro/opensimpad.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf index 3f2ddeaff1..1e92b0af70 100644 --- a/conf/distro/opensimpad.conf +++ b/conf/distro/opensimpad.conf @@ -6,3 +6,7 @@ INHERIT += " package_ipk debian" TARGET_OS ?= "linux" TARGET_FPU ?= "soft" +# Whether to use the old shell hotplug or the new C hotplug is a +# distribution decision. +BOOTSTRAP_EXTRA_DEPENDS += "linux-hotplug" +BOOTSTRAP_EXTRA_RDEPENDS += "linux-hotplug" |