openwrt/openwrt.git
16 years agoadd option to turn off dynamic dhcp closes #2694
Travis Kemen [Wed, 28 Nov 2007 03:02:20 +0000 (03:02 +0000)]
add option to turn off dynamic dhcp closes #2694

SVN-Revision: 9608

16 years agoinit: check permissions on rc.d files
Felix Fietkau [Wed, 28 Nov 2007 02:36:14 +0000 (02:36 +0000)]
init: check permissions on rc.d files

We try to unconditionally execute /etc/rc.d/* files, even if they're
not executable - an easy way of temproarily disabling a service. When
this happens, we get a permission denied error on boot.

This change only tries to run execulable startup scripts.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9607

16 years agoinit: don't start hotplug2 if it doesn't exist
Felix Fietkau [Wed, 28 Nov 2007 02:36:10 +0000 (02:36 +0000)]
init: don't start hotplug2 if it doesn't exist

The current init script always tries to start hotplug 2, even if
it's not present, so we get an error on boot.

This change checks for the presence of the hotplug2 binary before
trying to start it.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9606

16 years agops3: use readable video mode descriptions in readme
Felix Fietkau [Wed, 28 Nov 2007 02:36:06 +0000 (02:36 +0000)]
ps3: use readable video mode descriptions in readme

The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9605

16 years agops3: build-in ps3 system manager
Felix Fietkau [Wed, 28 Nov 2007 02:36:03 +0000 (02:36 +0000)]
ps3: build-in ps3 system manager

This changes the ps3 kernel config to build-in the System Manager
module, which is required for proper shutdown and reboot.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9604

16 years agoupdate to latest madwifi snapshot - fixes some noderef bugs
Felix Fietkau [Tue, 27 Nov 2007 22:06:27 +0000 (22:06 +0000)]
update to latest madwifi snapshot - fixes some noderef bugs

SVN-Revision: 9602

16 years agofix remaining netif_rx calls in napi polling patch
Felix Fietkau [Tue, 27 Nov 2007 22:05:40 +0000 (22:05 +0000)]
fix remaining netif_rx calls in napi polling patch

SVN-Revision: 9601

16 years agoadd Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (closes:...
Gabor Juhos [Mon, 26 Nov 2007 19:02:12 +0000 (19:02 +0000)]
add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ (closes: #2756)

SVN-Revision: 9600

16 years agomore USB driver fixes, now it passes usbtests 1-14
Gabor Juhos [Mon, 26 Nov 2007 08:49:58 +0000 (08:49 +0000)]
more USB driver fixes, now it passes usbtests 1-14

SVN-Revision: 9599

16 years agowork around kernel config issues with sound modules
Felix Fietkau [Sun, 25 Nov 2007 17:15:30 +0000 (17:15 +0000)]
work around kernel config issues with sound modules

SVN-Revision: 9598

16 years agoadd missing dependency
Felix Fietkau [Sun, 25 Nov 2007 16:26:39 +0000 (16:26 +0000)]
add missing dependency

SVN-Revision: 9597

16 years agofix USB driver to compile with ADMH_VERBOSE_DEBUG defined
Gabor Juhos [Fri, 23 Nov 2007 18:11:49 +0000 (18:11 +0000)]
fix USB driver to compile with ADMH_VERBOSE_DEBUG defined

SVN-Revision: 9593

16 years agoUSB driver updates, the driver passes usbtests 1-10 now
Gabor Juhos [Fri, 23 Nov 2007 15:53:35 +0000 (15:53 +0000)]
USB driver updates, the driver passes usbtests 1-10 now

SVN-Revision: 9592

16 years agodisable INITRAMFS_EXTRA_FILES, in initramfs it cause errors
Gabor Juhos [Fri, 23 Nov 2007 14:58:55 +0000 (14:58 +0000)]
disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors

SVN-Revision: 9591

16 years agofix build issues that happen when the staging dir is cleared and the build directorie...
Felix Fietkau [Tue, 20 Nov 2007 22:43:38 +0000 (22:43 +0000)]
fix build issues that happen when the staging dir is cleared and the build directories stay

SVN-Revision: 9588

16 years agofix a few stampfile locations
Felix Fietkau [Tue, 20 Nov 2007 19:58:49 +0000 (19:58 +0000)]
fix a few stampfile locations

SVN-Revision: 9587

16 years agoadd external kernel tree support
Eugene Konev [Tue, 20 Nov 2007 13:21:01 +0000 (13:21 +0000)]
add external kernel tree support

SVN-Revision: 9584

16 years agoupdate stripped subset of l7 patterns to 11-03-2007 patterns
Tim Yardley [Mon, 19 Nov 2007 23:07:00 +0000 (23:07 +0000)]
update stripped subset of l7 patterns to 11-03-2007 patterns

SVN-Revision: 9582

16 years agofix libnl include issues which broke a few packages
Felix Fietkau [Mon, 19 Nov 2007 23:03:09 +0000 (23:03 +0000)]
fix libnl include issues which broke a few packages

SVN-Revision: 9581

16 years agoremove madwifi tx locking patch - i don't trust it
Felix Fietkau [Sun, 18 Nov 2007 15:40:12 +0000 (15:40 +0000)]
remove madwifi tx locking patch - i don't trust it

SVN-Revision: 9580

16 years agofix path to .config (#2722)
Felix Fietkau [Sat, 17 Nov 2007 16:01:28 +0000 (16:01 +0000)]
fix path to .config (#2722)

SVN-Revision: 9579

16 years agoprevent mac80211 from accidentally starting to build on older kernel versions because...
Felix Fietkau [Sat, 17 Nov 2007 15:54:53 +0000 (15:54 +0000)]
prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies (#2718)

SVN-Revision: 9578

16 years agocomment out dependencies that are not supposed to be used yet (#2723)
Felix Fietkau [Sat, 17 Nov 2007 15:50:41 +0000 (15:50 +0000)]
comment out dependencies that are not supposed to be used yet (#2723)

SVN-Revision: 9577

16 years agoclean up stale stampfiles
Felix Fietkau [Sat, 17 Nov 2007 14:21:14 +0000 (14:21 +0000)]
clean up stale stampfiles

SVN-Revision: 9576

16 years agofix hostapd rebuild check, isolate the common src/ directory for hostapd variants...
Felix Fietkau [Sat, 17 Nov 2007 14:14:16 +0000 (14:14 +0000)]
fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected (#2722)

SVN-Revision: 9575

16 years agofix hostapd build with openssl
Felix Fietkau [Fri, 16 Nov 2007 23:37:24 +0000 (23:37 +0000)]
fix hostapd build with openssl

SVN-Revision: 9574

16 years agokernel: add a kernel module for the usbtest driver
Gabor Juhos [Fri, 16 Nov 2007 09:38:18 +0000 (09:38 +0000)]
kernel: add a kernel module for the usbtest driver

SVN-Revision: 9572

16 years agoFix build on non-SMP machines of the remote GDB debugging (#2666)
Florian Fainelli [Fri, 16 Nov 2007 07:39:48 +0000 (07:39 +0000)]
Fix build on non-SMP machines of the remote GDB debugging (#2666)

SVN-Revision: 9571

16 years agoFix tx stats (#2705)
Florian Fainelli [Fri, 16 Nov 2007 07:31:28 +0000 (07:31 +0000)]
Fix tx stats (#2705)

SVN-Revision: 9570

16 years agoAllow specifying static IPv6 gateways (#2710)
Florian Fainelli [Fri, 16 Nov 2007 07:27:59 +0000 (07:27 +0000)]
Allow specifying static IPv6 gateways (#2710)

SVN-Revision: 9569

16 years agohostapd: turn libnl into a build dependency
Felix Fietkau [Fri, 16 Nov 2007 05:08:32 +0000 (05:08 +0000)]
hostapd: turn libnl into a build dependency

SVN-Revision: 9568

16 years agoprefer http downloads over svn/git checkouts, remove git dependency
Felix Fietkau [Fri, 16 Nov 2007 04:10:01 +0000 (04:10 +0000)]
prefer http downloads over svn/git checkouts, remove git dependency

SVN-Revision: 9567

16 years agobetter scope handling for the configured stamp
Felix Fietkau [Fri, 16 Nov 2007 03:48:43 +0000 (03:48 +0000)]
better scope handling for the configured stamp

SVN-Revision: 9566

16 years agofix config change detect for hostapd
Felix Fietkau [Fri, 16 Nov 2007 03:47:11 +0000 (03:47 +0000)]
fix config change detect for hostapd

SVN-Revision: 9565

16 years agoupdate hostapd patches to the latest from http://johannes.sipsolutions.net/patches...
Felix Fietkau [Fri, 16 Nov 2007 03:24:01 +0000 (03:24 +0000)]
update hostapd patches to the latest from johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/

SVN-Revision: 9564

16 years agoimprove build checks for hostapd (combinations of madwifi and mac80211)
Felix Fietkau [Fri, 16 Nov 2007 03:11:42 +0000 (03:11 +0000)]
improve build checks for hostapd (combinations of madwifi and mac80211)

SVN-Revision: 9563

16 years agouse the static version of libnl for hostapd
Felix Fietkau [Fri, 16 Nov 2007 03:11:39 +0000 (03:11 +0000)]
use the static version of libnl for hostapd

SVN-Revision: 9562

16 years agomake libnl build a static version as well
Felix Fietkau [Fri, 16 Nov 2007 03:11:36 +0000 (03:11 +0000)]
make libnl build a static version as well

SVN-Revision: 9561

16 years agofix wl-700gE ide init (patch by biblbroks, fixes #2686)
Felix Fietkau [Fri, 16 Nov 2007 03:11:30 +0000 (03:11 +0000)]
fix wl-700gE ide init (patch by biblbroks, fixes #2686)

SVN-Revision: 9560

16 years agoadd lzma compressed initramfs for bcm947xx
Felix Fietkau [Fri, 16 Nov 2007 03:11:27 +0000 (03:11 +0000)]
add lzma compressed initramfs for bcm947xx

SVN-Revision: 9559

16 years agoadd missing config symbols for ide on broadcom 4780
Felix Fietkau [Fri, 16 Nov 2007 03:11:24 +0000 (03:11 +0000)]
add missing config symbols for ide on broadcom 4780

SVN-Revision: 9558

16 years agofix initramfs images
Felix Fietkau [Fri, 16 Nov 2007 03:11:21 +0000 (03:11 +0000)]
fix initramfs images

SVN-Revision: 9557

16 years agocreate broadcom initramfs images and move the lzma decompressor area a bit further
Felix Fietkau [Fri, 16 Nov 2007 03:11:17 +0000 (03:11 +0000)]
create broadcom initramfs images and move the lzma decompressor area a bit further

SVN-Revision: 9556

16 years agofix adm switch misdetection, which led to bogus button events that caused the system...
Felix Fietkau [Fri, 16 Nov 2007 03:11:09 +0000 (03:11 +0000)]
fix adm switch misdetection, which led to bogus button events that caused the system to shut down

SVN-Revision: 9555

16 years agofix up hostapd for mac80211
Felix Fietkau [Fri, 16 Nov 2007 03:10:56 +0000 (03:10 +0000)]
fix up hostapd for mac80211

SVN-Revision: 9554

16 years agoadd git checkout support
Felix Fietkau [Fri, 16 Nov 2007 03:10:40 +0000 (03:10 +0000)]
add git checkout support

SVN-Revision: 9553

16 years agoadd libnl
Felix Fietkau [Fri, 16 Nov 2007 03:10:33 +0000 (03:10 +0000)]
add libnl

SVN-Revision: 9552

16 years agofix copy&paste mistake
Felix Fietkau [Thu, 15 Nov 2007 12:35:51 +0000 (12:35 +0000)]
fix copy&paste mistake

SVN-Revision: 9551

16 years agomore USB driver changes
Gabor Juhos [Thu, 15 Nov 2007 09:16:47 +0000 (09:16 +0000)]
more USB driver changes

SVN-Revision: 9550

16 years agofix the image builder
Felix Fietkau [Wed, 14 Nov 2007 23:11:07 +0000 (23:11 +0000)]
fix the image builder

SVN-Revision: 9549

16 years agoAdd detection support for Buffalo WHR-G125 from #2611
Florian Fainelli [Tue, 13 Nov 2007 07:39:29 +0000 (07:39 +0000)]
Add detection support for Buffalo WHR-G125 from #2611

SVN-Revision: 9548

16 years agoAdd bcm5354 fixes from #2611
Florian Fainelli [Tue, 13 Nov 2007 07:38:39 +0000 (07:38 +0000)]
Add bcm5354 fixes from #2611

SVN-Revision: 9547

16 years agoadd busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
Felix Fietkau [Mon, 12 Nov 2007 21:41:25 +0000 (21:41 +0000)]
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)

SVN-Revision: 9546

16 years agoadd support for interfaces with ipv6, but no ipv4 (patch from #2695)
Felix Fietkau [Mon, 12 Nov 2007 16:29:08 +0000 (16:29 +0000)]
add support for interfaces with ipv6, but no ipv4 (patch from #2695)

SVN-Revision: 9545

16 years agomake build of the images a bit quiet
Gabor Juhos [Mon, 12 Nov 2007 15:19:41 +0000 (15:19 +0000)]
make build of the images a bit quiet

SVN-Revision: 9544

16 years agoUSB driver cleanups, no it is still not finished
Gabor Juhos [Mon, 12 Nov 2007 13:55:06 +0000 (13:55 +0000)]
USB driver cleanups, no it is still not finished

SVN-Revision: 9543

16 years agofix an unbalanced spinlock issue
Gabor Juhos [Sun, 11 Nov 2007 17:56:32 +0000 (17:56 +0000)]
fix an unbalanced spinlock issue

SVN-Revision: 9540

16 years agofix image names in arm-magic.sh (closes: #2682)
Gabor Juhos [Sun, 11 Nov 2007 13:37:37 +0000 (13:37 +0000)]
fix image names in arm-magic.sh (closes: #2682)

SVN-Revision: 9538

16 years agoadd b43 fixes from #2677
Felix Fietkau [Sun, 11 Nov 2007 11:44:59 +0000 (11:44 +0000)]
add b43 fixes from #2677

SVN-Revision: 9535

16 years agomake the image filenames a bit shorter
Felix Fietkau [Sat, 10 Nov 2007 23:08:11 +0000 (23:08 +0000)]
make the image filenames a bit shorter

SVN-Revision: 9533

16 years agodisable a totally braindead optimization in busybox that causes various applets to...
Felix Fietkau [Sat, 10 Nov 2007 22:56:55 +0000 (22:56 +0000)]
disable a totally braindead optimization in busybox that causes various applets to crash on mips

SVN-Revision: 9532

16 years agofix quilt apply for packages that change STAMP_*
Felix Fietkau [Sat, 10 Nov 2007 22:51:02 +0000 (22:51 +0000)]
fix quilt apply for packages that change STAMP_*

SVN-Revision: 9531

16 years agomore USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]
Gabor Juhos [Sat, 10 Nov 2007 19:20:47 +0000 (19:20 +0000)]
more USB driver fixes [openwrt.pastebin.ca/768610 bootlog :)]

SVN-Revision: 9530

16 years agowlcompat: show wet mode as Managed mode as well to avoid confusion
Felix Fietkau [Sat, 10 Nov 2007 19:01:00 +0000 (19:01 +0000)]
wlcompat: show wet mode as Managed mode as well to avoid confusion

SVN-Revision: 9529

16 years agomove wlcompat to the broadcom-wl package
Felix Fietkau [Sat, 10 Nov 2007 19:00:53 +0000 (19:00 +0000)]
move wlcompat to the broadcom-wl package

SVN-Revision: 9528

16 years agodisable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
Felix Fietkau [Sat, 10 Nov 2007 18:04:17 +0000 (18:04 +0000)]
disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)

SVN-Revision: 9527

16 years agofix up ata/scsi core depends
Felix Fietkau [Sat, 10 Nov 2007 16:56:51 +0000 (16:56 +0000)]
fix up ata/scsi core depends

SVN-Revision: 9526

16 years agoclean up rt2x00 downloading
Felix Fietkau [Sat, 10 Nov 2007 16:51:20 +0000 (16:51 +0000)]
clean up rt2x00 downloading

SVN-Revision: 9525

16 years agoupgrade busybox to 1.8.1
Felix Fietkau [Sat, 10 Nov 2007 16:51:11 +0000 (16:51 +0000)]
upgrade busybox to 1.8.1

SVN-Revision: 9524

16 years agoupdate wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)
Felix Fietkau [Sat, 10 Nov 2007 15:45:38 +0000 (15:45 +0000)]
update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)

SVN-Revision: 9523

16 years agoclean up mac80211 related kernel version deps
Felix Fietkau [Sat, 10 Nov 2007 15:23:02 +0000 (15:23 +0000)]
clean up mac80211 related kernel version deps

SVN-Revision: 9522

16 years agoturn kmod-crypto-core dep into a select, so that packages like mac80211 are always...
Felix Fietkau [Sat, 10 Nov 2007 15:22:56 +0000 (15:22 +0000)]
turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable

SVN-Revision: 9521

16 years agoadd config symbols for the kernel version
Felix Fietkau [Sat, 10 Nov 2007 15:22:53 +0000 (15:22 +0000)]
add config symbols for the kernel version

SVN-Revision: 9520

16 years agorevert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc...
Felix Fietkau [Fri, 9 Nov 2007 13:20:21 +0000 (13:20 +0000)]
revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01

SVN-Revision: 9519

16 years agodisable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utili...
Felix Fietkau [Fri, 9 Nov 2007 03:20:13 +0000 (03:20 +0000)]
disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases

SVN-Revision: 9518

16 years agoUSB driver fixes
Gabor Juhos [Thu, 8 Nov 2007 12:28:27 +0000 (12:28 +0000)]
USB driver fixes

SVN-Revision: 9513

16 years agofix acx-mac80211 compile with older kernels
Felix Fietkau [Wed, 7 Nov 2007 23:16:37 +0000 (23:16 +0000)]
fix acx-mac80211 compile with older kernels

SVN-Revision: 9512

16 years agofix p54 compile
Felix Fietkau [Wed, 7 Nov 2007 21:11:16 +0000 (21:11 +0000)]
fix p54 compile

SVN-Revision: 9511

16 years agomove a few config options to the generic templates to avoid kernel config questions
Felix Fietkau [Wed, 7 Nov 2007 20:36:12 +0000 (20:36 +0000)]
move a few config options to the generic templates to avoid kernel config questions

SVN-Revision: 9510

16 years agobump ppp version
Felix Fietkau [Wed, 7 Nov 2007 13:24:13 +0000 (13:24 +0000)]
bump ppp version

SVN-Revision: 9509

16 years agoadd ppp ipv6 patch by farnz (from #2525)
Felix Fietkau [Wed, 7 Nov 2007 13:24:10 +0000 (13:24 +0000)]
add ppp ipv6 patch by farnz (from #2525)

SVN-Revision: 9508

16 years agoupdate madwifi to latest rev - works around some crashiness
Felix Fietkau [Wed, 7 Nov 2007 13:02:09 +0000 (13:02 +0000)]
update madwifi to latest rev - works around some crashiness

SVN-Revision: 9507

16 years agoAdd a boolean to allow NAT from LAN or not, default to nat LAN (#2535)
Florian Fainelli [Mon, 5 Nov 2007 14:19:16 +0000 (14:19 +0000)]
Add a boolean to allow NAT from LAN or not, default to nat LAN (#2535)

SVN-Revision: 9503

16 years agoFix missing IP section to properly add static hosts (#2650)
Florian Fainelli [Mon, 5 Nov 2007 14:14:06 +0000 (14:14 +0000)]
Fix missing IP section to properly add static hosts (#2650)

SVN-Revision: 9502

16 years agoadd usb drivers to the Compex NP28G's profile, thanks to kenny
Gabor Juhos [Sun, 4 Nov 2007 20:11:40 +0000 (20:11 +0000)]
add usb drivers to the Compex NP28G's profile, thanks to kenny

SVN-Revision: 9501

16 years agodisable unsupported boards in the LED driver by default
Gabor Juhos [Sun, 4 Nov 2007 17:57:09 +0000 (17:57 +0000)]
disable unsupported boards in the LED driver by default

SVN-Revision: 9500

16 years agobase-files: suppress error messages in usb-storage script
Gabor Juhos [Sun, 4 Nov 2007 15:12:08 +0000 (15:12 +0000)]
base-files: suppress error messages in usb-storage script

SVN-Revision: 9498

16 years agoonly use trxsplit on NOR flash devices
Gabor Juhos [Sun, 4 Nov 2007 14:32:28 +0000 (14:32 +0000)]
only use trxsplit on NOR flash devices

SVN-Revision: 9497

16 years agofix flash driver fixes, call request_mem_region/ioremap_nocache with the correct...
Gabor Juhos [Sun, 4 Nov 2007 12:58:52 +0000 (12:58 +0000)]
fix flash driver fixes, call request_mem_region/ioremap_nocache with the correct arguments

SVN-Revision: 9496

16 years agofix parallel build issues
Felix Fietkau [Sun, 4 Nov 2007 11:42:47 +0000 (11:42 +0000)]
fix parallel build issues

SVN-Revision: 9495

16 years agofix missing CONFIG_USB_BLUETOOTH issue
Jens Muecke [Sat, 3 Nov 2007 22:32:54 +0000 (22:32 +0000)]
fix missing CONFIG_USB_BLUETOOTH issue

SVN-Revision: 9494

16 years agofix some definitions in the ZyXEL tool
Gabor Juhos [Sat, 3 Nov 2007 17:00:57 +0000 (17:00 +0000)]
fix some definitions in the ZyXEL tool

SVN-Revision: 9493

16 years agofix wr850g detection (#1936)
Felix Fietkau [Sat, 3 Nov 2007 16:17:53 +0000 (16:17 +0000)]
fix wr850g detection (#1936)

SVN-Revision: 9492

16 years agoRB153 must use the generic RB1xx's setup code
Gabor Juhos [Sat, 3 Nov 2007 15:35:25 +0000 (15:35 +0000)]
RB153 must use the generic RB1xx's setup code

SVN-Revision: 9491

16 years agoimage generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an align...
Gabor Juhos [Sat, 3 Nov 2007 14:53:24 +0000 (14:53 +0000)]
image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on

SVN-Revision: 9490

16 years agoincrease scan depth to 5 for package/ (x.org is nested deeper than the rest of the...
Felix Fietkau [Sat, 3 Nov 2007 12:13:23 +0000 (12:13 +0000)]
increase scan depth to 5 for package/ (x.org is nested deeper than the rest of the packages)

SVN-Revision: 9487

16 years agogenerate valid image for the BR-6104KP's web-interface (closes: 2641)
Gabor Juhos [Fri, 2 Nov 2007 09:24:01 +0000 (09:24 +0000)]
generate valid image for the BR-6104KP's web-interface (closes: 2641)

SVN-Revision: 9485

16 years agoadd default option for the OTi-6858 USB serial device (closes #2631)
Gabor Juhos [Fri, 2 Nov 2007 09:08:59 +0000 (09:08 +0000)]
add default option for the OTi-6858 USB serial device (closes #2631)

SVN-Revision: 9484

16 years agofix USB driver to compile even if USB_DEBUG is disabled
Gabor Juhos [Fri, 2 Nov 2007 08:59:37 +0000 (08:59 +0000)]
fix USB driver to compile even if USB_DEBUG is disabled

SVN-Revision: 9483

16 years agoFix typo
Florian Fainelli [Fri, 2 Nov 2007 07:09:39 +0000 (07:09 +0000)]
Fix typo

SVN-Revision: 9482