diff options
Diffstat (limited to 'conf/machine/include/smartphone-common.conf')
-rw-r--r-- | conf/machine/include/smartphone-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/smartphone-common.conf b/conf/machine/include/smartphone-common.conf index bd5983cdc0..70beba2562 100644 --- a/conf/machine/include/smartphone-common.conf +++ b/conf/machine/include/smartphone-common.conf @@ -18,4 +18,4 @@ input uinput \ BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts" BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" |