diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 12:01:32 +0000 |
|---|---|---|
| committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 12:01:32 +0000 |
| commit | 882ac39db1a56db202a8ab964e4b3f264b8bf2de (patch) | |
| tree | 55aead31709a5deea495f9d0f72f56a5608878c9 /conf | |
| parent | 5d41710e9eb7626b917dbbf0c4680bae23979372 (diff) | |
| parent | 4486c8ed80d81cc7af5b39060c1e55c230a89b0e (diff) | |
merge of '72f3c1ab1f4863f49829ab72e6b3206f7c8720b0'
and 'c9babd5c890d03ff3a5fa5b385b89471d91b1cc0'
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/efika.conf | 1 | ||||
| -rw-r--r-- | conf/machine/ep93xx.conf | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index 103bd13e4b..2faf6ebed9 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -2,7 +2,6 @@ #@Name: Genisi EFIKA Development Platform #@DESCRIPTION: Machine configuration for teh EFIKA development platform: http://www.pegasosppc.com/efika.php -INHERIT += "linux_modules" TARGET_ARCH = "powerpc" IPKG_EXTRA_ARCHS = "ppc" diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 4b044e838d..955344344a 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -2,7 +2,6 @@ #@Name: Cirrus Logic EP-93xx Development Platform #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform -INHERIT += "linux_modules" TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4t" @@ -15,10 +14,11 @@ USE_VT = "0" #ship in rootfs: -EP93XX_MODULES = "apm \ - pcmcia-core \ - ipv6 " -BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${EP93XX_MODULES}', d)}" +EP93XX_MODULES = "kernel-module-apm \ + kernel-module-pcmcia-core \ + kernel-module-ipv6 " + +BOOTSTRAP_EXTRA_RRECOMMENDS += "${EP93XX_MODULES}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" |
