diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-15 12:14:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-15 12:14:05 +0000 |
commit | cec244e14b47f177c98cdd9f926621e023bbfb32 (patch) | |
tree | e7315d5d16ef7db31ed260f93e272975dd13ffeb | |
parent | 197493c863d4821512247774484e27159c9dc5c2 (diff) | |
parent | 41a7cbfea4318bedc407b4c3fe92ac207a6ba07e (diff) |
merge of 1e90bf9bb883c8aeccaddeaac59be01a87a31dc3
and 93e4964f1376f079c8cf01b587408e5385db587f
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 5c6c040af6..627440d7ad 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -31,7 +31,7 @@ GPE_EXTRA_INSTALL += "gaim sylpheed" include conf/machine/tune-xscale.conf BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" -HX4700_MODULES = "asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ +HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" module_autoload_hx4700_power = "hx4700_power" |