aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qos-scripts update:Felix Fietkau2007-06-303-11/+32
| | | | | | | | - rewrite the RED qdisc calculations and add some comments this should fix the warnings about bursting (should also fix quirks with various linespeed settings) - reduce the calculated overhead for upstream, while i'm at it... SVN-Revision: 7782
* Added uhci support to dsmg600 profileRod Whitby2007-06-291-1/+1
| | | | SVN-Revision: 7781
* Added more essential NAS modules for NSLU2, NAS100d and DSMG600RevA profilesRod Whitby2007-06-293-3/+14
| | | | SVN-Revision: 7780
* Added bigendian patch for via velocity driverRod Whitby2007-06-291-0/+927
| | | | SVN-Revision: 7779
* Added USB serial devicesHamish Guthrie2007-06-291-19/+0
| | | | SVN-Revision: 7778
* Fix rb523 nand detection (#1723)Florian Fainelli2007-06-291-2/+2
| | | | SVN-Revision: 7777
* Enable kmod-madwifi in default profile for ixp4xxRod Whitby2007-06-293-3/+3
| | | | SVN-Revision: 7775
* Create various profiles for consumer IXP4xx devicesRod Whitby2007-06-294-0/+68
| | | | SVN-Revision: 7774
* Build via velocity module for ixp4xxRod Whitby2007-06-291-0/+1
| | | | SVN-Revision: 7773
* Added via-velocity module, and fixed some whitespace inconsistencies.Rod Whitby2007-06-291-4/+16
| | | | SVN-Revision: 7772
* Added USB supportHamish Guthrie2007-06-292-2/+10
| | | | SVN-Revision: 7771
* Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency ↵Rod Whitby2007-06-295-3/+742
| | | | | | for NSLU2 and DSMG600. Had to refresh the gateway 7001 patch due to changes in the file being patched. SVN-Revision: 7770
* Enable LDSO_RUNPATH in uClibc configuration for all platformsRod Whitby2007-06-299-9/+9
| | | | SVN-Revision: 7769
* apex: Updated to 1.5.8Rod Whitby2007-06-291-2/+2
| | | | SVN-Revision: 7768
* check for + in the broadcast address before attempting a dns lookupFelix Fietkau2007-06-291-0/+29
| | | | SVN-Revision: 7767
* fix broadcast address (#1611)Mike Baker2007-06-281-2/+1
| | | | SVN-Revision: 7766
* Add a patch for openssl to fix some breakage that happens when compiled with ↵Felix Fietkau2007-06-281-0/+252
| | | | | | | | | | | gcc 4.2.0 Note: this does not cover all instances, but it will at least compile. If the broken parts are reached at run time, the program will crash. I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use. Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html SVN-Revision: 7764
* update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵Felix Fietkau2007-06-286-9/+134
| | | | | | target (4.1.2 segfaults at compile time) SVN-Revision: 7762
* fix gcc 4.2.0 compile for ppcFelix Fietkau2007-06-282-0/+27
| | | | SVN-Revision: 7761
* update to 2.6.22-rc6Gabor Juhos2007-06-2817-176/+323
| | | | SVN-Revision: 7758
* Initialise firewall before network (#1988)Florian Fainelli2007-06-281-1/+1
| | | | SVN-Revision: 7757
* add extif fixes (#1984)Felix Fietkau2007-06-281-0/+152
| | | | SVN-Revision: 7756
* disable cpu wait support for bcm4710 (suggested in #1641)Felix Fietkau2007-06-281-2/+1
| | | | SVN-Revision: 7755
* add update target to toolchain/Felix Fietkau2007-06-281-1/+1
| | | | SVN-Revision: 7754
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-2819-30/+254
| | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753
* remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵Felix Fietkau2007-06-2814-2130/+2268
| | | | | | patches using quilt SVN-Revision: 7752
* enable the refresh target in toolchain/Felix Fietkau2007-06-281-1/+1
| | | | SVN-Revision: 7751
* allow packages to override the patch directory using the PATCH_DIR variableFelix Fietkau2007-06-281-4/+5
| | | | SVN-Revision: 7750
* disable quilt for kernel-headersFelix Fietkau2007-06-281-0/+2
| | | | SVN-Revision: 7749
* fill in the kernel version info for every target, move the kernel tarball ↵Felix Fietkau2007-06-2820-8/+51
| | | | | | md5sums to a central place SVN-Revision: 7748
* add MODULE_LICENSE("GPL") to the atheros ethernet driverFelix Fietkau2007-06-281-2/+2
| | | | SVN-Revision: 7747
* clean up the madwifi SoC support patch - remove some breakage that went ↵Felix Fietkau2007-06-281-23/+1
| | | | | | unnoticed because it only applies to kernelversions before 2.6.19 SVN-Revision: 7746
* brcm47xx: fix parts of the cache code that were not covered by the ↵Felix Fietkau2007-06-271-8/+39
| | | | | | kmap_coherent patch yet. this seems to fix the crazy segfaults we were getting... SVN-Revision: 7745
* replace led driver, and resync kernel configGabor Juhos2007-06-278-85/+628
| | | | SVN-Revision: 7744
* add fragmentation and rts settings thanks rene closes #1725Travis Kemen2007-06-271-0/+12
| | | | SVN-Revision: 7743
* add nvram fixup scriptFelix Fietkau2007-06-272-0/+72
| | | | SVN-Revision: 7742
* Also mark ipset as brokenFlorian Fainelli2007-06-271-0/+1
| | | | SVN-Revision: 7740
* Make aodv-uu as broken for all archs until we fix itFlorian Fainelli2007-06-271-0/+1
| | | | SVN-Revision: 7739
* don't include .config if DUMP is setFelix Fietkau2007-06-261-1/+3
| | | | SVN-Revision: 7738
* Remove ssb patch that was part of previous tree pullPeter Denison2007-06-261-41/+0
| | | | SVN-Revision: 7737
* calling of prom_detect_board is needed only when we still don't know the boardGabor Juhos2007-06-262-4/+7
| | | | SVN-Revision: 7736
* Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2514-521/+958
| | | | SVN-Revision: 7734
* Merge mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2513-242/+298
| | | | SVN-Revision: 7733
* Merge SSB driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2510-131/+208
| | | | SVN-Revision: 7732
* make the broadcom firmware image code more sane and also fix jffs2-256k ↵Felix Fietkau2007-06-251-12/+21
| | | | | | related bugs (#1888) SVN-Revision: 7731
* from now on, the kernel parses parameters passed by our lzma-loaderGabor Juhos2007-06-254-66/+218
| | | | SVN-Revision: 7730
* madwifi: add some extra delay between bringing the interface up and ↵Felix Fietkau2007-06-251-0/+1
| | | | | | configuring it (#1703) SVN-Revision: 7729
* make top-level .gitignore only apply to top-level files/directories (#1960)Felix Fietkau2007-06-251-8/+8
| | | | SVN-Revision: 7728
* add nat module fix from #1772Felix Fietkau2007-06-251-0/+1
| | | | SVN-Revision: 7727
* hotplug2: add fork handling optimization (also fixes that pesky pppoe race ↵Felix Fietkau2007-06-251-0/+142
| | | | | | condition in #1655) SVN-Revision: 7726