diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-03 18:06:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 18:06:01 +0000 |
commit | a87f32891d055ce760ae9b51604a362df4bd1545 (patch) | |
tree | 29a98a77976d2305dadbea0eb08aaf8e6fe3249e /conf/machine/h2200.conf | |
parent | f26a6bdca05c47c5ac6f56cffdc95f09e42aaae1 (diff) |
conf/machine/h2200.conf: 20:04 < mreimer> koen: also, I think you want to change 'pm' in H2200_MODULES to 'apm'
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 17735383d4..47e7bdbc28 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -19,7 +19,7 @@ BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${ BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" #ship in rootfs: -H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc pm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop " +H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop " #autoload on boot: module_autoload_h2200_pm = "h2200_pm" |