From: Koen Kooi Date: Thu, 27 Jul 2006 10:34:31 +0000 (+0000) Subject: h3900.conf,h5xxx.conf: inherit linuxmodules X-Git-Tag: Release-2010-05/1~9453^2~1086 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5db45a0b3c5efddf695d0fe7d919f3636e1804;p=openembedded.git h3900.conf,h5xxx.conf: inherit linuxmodules --- diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 17991f89f0..65cce6ce81 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -5,6 +5,8 @@ KERNEL ?= "kernel24" #KERNEL ?= "kernel26" +INHERIT += "linux_modules" + OVERRIDES =. "${KERNEL}:" TARGET_ARCH = "arm" diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index a2ca9b55a0..32e9304cdb 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -7,6 +7,8 @@ KERNEL ?= "kernel24" OVERRIDES =. "${KERNEL}:" +INHERIT += "linux_modules" + TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" PREFERRED_PROVIDER_xserver = "xserver-kdrive"