diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-13 12:47:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-13 12:47:58 +0000 |
commit | 3f17f81d12a664348de1458a8452421532524cdd (patch) | |
tree | a3ed73251943f1e6a6e7188350ec782528f8ebbb /conf/machine/h1940.conf | |
parent | 247469b81e9d210b2c219fc0f95d3b62249c2498 (diff) |
many conf files: catch up with renaming linux_modules to linux-kernel-base
sorry, I didn't think of INHERIT +=
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" |