diff options
Diffstat (limited to 'conf/distro/switchbox.conf')
-rw-r--r-- | conf/distro/switchbox.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf index bc9100d29b..6c378d059f 100644 --- a/conf/distro/switchbox.conf +++ b/conf/distro/switchbox.conf @@ -15,3 +15,8 @@ SWITCHBOX_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/dev EXTRA_IMAGECMD_ext2.gz = "-r 0 -i 512 -f ${SWITCHBOX_DEVICE_TABLE}" USE_NLS = "no" + +# 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" |