diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-10 19:14:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-10 19:14:06 +0000 |
commit | 2825d11f905b6dcf433c7829793b5a4f18f4dd78 (patch) | |
tree | 88405dbfff8f8e9e009998697cad2b5ab0678cc3 /conf/machine/htcblueangel.conf | |
parent | fee446e9444ccd3e1ebc151e73652af12440c718 (diff) |
h4000, htcblueangel: Add pcmciautils to MACHINE_EXTRA.
* These machines have ACX100 internally connected to PCMCIA, and now
there's proper CardServices driver for it. At least while it is in debugging
phase, it is beneficial to have pcmciautils around. Don't pcmcia to
MACHINE_FEATURES, as the meaning of that is machine having full-fledges
PCMCIA support, and leads to installation of several additiona packages
which won't useful in this case.
Diffstat (limited to 'conf/machine/htcblueangel.conf')
-rw-r--r-- | conf/machine/htcblueangel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf index 77bb0b5639..5f2814844d 100644 --- a/conf/machine/htcblueangel.conf +++ b/conf/machine/htcblueangel.conf @@ -23,7 +23,7 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.19-hh8" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -MACHINE_EXTRA_RDEPENDS = "acx-firmware" +MACHINE_EXTRA_RDEPENDS = "acx-firmware ${PCMCIA_MANAGER}" MACHINE_EXTRA_RRECOMMENDS = "kernel-module-blueangel_pcmcia \ kernel-module-blueangel_audio \ kernel-module-blueangel_rom \ |