Imre Kaloz [Fri, 11 Dec 2009 11:10:49 +0000 (11:10 +0000)]
upgrade to 2.6.31.7
SVN-Revision: 18747
Felix Fietkau [Fri, 11 Dec 2009 04:41:56 +0000 (04:41 +0000)]
menuconfig: allow wildcard includes to return no match (#6339)
SVN-Revision: 18743
Felix Fietkau [Fri, 11 Dec 2009 02:12:19 +0000 (02:12 +0000)]
madwifi: add a watchdog for software beacon alert interrupts
SVN-Revision: 18740
Felix Fietkau [Fri, 11 Dec 2009 02:12:15 +0000 (02:12 +0000)]
madwifi: fix noise level display and make the cca threshold configurable through sysctl
SVN-Revision: 18739
Felix Fietkau [Thu, 10 Dec 2009 20:52:45 +0000 (20:52 +0000)]
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 [Thu, 10 Dec 2009 18:18:37 +0000 (18:18 +0000)]
firewall: fix fallout from r18716 (fixes #6338)
SVN-Revision: 18733
Gabor Juhos [Thu, 10 Dec 2009 13:50:02 +0000 (13:50 +0000)]
mac80211: fix depends
SVN-Revision: 18732
Felix Fietkau [Wed, 9 Dec 2009 19:10:54 +0000 (19:10 +0000)]
hostapd: parse the option for hiding the ESSID (#6310)
SVN-Revision: 18727
Felix Fietkau [Wed, 9 Dec 2009 19:04:57 +0000 (19:04 +0000)]
add missing config option for v4l1 (fixes #6314)
SVN-Revision: 18726
Felix Fietkau [Wed, 9 Dec 2009 18:50:49 +0000 (18:50 +0000)]
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 [Wed, 9 Dec 2009 17:29:10 +0000 (17:29 +0000)]
broadcom-wl: add rts/frag threshold settings (patch from #4769)
SVN-Revision: 18720
Felix Fietkau [Wed, 9 Dec 2009 17:22:25 +0000 (17:22 +0000)]
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
Felix Fietkau [Wed, 9 Dec 2009 17:13:16 +0000 (17:13 +0000)]
add missing argument to debug/mount wrappers (thx, matteo)
SVN-Revision: 18718
Felix Fietkau [Wed, 9 Dec 2009 15:15:25 +0000 (15:15 +0000)]
do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility
SVN-Revision: 18717
Felix Fietkau [Wed, 9 Dec 2009 14:04:37 +0000 (14:04 +0000)]
firewall: get rid of recursive shell script inclusion to improve hush compatibility
SVN-Revision: 18716
Felix Fietkau [Wed, 9 Dec 2009 13:36:43 +0000 (13:36 +0000)]
functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases
SVN-Revision: 18715
Felix Fietkau [Wed, 9 Dec 2009 13:36:39 +0000 (13:36 +0000)]
adjust dependencies of firewall and qos-scripts, so that these packages are visible even when iptables is not selected
SVN-Revision: 18714
Felix Fietkau [Wed, 9 Dec 2009 13:36:35 +0000 (13:36 +0000)]
iptables: move to 'Network' in menuconfig
SVN-Revision: 18713
Felix Fietkau [Wed, 9 Dec 2009 13:36:28 +0000 (13:36 +0000)]
busybox: adjust hush default configuration
SVN-Revision: 18712
Gabor Juhos [Wed, 9 Dec 2009 08:03:35 +0000 (08:03 +0000)]
ar71xx: sync kernel configs
SVN-Revision: 18711
Gabor Juhos [Wed, 9 Dec 2009 08:03:31 +0000 (08:03 +0000)]
ar71xx: register rtl8366-smi device on the DIR-825 B1 board
SVN-Revision: 18710
Felix Fietkau [Wed, 9 Dec 2009 03:25:33 +0000 (03:25 +0000)]
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
Jo-Philipp Wich [Tue, 8 Dec 2009 22:22:16 +0000 (22:22 +0000)]
fix default network config after r18699
SVN-Revision: 18708
Jo-Philipp Wich [Tue, 8 Dec 2009 20:53:27 +0000 (20:53 +0000)]
iptables: bump pkg revision
SVN-Revision: 18707
Jo-Philipp Wich [Tue, 8 Dec 2009 20:52:58 +0000 (20:52 +0000)]
iptables: add comment match to the core package
SVN-Revision: 18706
Felix Fietkau [Tue, 8 Dec 2009 20:04:38 +0000 (20:04 +0000)]
fix firmware loading broken by the busybox upgrade
SVN-Revision: 18705
John Crispin [Tue, 8 Dec 2009 14:38:17 +0000 (14:38 +0000)]
ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
SVN-Revision: 18701
John Crispin [Tue, 8 Dec 2009 14:37:12 +0000 (14:37 +0000)]
make uboot work on arcaydian board
SVN-Revision: 18700
Felix Fietkau [Tue, 8 Dec 2009 14:06:18 +0000 (14:06 +0000)]
ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)
SVN-Revision: 18699
Felix Fietkau [Tue, 8 Dec 2009 14:06:09 +0000 (14:06 +0000)]
fix link status detection in various switch drivers
SVN-Revision: 18698
Gabor Juhos [Tue, 8 Dec 2009 12:46:30 +0000 (12:46 +0000)]
ar71xx: TL-WR1043ND support cleanup
SVN-Revision: 18697
Gabor Juhos [Tue, 8 Dec 2009 12:46:25 +0000 (12:46 +0000)]
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
Gabor Juhos [Tue, 8 Dec 2009 10:29:37 +0000 (10:29 +0000)]
ar71xx: register rtl8366_smi device on the WNDR3700
SVN-Revision: 18695
Gabor Juhos [Tue, 8 Dec 2009 10:29:35 +0000 (10:29 +0000)]
ar71xx: add mdio bus driver for the rtl8366 switch
SVN-Revision: 18694
Gabor Juhos [Tue, 8 Dec 2009 10:29:30 +0000 (10:29 +0000)]
ar71xx: refresh patches
SVN-Revision: 18693
Gabor Juhos [Tue, 8 Dec 2009 10:29:27 +0000 (10:29 +0000)]
ar71xx: add support for external mii_bus
SVN-Revision: 18692
Gabor Juhos [Tue, 8 Dec 2009 10:29:19 +0000 (10:29 +0000)]
ar71xx: move phy_connect call to ag71xx_open
SVN-Revision: 18691
Florian Fainelli [Mon, 7 Dec 2009 23:59:06 +0000 (23:59 +0000)]
package nls cp866 support (#6281)
SVN-Revision: 18690
Florian Fainelli [Mon, 7 Dec 2009 16:56:04 +0000 (16:56 +0000)]
update busybox to 1.15.2 (#5926)
SVN-Revision: 18684
Florian Fainelli [Mon, 7 Dec 2009 16:56:00 +0000 (16:56 +0000)]
update README after r18624
SVN-Revision: 18683
Florian Fainelli [Mon, 7 Dec 2009 16:55:33 +0000 (16:55 +0000)]
make mkimg_sitecom.pl executable
SVN-Revision: 18682
Lars-Peter Clausen [Mon, 7 Dec 2009 10:13:32 +0000 (10:13 +0000)]
Remove 2.6.31 support.
SVN-Revision: 18673
Florian Fainelli [Sun, 6 Dec 2009 09:12:34 +0000 (09:12 +0000)]
add rootwait option to the kernel command line (#6209)
SVN-Revision: 18672
Florian Fainelli [Sun, 6 Dec 2009 09:08:03 +0000 (09:08 +0000)]
correct flash size and detection for sitecom targets (#6278), patch from rtz
SVN-Revision: 18671
Florian Fainelli [Sun, 6 Dec 2009 09:07:58 +0000 (09:07 +0000)]
simplify sitecom image generation with a script, patch from rtz
SVN-Revision: 18670
Florian Fainelli [Sun, 6 Dec 2009 09:07:53 +0000 (09:07 +0000)]
fix the handling of MAC addresses with r6040, patch from rtz
SVN-Revision: 18669
Felix Fietkau [Sat, 5 Dec 2009 17:12:56 +0000 (17:12 +0000)]
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
SVN-Revision: 18666
Felix Fietkau [Sat, 5 Dec 2009 17:12:51 +0000 (17:12 +0000)]
mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work
SVN-Revision: 18665
Jo-Philipp Wich [Sat, 5 Dec 2009 15:11:47 +0000 (15:11 +0000)]
mac80211: fix a shell syntax error
SVN-Revision: 18664
Jo-Philipp Wich [Sat, 5 Dec 2009 15:09:20 +0000 (15:09 +0000)]
wpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes
SVN-Revision: 18663
Jo-Philipp Wich [Sat, 5 Dec 2009 15:08:25 +0000 (15:08 +0000)]
mac80211: fix wpa handling in sta mode
SVN-Revision: 18662
Florian Fainelli [Sat, 5 Dec 2009 12:54:30 +0000 (12:54 +0000)]
allow building hostap-driver and its dependencies on 2.6.32 (#6305)
SVN-Revision: 18658
Jo-Philipp Wich [Sat, 5 Dec 2009 12:39:28 +0000 (12:39 +0000)]
fix typo in switch config migration script
SVN-Revision: 18657
Felix Fietkau [Fri, 4 Dec 2009 22:18:36 +0000 (22:18 +0000)]
oops, forgot one small change in the last commit
SVN-Revision: 18640
Felix Fietkau [Fri, 4 Dec 2009 22:17:26 +0000 (22:17 +0000)]
remove the redundant subdirectory from the packages directory variable
SVN-Revision: 18639
Gabor Juhos [Fri, 4 Dec 2009 20:27:03 +0000 (20:27 +0000)]
ar71xx: experimental 2.6.32 support
SVN-Revision: 18638
Gabor Juhos [Fri, 4 Dec 2009 20:26:59 +0000 (20:26 +0000)]
kernel: fix swconfig for 2.6.32
SVN-Revision: 18637
Gabor Juhos [Fri, 4 Dec 2009 20:26:55 +0000 (20:26 +0000)]
kernel: add md5sum for 2.6.32 final, and refresh patches
SVN-Revision: 18636
Florian Fainelli [Fri, 4 Dec 2009 14:52:45 +0000 (14:52 +0000)]
update to 2.6.30, refresh patches
SVN-Revision: 18635
Florian Fainelli [Fri, 4 Dec 2009 14:52:41 +0000 (14:52 +0000)]
CONFIG_RFKILL_INPUT is a boolean
SVN-Revision: 18634
Florian Fainelli [Fri, 4 Dec 2009 14:52:37 +0000 (14:52 +0000)]
add missing CONFIG_HID_WACOM symbol
SVN-Revision: 18633
Florian Fainelli [Fri, 4 Dec 2009 14:52:33 +0000 (14:52 +0000)]
resync kernel configuration
SVN-Revision: 18632
Florian Fainelli [Fri, 4 Dec 2009 14:52:30 +0000 (14:52 +0000)]
prevent madwifi from being compiled on sibyte
SVN-Revision: 18631
Florian Fainelli [Fri, 4 Dec 2009 14:52:23 +0000 (14:52 +0000)]
add missing kernel configuration symbols
SVN-Revision: 18630
Hamish Guthrie [Fri, 4 Dec 2009 12:18:01 +0000 (12:18 +0000)]
kmod-sound-ps3: Modified target dependencies
SVN-Revision: 18629
Felix Fietkau [Thu, 3 Dec 2009 18:35:31 +0000 (18:35 +0000)]
mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
SVN-Revision: 18627
Felix Fietkau [Thu, 3 Dec 2009 18:35:26 +0000 (18:35 +0000)]
ath9k: disable interrupt mitigation - it hurts performance on embedded systems
SVN-Revision: 18626
Florian Fainelli [Thu, 3 Dec 2009 18:21:25 +0000 (18:21 +0000)]
add more missing configuration symbols
SVN-Revision: 18625
Florian Fainelli [Thu, 3 Dec 2009 18:21:03 +0000 (18:21 +0000)]
output firmware files in bin/$(BOARD) instead of bin/
SVN-Revision: 18624
Gabor Juhos [Thu, 3 Dec 2009 15:07:44 +0000 (15:07 +0000)]
ar71xx: refresh 2.6.30 patches
SVN-Revision: 18623
Gabor Juhos [Thu, 3 Dec 2009 15:07:41 +0000 (15:07 +0000)]
ar71xx: DIR-825 support cleanup
SVN-Revision: 18622
Gabor Juhos [Thu, 3 Dec 2009 15:07:34 +0000 (15:07 +0000)]
ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)
SVN-Revision: 18621
Gabor Juhos [Thu, 3 Dec 2009 14:17:12 +0000 (14:17 +0000)]
ar71xx: change mii_bus name
SVN-Revision: 18619
Gabor Juhos [Thu, 3 Dec 2009 14:17:07 +0000 (14:17 +0000)]
ar71xx: refresh 2.6.31 patches
SVN-Revision: 18618
Jo-Philipp Wich [Tue, 1 Dec 2009 22:31:10 +0000 (22:31 +0000)]
firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249)
SVN-Revision: 18617
Florian Fainelli [Mon, 30 Nov 2009 21:26:12 +0000 (21:26 +0000)]
fix p54usb firmware installation (#6260)
SVN-Revision: 18615
Gabor Juhos [Mon, 30 Nov 2009 13:53:39 +0000 (13:53 +0000)]
ar71xx: override fifo_cfg[123] values on AR7240
SVN-Revision: 18614
Imre Kaloz [Mon, 30 Nov 2009 11:45:37 +0000 (11:45 +0000)]
refresh 2.6.32 patches with -rc8
SVN-Revision: 18613
Imre Kaloz [Mon, 30 Nov 2009 11:05:18 +0000 (11:05 +0000)]
enable ACPI/HPET/MSI in the generic config
SVN-Revision: 18612
Imre Kaloz [Mon, 30 Nov 2009 11:01:53 +0000 (11:01 +0000)]
add some more symbols to the generic 2.6.32 config
SVN-Revision: 18611
Imre Kaloz [Mon, 30 Nov 2009 10:32:20 +0000 (10:32 +0000)]
upgrade x86 to 2.6.31.6, resync patches
SVN-Revision: 18609
Felix Fietkau [Sun, 29 Nov 2009 16:56:38 +0000 (16:56 +0000)]
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
SVN-Revision: 18606
Hauke Mehrtens [Sun, 29 Nov 2009 16:54:17 +0000 (16:54 +0000)]
Update to kernel 2.6.30
SVN-Revision: 18605
Hauke Mehrtens [Sun, 29 Nov 2009 16:53:50 +0000 (16:53 +0000)]
Read the size of the available memory from parameters passed to the kernel by firmware.
SVN-Revision: 18604
Felix Fietkau [Sun, 29 Nov 2009 14:31:55 +0000 (14:31 +0000)]
kernel: move CONFIG_MIPS_FPU_EMU to generic kernel config
SVN-Revision: 18603
Felix Fietkau [Sun, 29 Nov 2009 14:13:47 +0000 (14:13 +0000)]
hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
SVN-Revision: 18602
Felix Fietkau [Sun, 29 Nov 2009 13:56:41 +0000 (13:56 +0000)]
mac80211: fix up wds sta mode after r18591
SVN-Revision: 18600
Felix Fietkau [Sun, 29 Nov 2009 13:38:03 +0000 (13:38 +0000)]
ar71xx: mask out reserved bits from the dma tx status in the ethernet driver
SVN-Revision: 18599
Felix Fietkau [Sun, 29 Nov 2009 13:33:15 +0000 (13:33 +0000)]
ar71xx: add usb support for ubnt rocket m
SVN-Revision: 18598
Hauke Mehrtens [Sun, 29 Nov 2009 12:09:42 +0000 (12:09 +0000)]
Remove patches already applied in generic and refresh patches.
This fixes #6200
SVN-Revision: 18597
Gabor Juhos [Sun, 29 Nov 2009 09:33:50 +0000 (09:33 +0000)]
tools: build old squashfs tools for ar71xx
SVN-Revision: 18596
Florian Fainelli [Sun, 29 Nov 2009 00:33:32 +0000 (00:33 +0000)]
prevent some modules from being built on ubicom32 since they do not compile or link
SVN-Revision: 18595
Florian Fainelli [Sun, 29 Nov 2009 00:33:27 +0000 (00:33 +0000)]
add missing configuration symbols
SVN-Revision: 18594
Florian Fainelli [Sun, 29 Nov 2009 00:31:21 +0000 (00:31 +0000)]
revert the 027-mips_module_reloc.patch patch for mips64 targets until we fix it (#6129)
SVN-Revision: 18593
Hauke Mehrtens [Sat, 28 Nov 2009 23:16:40 +0000 (23:16 +0000)]
Update regulatory database to version 2009.11.25
SVN-Revision: 18592
Hauke Mehrtens [Sat, 28 Nov 2009 23:16:11 +0000 (23:16 +0000)]
Update iw to version 0.9.18
The deleted patches went upstream.
SVN-Revision: 18591
Hauke Mehrtens [Sat, 28 Nov 2009 22:25:26 +0000 (22:25 +0000)]
Some build fixes.
SVN-Revision: 18590
Hauke Mehrtens [Sat, 28 Nov 2009 22:17:37 +0000 (22:17 +0000)]
Add kernel 2.6.30 support
The device is booting and Ethernet is working, but nothing more was tested.
SVN-Revision: 18589
Hauke Mehrtens [Sat, 28 Nov 2009 22:09:18 +0000 (22:09 +0000)]
Some general changes for amazon drivers.
This is mostly needed for kernel 2.6.30 support.
SVN-Revision: 18588
Gabor Juhos [Sat, 28 Nov 2009 18:01:09 +0000 (18:01 +0000)]
ar71xx: fix mac address for 5GHz interface on WNDR3700
SVN-Revision: 18586