Commit Graph

12793 Commits (2820f3cbd3a9d5c08e02e251fe8c5a7a77fd7ab8)
 

Author SHA1 Message Date
Felix Fietkau 2820f3cbd3 wrt350nv2-builder: fix a small off-by-one error (thx, mb)
SVN-Revision: 18764
15 years ago
Felix Fietkau 62d2ed2657 build wrt350n v2 recovery and web upgrade images (based on patch from #5970)
SVN-Revision: 18763
15 years ago
Felix Fietkau 54f40f36f7 fix portability issues and other minor bugs in the wrt350nv2 image builder
SVN-Revision: 18762
15 years ago
Felix Fietkau a5e97547c6 add wrt350n v2 image building code from #5970 (thx, maddes)
SVN-Revision: 18761
15 years ago
Michael Büsch d0ca6b9080 lzma2eva: Endianness fixes.
SVN-Revision: 18760
15 years ago
Gabor Juhos 731837aa8e modules: package the leds-wndr3700-usb driver
SVN-Revision: 18759
15 years ago
Gabor Juhos 4734a69891 ar71xx: add driver for the USB LED on the WNDR3700
SVN-Revision: 18758
15 years ago
Gabor Juhos de8bfcaf38 ar71xx: add ar71xx_device_stopped function
SVN-Revision: 18757
15 years ago
Gabor Juhos 5e209e3852 ar71xx: fix build error with 2.6.31.7
SVN-Revision: 18756
15 years ago
Gabor Juhos 8956009fa6 ar71xx: fix NULL pointer dereference in the ethernet driver
SVN-Revision: 18755
15 years ago
Florian Fainelli 95fa070202 convert gpio code to use gpiolib, make rdc321x:dmz led work again
SVN-Revision: 18754
15 years ago
Florian Fainelli 0992bb916a remove the host-tool lzma dependency we now use the one provided in openwrt
SVN-Revision: 18753
15 years ago
Gabor Juhos 1156a9ac0c ar71xx: merge DSA switch patch
SVN-Revision: 18752
15 years ago
Gabor Juhos 18885b425c ar71xx: merge ag71xx specific patches
SVN-Revision: 18751
15 years ago
Gabor Juhos fce3ebbff8 ar71xx: nuke 2.6.28 support
SVN-Revision: 18750
15 years ago
Gabor Juhos d38fd20cb7 ar71xx: move mdio_bus reset code
SVN-Revision: 18749
15 years ago
Imre Kaloz ac40715c5f refresh patch
SVN-Revision: 18748
15 years ago
Imre Kaloz 948ecb59d9 upgrade to 2.6.31.7
SVN-Revision: 18747
15 years ago
Felix Fietkau 30992cceeb menuconfig: allow wildcard includes to return no match (#6339)
SVN-Revision: 18743
15 years ago
Felix Fietkau f26b153836 madwifi: add a watchdog for software beacon alert interrupts
SVN-Revision: 18740
15 years ago
Felix Fietkau b24884eeff madwifi: fix noise level display and make the cca threshold configurable through sysctl
SVN-Revision: 18739
15 years ago
Felix Fietkau 04abaefe70 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
15 years ago
Felix Fietkau 10f627db5c firewall: fix fallout from r18716 (fixes #6338)
SVN-Revision: 18733
15 years ago
Gabor Juhos ae89e435d9 mac80211: fix depends
SVN-Revision: 18732
15 years ago
Felix Fietkau b4ea1b0ac3 hostapd: parse the option for hiding the ESSID (#6310)
SVN-Revision: 18727
15 years ago
Felix Fietkau eb760dffc3 add missing config option for v4l1 (fixes #6314)
SVN-Revision: 18726
15 years ago
Felix Fietkau 679cab88fe 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
15 years ago
Felix Fietkau d5d8a225f8 broadcom-wl: add rts/frag threshold settings (patch from #4769)
SVN-Revision: 18720
15 years ago
Felix Fietkau d431d864b8 mac80211: fix RTS threshold not being set for mac80211 devices
A typo prevented it from working, tested with ar71xx and ath9k.

Signed-off-by: Otto Solares <solca@guug.org>

SVN-Revision: 18719
15 years ago
Felix Fietkau 91a8f2334a add missing argument to debug/mount wrappers (thx, matteo)
SVN-Revision: 18718
15 years ago
Felix Fietkau 889532d1fd do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility
SVN-Revision: 18717
15 years ago
Felix Fietkau 74cbcc9ee5 firewall: get rid of recursive shell script inclusion to improve hush compatibility
SVN-Revision: 18716
15 years ago
Felix Fietkau f1649982e2 functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases
SVN-Revision: 18715
15 years ago
Felix Fietkau 9e99581621 adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
SVN-Revision: 18714
15 years ago
Felix Fietkau 1ab62895f7 iptables: move to 'Network' in menuconfig
SVN-Revision: 18713
15 years ago
Felix Fietkau 77c391b8b1 busybox: adjust hush default configuration
SVN-Revision: 18712
15 years ago
Gabor Juhos e35c8c6dc5 ar71xx: sync kernel configs
SVN-Revision: 18711
15 years ago
Gabor Juhos 2b988fa855 ar71xx: register rtl8366-smi device on the DIR-825 B1 board
SVN-Revision: 18710
15 years ago
Felix Fietkau 2bff4bf4e5 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
15 years ago
Jo-Philipp Wich e0042b55ea fix default network config after r18699
SVN-Revision: 18708
15 years ago
Jo-Philipp Wich cc7827d993 iptables: bump pkg revision
SVN-Revision: 18707
15 years ago
Jo-Philipp Wich e830181f47 iptables: add comment match to the core package
SVN-Revision: 18706
15 years ago
Felix Fietkau 4ab57b9e0f fix firmware loading broken by the busybox upgrade
SVN-Revision: 18705
15 years ago
John Crispin cc5994a452 ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
SVN-Revision: 18701
15 years ago
John Crispin d2dbb42387 make uboot work on arcaydian board
SVN-Revision: 18700
15 years ago
Felix Fietkau ddc2e2270b ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)
SVN-Revision: 18699
15 years ago
Felix Fietkau df35ee622f fix link status detection in various switch drivers
SVN-Revision: 18698
15 years ago
Gabor Juhos 7d8a1bf239 ar71xx: TL-WR1043ND support cleanup
SVN-Revision: 18697
15 years ago
Gabor Juhos b12d752a63 ar71xx: preliminary support for the TL-WR1043ND
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
15 years ago
Gabor Juhos 63d8f159db ar71xx: register rtl8366_smi device on the WNDR3700
SVN-Revision: 18695
15 years ago