Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵ | Tim Yardley | 2007-12-08 | 4 | -838/+757 |
| | | | | | | been uncommitted for a bit SVN-Revision: 9674 | ||||
* | ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of ↵ | Rod Whitby | 2007-12-07 | 4 | -1/+1 |
| | | | | | | the subtarget SVN-Revision: 9670 | ||||
* | ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵ | Rod Whitby | 2007-12-07 | 9 | -0/+14 |
| | | | | | | directly from attached storage (and therefore need most kernel modules compiled in) SVN-Revision: 9669 | ||||
* | add missing kernel config symbol | Felix Fietkau | 2007-12-07 | 3 | -0/+3 |
| | | | | SVN-Revision: 9668 | ||||
* | fix a warning | Felix Fietkau | 2007-12-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 9667 | ||||
* | Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵ | Felix Fietkau | 2007-12-07 | 1 | -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 SVN-Revision: 9666 | ||||
* | Reimplement rx ring with EOQ markers to avoid reset storms | Felix Fietkau | 2007-12-07 | 1 | -5/+102 |
| | | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9665 | ||||
* | Fix race between device reset and start_xmit | Felix Fietkau | 2007-12-07 | 1 | -32/+61 |
| | | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9664 | ||||
* | finally fix libintl issues on osx and potentially other platforms by ↵ | Felix Fietkau | 2007-12-06 | 1 | -0/+2 |
| | | | | | | disabling its use in busybox completely SVN-Revision: 9663 | ||||
* | Remove HOST_LOADLIBES fix from busybox, caused problems. | Felix Fietkau | 2007-12-06 | 1 | -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> SVN-Revision: 9662 | ||||
* | Removed redundant '-r' flags for cp. Fixes compilation on BSD/Darwin. | Felix Fietkau | 2007-12-05 | 3 | -5/+5 |
| | | | | | | | | $(CP) is defined as CP:="cp -fpR" Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9661 | ||||
* | busybox: Fix build on OSX/BSD (fix needs to be cleaned up.) | Felix Fietkau | 2007-12-05 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9660 | ||||
* | Abstracted find to $(FIND) to allow use of gfind on non-GNU systems. | Felix Fietkau | 2007-12-05 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9659 | ||||
* | tools/mkimage: Include sys/types.h on Darwin/BSD. | Felix Fietkau | 2007-12-05 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9658 | ||||
* | add copyright header to the USB driver's files | Gabor Juhos | 2007-12-05 | 8 | -47/+63 |
| | | | | SVN-Revision: 9657 | ||||
* | Fix VLYNQ device enable for DG834Gv1 | Felix Fietkau | 2007-12-04 | 1 | -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> --------- SVN-Revision: 9656 | ||||
* | fix make clean for unconfigured build trees | Felix Fietkau | 2007-12-04 | 2 | -2/+2 |
| | | | | SVN-Revision: 9655 | ||||
* | enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ↵ | Felix Fietkau | 2007-12-04 | 1 | -5/+1 |
| | | | | | | in 3.80 SVN-Revision: 9654 | ||||
* | add i8x0 audio driver | Felix Fietkau | 2007-12-03 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 9652 | ||||
* | update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt ↵ | Felix Fietkau | 2007-12-03 | 5 | -275/+32 |
| | | | | | | packaging code (ported from wr to kamikaze) SVN-Revision: 9651 | ||||
* | add missing dependency | Felix Fietkau | 2007-12-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 9650 | ||||
* | fix another build issue on some osx machines - run ranlib on the lzma lib ↵ | Felix Fietkau | 2007-12-02 | 1 | -0/+12 |
| | | | | | | archive SVN-Revision: 9649 | ||||
* | update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode ↵ | Felix Fietkau | 2007-12-02 | 8 | -582/+426 |
| | | | | | | issues, needs more testing SVN-Revision: 9648 | ||||
* | fix sstrip compile on mac os x | Felix Fietkau | 2007-12-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 9645 | ||||
* | refactor hotplug2 rules, make sure that the default button rule is only used ↵ | Felix Fietkau | 2007-12-01 | 3 | -36/+37 |
| | | | | | | during the init (should fix #2772) SVN-Revision: 9644 | ||||
* | add shell compatibility patch from #2659 | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 9643 | ||||
* | add switch gpio init for bcm57xx (untested, see #2744) | Felix Fietkau | 2007-11-30 | 1 | -1/+10 |
| | | | | SVN-Revision: 9642 | ||||
* | add extra wrt350n leds (patch from #2745) | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
| | | | | SVN-Revision: 9641 | ||||
* | fix kernel config related build error | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 9640 | ||||
* | make sure iw doesn't get compiled on older kernels | Felix Fietkau | 2007-11-30 | 1 | -2/+4 |
| | | | | SVN-Revision: 9639 | ||||
* | adjust libnl url | Felix Fietkau | 2007-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 9638 | ||||
* | add iw utility (untested) | Felix Fietkau | 2007-11-30 | 1 | -0/+46 |
| | | | | SVN-Revision: 9637 | ||||
* | upgrade libnl to 1.0-pre8 | Felix Fietkau | 2007-11-30 | 1 | -4/+4 |
| | | | | SVN-Revision: 9636 | ||||
* | include the kernel config for kernel related packages (should fix some b43 ↵ | Felix Fietkau | 2007-11-30 | 1 | -1/+4 |
| | | | | | | compile issues) SVN-Revision: 9635 | ||||
* | fix ppp issues (thanks to Fatus for debugging this) | Felix Fietkau | 2007-11-30 | 1 | -2/+3 |
| | | | | SVN-Revision: 9634 | ||||
* | Fix zlib for powerpc | Felix Fietkau | 2007-11-29 | 1 | -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> SVN-Revision: 9632 | ||||
* | switch to 2.6.23.9 | Gabor Juhos | 2007-11-29 | 2 | -1/+4 |
| | | | | SVN-Revision: 9629 | ||||
* | update busybox to 1.8.2 | Travis Kemen | 2007-11-29 | 2 | -14/+3 |
| | | | | SVN-Revision: 9625 | ||||
* | add options for rate 80211h compression bursting wmm and mac filtering From: ↵ | Travis Kemen | 2007-11-28 | 1 | -0/+38 |
| | | | | | | Vasilis T. (aka Acinonyx) SVN-Revision: 9624 | ||||
* | some cleanup and remove overwriting of device defaults for bgscan and diversity | Travis Kemen | 2007-11-28 | 1 | -22/+10 |
| | | | | SVN-Revision: 9619 | ||||
* | drop the '0' default in config_get_bool | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9618 | ||||
* | Fix AutoLoad macro typos (#2765) | Florian Fainelli | 2007-11-28 | 1 | -4/+4 |
| | | | | SVN-Revision: 9615 | ||||
* | package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon) | Felix Fietkau | 2007-11-28 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9613 | ||||
* | use instead of closes #2759 | Travis Kemen | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9612 | ||||
* | add support for the PCEngines Alix | Travis Kemen | 2007-11-28 | 2 | -1/+17 |
| | | | | SVN-Revision: 9611 | ||||
* | add txpower patches and add uci configuration file From: Vasilis T. (aka ↵ | Travis Kemen | 2007-11-28 | 4 | -1/+457 |
| | | | | | | Acinonyx) SVN-Revision: 9610 | ||||
* | don't overwrite device default for fast frames closes #2321 | Travis Kemen | 2007-11-28 | 1 | -2/+4 |
| | | | | SVN-Revision: 9609 | ||||
* | add option to turn off dynamic dhcp closes #2694 | Travis Kemen | 2007-11-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 9608 | ||||
* | init: check permissions on rc.d files | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | init: don't start hotplug2 if it doesn't exist | Felix Fietkau | 2007-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | 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 |