Commit Graph

7176 Commits (318cbc1fe86c31fb48b8100e499487a44adf333c)

Author SHA1 Message Date
John Crispin f02869b17a initial merge of danube, pci is still broken and the new dma code still needs to be tested, before the merge
SVN-Revision: 9704
2007-12-10 20:00:55 +00:00
Gabor Juhos 9b9b83976c add support for GPIO IRQs
SVN-Revision: 9700
2007-12-10 14:05:01 +00:00
Florian Fainelli cf1c2554e7 Enable SSB ohci driver (#2828)
SVN-Revision: 9699
2007-12-10 10:14:53 +00:00
Florian Fainelli 0d88baa016 Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race condition
SVN-Revision: 9698
2007-12-10 09:56:44 +00:00
Felix Fietkau 252fa41bc0 fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk
Signed-off-by: Mirko Vogt <dev@nanl.de>

SVN-Revision: 9696
2007-12-09 20:46:10 +00:00
Felix Fietkau 93575b53a7 Use $(CP) instead of $(INSTALL_BIN) for binaries.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9694
2007-12-09 18:53:06 +00:00
Felix Fietkau b0e20c3895 enable IPv6-support for ipsec-tools
Enable IPv6-Support for ipsec-tools

Signed-off-by: Patrick Scharrenberg <pittipatti@web.de>

SVN-Revision: 9693
2007-12-09 18:52:56 +00:00
Felix Fietkau 882f3e78ca suppress bug after compiling last package in kamikaze SDK.
This patch corrects https://dev.openwrt.org/ticket/2508
An error was raised when no Config.in file was found in package/
Signed-off-by: Julien Pinon <julien.pinon@luceor.com>

SVN-Revision: 9692
2007-12-09 18:52:52 +00:00
Imre Kaloz 6a44e14051 add back patch to fix building on avr32 and cris
SVN-Revision: 9691
2007-12-09 18:31:09 +00:00
Florian Fainelli a86b7992f9 Forgot removing that file while applying patch from #2757
SVN-Revision: 9690
2007-12-09 17:52:27 +00:00
Florian Fainelli 66027739e6 Enable adminport feature of ipsec-tools (#2750)
SVN-Revision: 9687
2007-12-09 16:33:30 +00:00
Florian Fainelli 1d6142d809 Upgrade wpa_supplicant to 0.5.9 (#2823)
SVN-Revision: 9686
2007-12-09 16:23:03 +00:00
Florian Fainelli 17bd097fcc Add bcm5354 patches from #2757
SVN-Revision: 9685
2007-12-09 16:11:52 +00:00
Florian Fainelli dc36fccfdc Add bcm5354 patch from #2754
SVN-Revision: 9684
2007-12-09 15:51:45 +00:00
Florian Fainelli ab883d42a1 Fix missing return
SVN-Revision: 9683
2007-12-09 15:15:32 +00:00
Florian Fainelli d37e090fe9 Setup MAC addresses for routerboards
SVN-Revision: 9682
2007-12-09 14:43:42 +00:00
Tim Yardley 2efb83ebcb bump kernel to 2.6.23.9 for x86
SVN-Revision: 9675
2007-12-08 15:53:05 +00:00
Tim Yardley 59a715fdd5 updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has been uncommitted for a bit
SVN-Revision: 9674
2007-12-08 15:52:26 +00:00
Rod Whitby 06b6aaae20 ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of the subtarget
SVN-Revision: 9670
2007-12-07 22:30:56 +00:00
Rod Whitby 610fcbfd85 ixp4xx: Split into two subtargets, one normal and one for boards which boot directly from attached storage (and therefore need most kernel modules compiled in)
SVN-Revision: 9669
2007-12-07 22:29:44 +00:00
Felix Fietkau 691be1ebe3 add missing kernel config symbol
SVN-Revision: 9668
2007-12-07 19:24:16 +00:00
Felix Fietkau e484fd5100 fix a warning
SVN-Revision: 9667
2007-12-07 10:32:48 +00:00
Felix Fietkau eeebde136d Minor patch to the AR7 diag.sh to make the status LED a bit more useful. From the patch:
This setup gives us 3.5 distinguishable states:

- Solid OFF:  Bootloader running, or kernel hung (timer task stalled)
- Solid ON:   Kernel hung (timer task stalled)
- 5Hz blink:  preinit
- Heartbeat:  normal operation

Signed-off-by: oliver@opencloud.com

SVN-Revision: 9666
2007-12-07 00:03:14 +00:00
Felix Fietkau f648fc7bc0 Reimplement rx ring with EOQ markers to avoid reset storms
Signed-off-by: oliver@opencloud.com

SVN-Revision: 9665
2007-12-07 00:03:10 +00:00
Felix Fietkau 6111ac6f94 Fix race between device reset and start_xmit
Signed-off-by: oliver@opencloud.com

SVN-Revision: 9664
2007-12-07 00:03:06 +00:00
Felix Fietkau f45990d8fe finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely
SVN-Revision: 9663
2007-12-06 14:01:23 +00:00
Felix Fietkau 115290946a Remove HOST_LOADLIBES fix from busybox, caused problems.
OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail.

Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9662
2007-12-06 12:59:38 +00:00
Felix Fietkau 4fa7250c07 Removed redundant '-r' flags for cp. Fixes compilation on BSD/Darwin.
$(CP) is defined as CP:="cp -fpR"

Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9661
2007-12-05 18:45:35 +00:00
Felix Fietkau 412bedd41c busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9660
2007-12-05 18:45:28 +00:00
Felix Fietkau 40ab15892d Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9659
2007-12-05 18:45:20 +00:00
Felix Fietkau 3a4d04f6ec tools/mkimage: Include sys/types.h on Darwin/BSD.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9658
2007-12-05 18:45:11 +00:00
Gabor Juhos 5a9fed951a add copyright header to the USB driver's files
SVN-Revision: 9657
2007-12-05 09:32:04 +00:00
Felix Fietkau 5dc134c542 Fix VLYNQ device enable for DG834Gv1
This patch allows VLYNQ devices on the DG834Gv1 to be successfully
enabled.

Currently the "__vlynq_enable_device" function attempts to set the VLYNQ
device clock divisor to values from 1 through 8 until a link is
successfully established. On the DG834Gv1 (but not the DG834Gv2),
setting the VLYNQ device clock divisor to 1 (full rate) results in all
further VLYNQ operations failing (including software reset), so the
device is never enabled. This patches changes the function to only
attempt divisors 2 through 8, and hence the device is successfully
enabled.

Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com>

---------

SVN-Revision: 9656
2007-12-04 12:49:54 +00:00
Felix Fietkau edc74f8cc3 fix make clean for unconfigured build trees
SVN-Revision: 9655
2007-12-04 03:04:37 +00:00
Felix Fietkau b217ebd0e6 enforce gnu make >= 3.81 now. it has become too annoying to work around bugs in 3.80
SVN-Revision: 9654
2007-12-04 03:00:29 +00:00
Felix Fietkau aee342712b add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 9652
2007-12-03 21:21:17 +00:00
Felix Fietkau 856e457b73 update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze)
SVN-Revision: 9651
2007-12-03 19:48:11 +00:00
Felix Fietkau 2bcaf23a68 add missing dependency
SVN-Revision: 9650
2007-12-03 00:34:39 +00:00
Felix Fietkau ff75d8a012 fix another build issue on some osx machines - run ranlib on the lzma lib archive
SVN-Revision: 9649
2007-12-02 22:44:44 +00:00
Felix Fietkau 9c7edf0ad0 update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
SVN-Revision: 9648
2007-12-02 22:28:14 +00:00
Felix Fietkau 93df90ed3e fix sstrip compile on mac os x
SVN-Revision: 9645
2007-12-02 21:16:24 +00:00
Felix Fietkau 9b27c5b585 refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772)
SVN-Revision: 9644
2007-12-01 17:08:04 +00:00
Felix Fietkau 40840d495f add shell compatibility patch from #2659
SVN-Revision: 9643
2007-11-30 21:58:18 +00:00
Felix Fietkau 85ad2a43a0 add switch gpio init for bcm57xx (untested, see #2744)
SVN-Revision: 9642
2007-11-30 21:58:14 +00:00
Felix Fietkau 66a69b145a add extra wrt350n leds (patch from #2745)
SVN-Revision: 9641
2007-11-30 21:58:06 +00:00
Felix Fietkau 5526395594 fix kernel config related build error
SVN-Revision: 9640
2007-11-30 17:22:44 +00:00
Felix Fietkau 1b3a1d0de1 make sure iw doesn't get compiled on older kernels
SVN-Revision: 9639
2007-11-30 11:33:31 +00:00
Felix Fietkau 661d97025a adjust libnl url
SVN-Revision: 9638
2007-11-30 11:33:28 +00:00
Felix Fietkau fc144fff14 add iw utility (untested)
SVN-Revision: 9637
2007-11-30 11:30:37 +00:00
Felix Fietkau f9cca13068 upgrade libnl to 1.0-pre8
SVN-Revision: 9636
2007-11-30 11:29:30 +00:00