diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-25 19:19:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-25 19:19:54 +0000 |
commit | 4374bb4c6f490718d8e69220dc6640b2a60bc95e (patch) | |
tree | a45d912b038615259d8a9e5c02333b3d3ee3dacc /conf/machine/ep93xx.conf | |
parent | d8041fa7368b70c44ce34fb177168f2780ef4a89 (diff) |
ep93xx: convert to task-base
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 955344344a..82905dd089 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -11,16 +11,7 @@ PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" #don't try to access tty1 USE_VT = "0" - - -#ship in rootfs: -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" - +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost" # used by sysvinit_2 SERIAL_CONSOLE = "57600 ttyAM0" |