diff options
Diffstat (limited to 'conf/machine/h1940.conf')
-rw-r--r-- | conf/machine/h1940.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index b11e447ea0..3f3b2f916e 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -14,7 +14,7 @@ HANDHELD_MODULES = "" BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts" BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz scap ${@linux_module_packages('${HANDHELD_MODULES}', d)}" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" GUI_MACHINE_CLASS = "smallscreen" |