Felix Fietkau
62d2ed2657
build wrt350n v2 recovery and web upgrade images (based on patch from #5970 )
...
SVN-Revision: 18763
2009-12-12 00:45:32 +00:00
Felix Fietkau
54f40f36f7
fix portability issues and other minor bugs in the wrt350nv2 image builder
...
SVN-Revision: 18762
2009-12-12 00:44:15 +00:00
Felix Fietkau
a5e97547c6
add wrt350n v2 image building code from #5970 (thx, maddes)
...
SVN-Revision: 18761
2009-12-12 00:44:03 +00:00
Michael Büsch
d0ca6b9080
lzma2eva: Endianness fixes.
...
SVN-Revision: 18760
2009-12-11 23:50:51 +00:00
Gabor Juhos
731837aa8e
modules: package the leds-wndr3700-usb driver
...
SVN-Revision: 18759
2009-12-11 20:32:33 +00:00
Gabor Juhos
4734a69891
ar71xx: add driver for the USB LED on the WNDR3700
...
SVN-Revision: 18758
2009-12-11 20:32:31 +00:00
Gabor Juhos
de8bfcaf38
ar71xx: add ar71xx_device_stopped function
...
SVN-Revision: 18757
2009-12-11 20:32:28 +00:00
Gabor Juhos
5e209e3852
ar71xx: fix build error with 2.6.31.7
...
SVN-Revision: 18756
2009-12-11 20:32:25 +00:00
Gabor Juhos
8956009fa6
ar71xx: fix NULL pointer dereference in the ethernet driver
...
SVN-Revision: 18755
2009-12-11 19:32:58 +00:00
Florian Fainelli
95fa070202
convert gpio code to use gpiolib, make rdc321x:dmz led work again
...
SVN-Revision: 18754
2009-12-11 19:32:52 +00:00
Florian Fainelli
0992bb916a
remove the host-tool lzma dependency we now use the one provided in openwrt
...
SVN-Revision: 18753
2009-12-11 19:32:45 +00:00
Gabor Juhos
1156a9ac0c
ar71xx: merge DSA switch patch
...
SVN-Revision: 18752
2009-12-11 16:41:51 +00:00
Gabor Juhos
18885b425c
ar71xx: merge ag71xx specific patches
...
SVN-Revision: 18751
2009-12-11 16:41:40 +00:00
Gabor Juhos
fce3ebbff8
ar71xx: nuke 2.6.28 support
...
SVN-Revision: 18750
2009-12-11 15:56:38 +00:00
Gabor Juhos
d38fd20cb7
ar71xx: move mdio_bus reset code
...
SVN-Revision: 18749
2009-12-11 12:21:15 +00:00
Imre Kaloz
ac40715c5f
refresh patch
...
SVN-Revision: 18748
2009-12-11 11:40:05 +00:00
Imre Kaloz
948ecb59d9
upgrade to 2.6.31.7
...
SVN-Revision: 18747
2009-12-11 11:10:49 +00:00
Felix Fietkau
30992cceeb
menuconfig: allow wildcard includes to return no match ( #6339 )
...
SVN-Revision: 18743
2009-12-11 04:41:56 +00:00
Felix Fietkau
f26b153836
madwifi: add a watchdog for software beacon alert interrupts
...
SVN-Revision: 18740
2009-12-11 02:12:19 +00:00
Felix Fietkau
b24884eeff
madwifi: fix noise level display and make the cca threshold configurable through sysctl
...
SVN-Revision: 18739
2009-12-11 02:12:15 +00:00
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
2009-12-10 20:52:45 +00:00
Felix Fietkau
10f627db5c
firewall: fix fallout from r18716 ( fixes #6338 )
...
SVN-Revision: 18733
2009-12-10 18:18:37 +00:00
Gabor Juhos
ae89e435d9
mac80211: fix depends
...
SVN-Revision: 18732
2009-12-10 13:50:02 +00:00
Felix Fietkau
b4ea1b0ac3
hostapd: parse the option for hiding the ESSID ( #6310 )
...
SVN-Revision: 18727
2009-12-09 19:10:54 +00:00
Felix Fietkau
eb760dffc3
add missing config option for v4l1 ( fixes #6314 )
...
SVN-Revision: 18726
2009-12-09 19:04:57 +00:00
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
2009-12-09 18:50:49 +00:00
Felix Fietkau
d5d8a225f8
broadcom-wl: add rts/frag threshold settings (patch from #4769 )
...
SVN-Revision: 18720
2009-12-09 17:29:10 +00:00
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
2009-12-09 17:22:25 +00:00
Felix Fietkau
91a8f2334a
add missing argument to debug/mount wrappers (thx, matteo)
...
SVN-Revision: 18718
2009-12-09 17:13:16 +00:00
Felix Fietkau
889532d1fd
do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility
...
SVN-Revision: 18717
2009-12-09 15:15:25 +00:00
Felix Fietkau
74cbcc9ee5
firewall: get rid of recursive shell script inclusion to improve hush compatibility
...
SVN-Revision: 18716
2009-12-09 14:04:37 +00:00
Felix Fietkau
f1649982e2
functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases
...
SVN-Revision: 18715
2009-12-09 13:36:43 +00:00
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
2009-12-09 13:36:39 +00:00
Felix Fietkau
1ab62895f7
iptables: move to 'Network' in menuconfig
...
SVN-Revision: 18713
2009-12-09 13:36:35 +00:00
Felix Fietkau
77c391b8b1
busybox: adjust hush default configuration
...
SVN-Revision: 18712
2009-12-09 13:36:28 +00:00
Gabor Juhos
e35c8c6dc5
ar71xx: sync kernel configs
...
SVN-Revision: 18711
2009-12-09 08:03:35 +00:00
Gabor Juhos
2b988fa855
ar71xx: register rtl8366-smi device on the DIR-825 B1 board
...
SVN-Revision: 18710
2009-12-09 08:03:31 +00:00
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
2009-12-09 03:25:33 +00:00
Jo-Philipp Wich
e0042b55ea
fix default network config after r18699
...
SVN-Revision: 18708
2009-12-08 22:22:16 +00:00
Jo-Philipp Wich
cc7827d993
iptables: bump pkg revision
...
SVN-Revision: 18707
2009-12-08 20:53:27 +00:00
Jo-Philipp Wich
e830181f47
iptables: add comment match to the core package
...
SVN-Revision: 18706
2009-12-08 20:52:58 +00:00
Felix Fietkau
4ab57b9e0f
fix firmware loading broken by the busybox upgrade
...
SVN-Revision: 18705
2009-12-08 20:04:38 +00:00
John Crispin
cc5994a452
ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
...
SVN-Revision: 18701
2009-12-08 14:38:17 +00:00
John Crispin
d2dbb42387
make uboot work on arcaydian board
...
SVN-Revision: 18700
2009-12-08 14:37:12 +00:00
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
2009-12-08 14:06:18 +00:00
Felix Fietkau
df35ee622f
fix link status detection in various switch drivers
...
SVN-Revision: 18698
2009-12-08 14:06:09 +00:00
Gabor Juhos
7d8a1bf239
ar71xx: TL-WR1043ND support cleanup
...
SVN-Revision: 18697
2009-12-08 12:46:30 +00:00
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
2009-12-08 12:46:25 +00:00
Gabor Juhos
63d8f159db
ar71xx: register rtl8366_smi device on the WNDR3700
...
SVN-Revision: 18695
2009-12-08 10:29:37 +00:00
Gabor Juhos
cc1b9a6046
ar71xx: add mdio bus driver for the rtl8366 switch
...
SVN-Revision: 18694
2009-12-08 10:29:35 +00:00