summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add back patch to fix building on avr32 and criskaloz2007-12-091-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot removing that file while applying patch from #2757florian2007-12-091-254/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable adminport feature of ipsec-tools (#2750)florian2007-12-091-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade wpa_supplicant to 0.5.9 (#2823)florian2007-12-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bcm5354 patches from #2757florian2007-12-094-0/+463
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bcm5354 patch from #2754florian2007-12-091-0/+155
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix missing returnflorian2007-12-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Setup MAC addresses for routerboardsflorian2007-12-092-2/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump kernel to 2.6.23.9 for x86pavlov2007-12-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵pavlov2007-12-084-838/+757
| | | | | | been uncommitted for a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of ↵rwhitby2007-12-074-1/+1
| | | | | | the subtarget git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵rwhitby2007-12-079-0/+14
| | | | | | directly from attached storage (and therefore need most kernel modules compiled in) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel config symbolnbd2007-12-073-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a warningnbd2007-12-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵nbd2007-12-071-13/+20
| | | | | | | | | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 2/2] Reimplement rx ring with EOQ markers to avoid reset stormsnbd2007-12-071-5/+102
| | | | | | | Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] Fix race between device reset and start_xmitnbd2007-12-071-32/+61
| | | | | | | Signed-off-by: oliver@opencloud.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally fix libintl issues on osx and potentially other platforms by ↵nbd2007-12-061-0/+2
| | | | | | disabling its use in busybox completely git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove HOST_LOADLIBES fix from busybox, caused problems.nbd2007-12-061-1/+0
| | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Removed redundant '-r' flags for cp. Fixes compilation on BSD/Darwin.nbd2007-12-053-5/+5
| | | | | | | | | $(CP) is defined as CP:="cp -fpR" Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)nbd2007-12-051-1/+2
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.nbd2007-12-051-0/+3
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: Include sys/types.h on Darwin/BSD.nbd2007-12-051-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add copyright header to the USB driver's filesjuhosg2007-12-058-47/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix VLYNQ device enable for DG834Gv1nbd2007-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | 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> --------- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix make clean for unconfigured build treesnbd2007-12-042-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ↵nbd2007-12-041-5/+1
| | | | | | in 3.80 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add i8x0 audio drivernbd2007-12-031-0/+17
| | | | | | | Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt ↵nbd2007-12-035-275/+32
| | | | | | packaging code (ported from wr to kamikaze) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencynbd2007-12-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix another build issue on some osx machines - run ranlib on the lzma lib ↵nbd2007-12-021-0/+12
| | | | | | archive git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode ↵nbd2007-12-028-582/+426
| | | | | | issues, needs more testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sstrip compile on mac os xnbd2007-12-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refactor hotplug2 rules, make sure that the default button rule is only used ↵nbd2007-12-013-36/+37
| | | | | | during the init (should fix #2772) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add shell compatibility patch from #2659nbd2007-11-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add switch gpio init for bcm57xx (untested, see #2744)nbd2007-11-301-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra wrt350n leds (patch from #2745)nbd2007-11-301-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel config related build errornbd2007-11-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure iw doesn't get compiled on older kernelsnbd2007-11-301-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adjust libnl urlnbd2007-11-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add iw utility (untested)nbd2007-11-301-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade libnl to 1.0-pre8nbd2007-11-301-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include the kernel config for kernel related packages (should fix some b43 ↵nbd2007-11-301-1/+4
| | | | | | compile issues) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ppp issues (thanks to Fatus for debugging this)nbd2007-11-301-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix zlib for powerpcnbd2007-11-291-3/+3
| | | | | | | | | | | For some architectures like powerpc, the library must be compiled with -fPIC (checked also for mips/mipsel) Signed-off-by: Thomas Langer <thomas.langer@infineon.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] switch to 2.6.23.9juhosg2007-11-292-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update busybox to 1.8.2thepeople2007-11-292-14/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add options for rate 80211h compression bursting wmm and mac filtering From: ↵thepeople2007-11-281-0/+38
| | | | | | Vasilis T. (aka Acinonyx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some cleanup and remove overwriting of device defaults for bgscan and diversitythepeople2007-11-281-22/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* drop the '0' default in config_get_boolnbd2007-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9618 3c298f89-4303-0410-b956-a3cf2f4a3e73