diff options
Diffstat (limited to 'conf/machine/gumstix.conf')
-rw-r--r-- | conf/machine/gumstix.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf index 75c671a3d4..0fccf05b3b 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/gumstix.conf @@ -19,6 +19,6 @@ GUMSTIX_400MHZ = "y" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel-modules-mmc kernel-modules-usb kernel-modules-fat kernel-modules-bluetooth kernel-module-jfs udev lrzsz" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-mmc kernel-module-usb kernel-module-fat kernel-module-bluetooth kernel-module-jfs udev lrzsz" PREFERRED_VERSION_task-bootstrap = "1.0unionroot" |