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 | |
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')
-rw-r--r-- | conf/distro/nylon.conf | 2 | ||||
-rw-r--r-- | conf/machine/h1940.conf | 2 | ||||
-rw-r--r-- | conf/machine/h3900.conf | 2 | ||||
-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 | ||||
-rwxr-xr-x | conf/machine/netbook-pro.conf | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index b4dde3d0e2..1c76ef870b 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -12,7 +12,7 @@ # Bruno Randolf <bruno.randolf@4g-systems.biz> INHERIT += "package_ipk debian nylon-mirrors" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" 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" diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 65cce6ce81..485bb88892 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -5,7 +5,7 @@ KERNEL ?= "kernel24" #KERNEL ?= "kernel26" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" OVERRIDES =. "${KERNEL}:" 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" diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf index c480cf4ebf..08bb29189d 100755 --- a/conf/machine/netbook-pro.conf +++ b/conf/machine/netbook-pro.conf @@ -2,7 +2,7 @@ #@Name: Psion teklogix netbookpro Platform #@DESCRIPTION: Machine configuration for Psion teklogix netbookpro Platformm -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv5te" |