diff options
author | Holger Freyther <zecke@selfish.org> | 2004-08-23 19:09:40 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-08-23 19:09:40 +0000 |
commit | 9a98a30b6a1bccd8b2066afe2c1ef75e0ae13ba3 (patch) | |
tree | a380630f54b15d64fc058d28c0e880ce8205d51f | |
parent | 3458ed8cf711be895653b1a74b666eab5cbdd0f7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/08/23 12:50:42+01:00 (none)!pb
add mmc_asic3 to H3900_MODULES
BKrev: 412a40f4Tkc4GSXnAp_GQk6UPRGoGQ
-rw-r--r-- | conf/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/h3900.conf b/conf/h3900.conf index b02d164ddb..8f76b14729 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -9,7 +9,7 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" EXTRA_IMAGECMD_h3900 = "-e 0x40000 -p" BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa at76c503a-modules" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H3900_MODULES}')} at76c503a-modules" -H3900_MODULES = "h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400" +H3900_MODULES = "h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400 mmc_asic3" SERIAL_CONSOLE = "115200 tts/0 vt100" USE_DEVFS = "1" |