diff options
Diffstat (limited to 'conf/distro/openmnci.conf')
-rw-r--r-- | conf/distro/openmnci.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/openmnci.conf b/conf/distro/openmnci.conf index 93a361a878..2a7665dd1d 100644 --- a/conf/distro/openmnci.conf +++ b/conf/distro/openmnci.conf @@ -12,3 +12,8 @@ CVSDATE_ipkg-utils = 20050110 OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "ttyS0" 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" |