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/include | |
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/include')
-rw-r--r-- | conf/machine/include/handheld-common.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/smartphone-common.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/thinclient-common.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf index 9ac43d84e9..d4cd4c1d79 100644 --- a/conf/machine/include/handheld-common.conf +++ b/conf/machine/include/handheld-common.conf @@ -20,4 +20,4 @@ input uinput \ BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} 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" 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" diff --git a/conf/machine/include/thinclient-common.conf b/conf/machine/include/thinclient-common.conf index 4a96b42525..16f7702d91 100644 --- a/conf/machine/include/thinclient-common.conf +++ b/conf/machine/include/thinclient-common.conf @@ -16,4 +16,4 @@ input uinput \ BOOTSTRAP_EXTRA_RDEPENDS += "apm" BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" |