diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-15 14:04:52 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-15 14:04:52 +0000 |
commit | 0383de771ac2db6d12d74ab24f8347ee1caa37b5 (patch) | |
tree | b80b017d957a1e6d045f96ae5b5ffda9f2cf1365 /conf/machine/h4000.conf | |
parent | a80430cb5c3b7ae20eba41ed71f5cb9714254318 (diff) |
h4000: Remove pcmcia from MACHINE_FEATURES.
* h4000 has only internal pcmcia slot, to which acx100 wifi is hardwired.
Thus, no need to support arbitrary PCMCIA devices.
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r-- | conf/machine/h4000.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index c12e487bf7..a9adfe4486 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" ROOT_FLASH_SIZE = "32" PCMCIA_MANAGER = "pcmciautils" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget" #autoload on boot: module_autoload_snd-pcm-oss = "snd-pcm-oss" |