diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-07 19:21:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-07 19:21:10 +0000 |
commit | 8a20a1b4f680570eb3bfd7b1badf967e893bc772 (patch) | |
tree | 51cc95a21f18b57195c8361304e40812a0f28602 /conf/machine | |
parent | 94a0dd5ad44a5365ba79af6c00f3169f6e5f8607 (diff) |
PocketPC machines: Remove non machine-specific modules.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/aximx50.conf | 4 | ||||
-rw-r--r-- | conf/machine/h3600.conf | 2 | ||||
-rw-r--r-- | conf/machine/htcuniversal.conf | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf index 45ff9724b7..b119a24359 100644 --- a/conf/machine/aximx50.conf +++ b/conf/machine/aximx50.conf @@ -32,9 +32,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_VERSION_orinoco-modules = "0.15rc1" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ - kernel-module-nls-iso8859-1 \ - kernel-module-nls-utf8 \ +MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-i2c-pxa" # diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 9cf8272b51..43802c8972 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -27,7 +27,7 @@ PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" MACHINE_EXTRA_RDEPENDS = "ipaq-boot-params" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ +MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-micro" EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl" diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 338709af87..b7b9b5cdc0 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -29,7 +29,6 @@ XSERVER = "xserver-kdrive-fbdev" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" MACHINE_EXTRA_RRECOMMENDS = "\ - kernel-module-bsd-comp \ kernel-module-i2c-pxa \ kernel-module-snd-htcuniversal-audio \ kernel-module-htcuniversal-acx \ |