diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-04-07 15:32:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-07 15:32:51 +0000 |
commit | ddf840bda3e98eff84c09083edf2706c65ec683f (patch) | |
tree | fa3b3c46a019a6c23a062aa66f464aed5cc76855 /conf/machine/include/zaurus-clamshell-2.4.conf | |
parent | e06bd5fffaf21706cd5286e0267b6313c4c41d13 (diff) |
keymaps handling moved from initscripts to keymaps package
- loading keymap require loadkeys from console-tools (which takes 300K)
- all Zaurus machines (except collie) will get this package installed
- collie 2.4 keymap is the same as kernel one so it is not needed on device
anyway users can install it if want to make some changes in mapping
Zaurus machines conf: dropped console-tools from RDEPENDS, added keymaps instead
- keymaps RDEPEND on console-tools
Diffstat (limited to 'conf/machine/include/zaurus-clamshell-2.4.conf')
-rw-r--r-- | conf/machine/include/zaurus-clamshell-2.4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-clamshell-2.4.conf b/conf/machine/include/zaurus-clamshell-2.4.conf index af66c7294e..b2ca8370e7 100644 --- a/conf/machine/include/zaurus-clamshell-2.4.conf +++ b/conf/machine/include/zaurus-clamshell-2.4.conf @@ -10,7 +10,7 @@ PREFERRED_PROVIDERS_append_borzoi = " virtual/kernel:openzaurus-pxa27x" PREFERRED_VERSION_orinoco-modules = "0.13e" BOOTSTRAP_EXTRA_RDEPENDS += "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \ -pcmcia-cs apmd apm wireless-tools console-tools irda-utils hostap-utils prism3-firmware prism3-support \ +pcmcia-cs apmd apm wireless-tools keymaps irda-utils hostap-utils prism3-firmware prism3-support \ wpa-supplicant-nossl ppp ppp-dialin openswan" # Misc Modules |