diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-05 22:41:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-05 22:41:36 +0000 |
commit | c77b8f396c4c5908ecf66a5c30cae69043c7caa9 (patch) | |
tree | dec7dea9605ab55b5c122a9ec82f5fd1323732fe /conf | |
parent | dd0a503f4b838c29be8574fd5c56e9dbd7c184c4 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/05 23:28:23+01:00 (none)!pb
update gpe-dm to 0.37
2004/07/05 23:26:55+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/05 23:26:47+01:00 (none)!pb
SERIAL_CONSOLE is tts/0 not ttyS0
BKrev: 40e9d9206yowyStg5X5CJY68OVWm2g
Diffstat (limited to 'conf')
-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 2655827698..8299406b05 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -7,7 +7,7 @@ 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" -SERIAL_CONSOLE = "ttyS0 115200 vt100" +SERIAL_CONSOLE = "tts/0 115200 vt100" include conf/ipaq-common.conf include conf/handheld-common.conf |