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/poodle-2.6.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/poodle-2.6.conf')
-rw-r--r-- | conf/machine/include/poodle-2.6.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/poodle-2.6.conf b/conf/machine/include/poodle-2.6.conf index b1dcd7fe3b..9076355522 100644 --- a/conf/machine/include/poodle-2.6.conf +++ b/conf/machine/include/poodle-2.6.conf @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" PCMCIA_MANAGER ?= "pcmciautils" BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ -${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ +${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils keymaps hostap-utils prism3-firmware prism3-support \ ppp ppp-dialin alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd" # Ethernet modules |