- Dec 10, 2009
-
-
Felix Fietkau authored
add a simple script for symlinking one tree into another for doing builds with separate build dirs, but the same source dir SVN-Revision: 18734
-
Felix Fietkau authored
SVN-Revision: 18733
-
Gabor Juhos authored
SVN-Revision: 18732
-
- Dec 09, 2009
-
-
Felix Fietkau authored
SVN-Revision: 18727
-
Felix Fietkau authored
SVN-Revision: 18726
-
Felix Fietkau authored
Fix a memory leak in hotplug2 environment handling. Bump hotplug2 to the latest svn revision, remove obsolete patches. Memory leak is caused by the way hotplug2 handles environment variables, using setenv() and unsetenv(). setenv() creates copies of the supplied strings, but, due to a POSIX blunder, these copies are never destroyed by unsetenv(), neither in glibc nor uclibc - not until the program terminates. Since some events are handled directly in the main process, even when configured with the "fork" worker, hotplug2 memory usage will keep growing over time. This can be observed by running "udevtrigger" and noting the increase in hotplug2 VmRSS after each run. This patch uses putenv() instead, which leaves storage management to the caller, so that we can explicitly delete stuff when it's no longer needed. Signed-off-by:
Aleksandar Radovanovic <biblbroks@sezampro.rs> SVN-Revision: 18725
-
Felix Fietkau authored
SVN-Revision: 18720
-
Felix Fietkau authored
A typo prevented it from working, tested with ar71xx and ath9k. Signed-off-by:
Otto Solares <solca@guug.org> SVN-Revision: 18719
-
Felix Fietkau authored
SVN-Revision: 18718
-
Felix Fietkau authored
SVN-Revision: 18717
-
Felix Fietkau authored
SVN-Revision: 18716
-
Felix Fietkau authored
functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases SVN-Revision: 18715
-
Felix Fietkau authored
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected SVN-Revision: 18714
-
Felix Fietkau authored
SVN-Revision: 18713
-
Felix Fietkau authored
SVN-Revision: 18712
-
Gabor Juhos authored
SVN-Revision: 18711
-
Gabor Juhos authored
SVN-Revision: 18710
-
Felix Fietkau authored
rtl8306: manage the wan port as a separate phy device with proper link status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709
-
- Dec 08, 2009
-
-
Jo-Philipp Wich authored
SVN-Revision: 18708
-
Jo-Philipp Wich authored
SVN-Revision: 18707
-
Jo-Philipp Wich authored
SVN-Revision: 18706
-
Felix Fietkau authored
SVN-Revision: 18705
-
John Crispin authored
SVN-Revision: 18701
-
John Crispin authored
SVN-Revision: 18700
-
Felix Fietkau authored
ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699
-
Felix Fietkau authored
SVN-Revision: 18698
-
Gabor Juhos authored
SVN-Revision: 18697
-
Gabor Juhos authored
Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by:
Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696
-
Gabor Juhos authored
SVN-Revision: 18695
-
Gabor Juhos authored
SVN-Revision: 18694
-
Gabor Juhos authored
SVN-Revision: 18693
-
Gabor Juhos authored
SVN-Revision: 18692
-
Gabor Juhos authored
SVN-Revision: 18691
-
- Dec 07, 2009
-
-
Florian Fainelli authored
SVN-Revision: 18690
-
Florian Fainelli authored
SVN-Revision: 18684
-
Florian Fainelli authored
SVN-Revision: 18683
-
Florian Fainelli authored
SVN-Revision: 18682
-
Lars-Peter Clausen authored
SVN-Revision: 18673
-
- Dec 06, 2009
-
-
Florian Fainelli authored
SVN-Revision: 18672
-
Florian Fainelli authored
SVN-Revision: 18671
-