juhosg [Fri, 11 Dec 2009 16:41:40 +0000 (16:41 +0000)]
ar71xx: merge ag71xx specific patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18751
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 11 Dec 2009 15:56:38 +0000 (15:56 +0000)]
ar71xx: nuke 2.6.28 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 11 Dec 2009 12:21:15 +0000 (12:21 +0000)]
ar71xx: move mdio_bus reset code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18749
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 11 Dec 2009 11:40:05 +0000 (11:40 +0000)]
refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18748
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 11 Dec 2009 11:10:49 +0000 (11:10 +0000)]
upgrade to 2.6.31.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18747
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 11 Dec 2009 04:41:56 +0000 (04:41 +0000)]
menuconfig: allow wildcard includes to return no match (#6339)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 11 Dec 2009 02:12:19 +0000 (02:12 +0000)]
madwifi: add a watchdog for software beacon alert interrupts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 11 Dec 2009 02:12:15 +0000 (02:12 +0000)]
madwifi: fix noise level display and make the cca threshold configurable through sysctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 10 Dec 2009 18:18:37 +0000 (18:18 +0000)]
firewall: fix fallout from r18716 (fixes #6338)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18733
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 10 Dec 2009 13:50:02 +0000 (13:50 +0000)]
mac80211: fix depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18732
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 19:10:54 +0000 (19:10 +0000)]
hostapd: parse the option for hiding the ESSID (#6310)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18727
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 19:04:57 +0000 (19:04 +0000)]
add missing config option for v4l1 (fixes #6314)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18726
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 17:29:10 +0000 (17:29 +0000)]
broadcom-wl: add rts/frag threshold settings (patch from #4769)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18720
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18719
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 17:13:16 +0000 (17:13 +0000)]
add missing argument to debug/mount wrappers (thx, matteo)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18718
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18717
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 14:04:37 +0000 (14:04 +0000)]
firewall: get rid of recursive shell script inclusion to improve hush compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18716
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18715
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18714
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 13:36:35 +0000 (13:36 +0000)]
iptables: move to 'Network' in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18713
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 9 Dec 2009 13:36:28 +0000 (13:36 +0000)]
busybox: adjust hush default configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18712
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 9 Dec 2009 08:03:35 +0000 (08:03 +0000)]
ar71xx: sync kernel configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18711
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 9 Dec 2009 08:03:31 +0000 (08:03 +0000)]
ar71xx: register rtl8366-smi device on the DIR-825 B1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18710
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18709
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 8 Dec 2009 22:22:16 +0000 (22:22 +0000)]
[ar71xx] fix default network config after r18699
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18708
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 8 Dec 2009 20:53:27 +0000 (20:53 +0000)]
[package] iptables: bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18707
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 8 Dec 2009 20:52:58 +0000 (20:52 +0000)]
[package] iptables: add comment match to the core package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 8 Dec 2009 20:04:38 +0000 (20:04 +0000)]
fix firmware loading broken by the busybox upgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18705
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 8 Dec 2009 14:38:17 +0000 (14:38 +0000)]
ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18701
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 8 Dec 2009 14:37:12 +0000 (14:37 +0000)]
make uboot work on arcaydian board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18700
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18699
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 8 Dec 2009 14:06:09 +0000 (14:06 +0000)]
fix link status detection in various switch drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18698
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 12:46:30 +0000 (12:46 +0000)]
ar71xx: TL-WR1043ND support cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18697
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18696
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 10:29:37 +0000 (10:29 +0000)]
ar71xx: register rtl8366_smi device on the WNDR3700
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18695
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 10:29:35 +0000 (10:29 +0000)]
ar71xx: add mdio bus driver for the rtl8366 switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18694
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 10:29:30 +0000 (10:29 +0000)]
ar71xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18693
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 10:29:27 +0000 (10:29 +0000)]
ar71xx: add support for external mii_bus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18692
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 8 Dec 2009 10:29:19 +0000 (10:29 +0000)]
ar71xx: move phy_connect call to ag71xx_open
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18691
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 7 Dec 2009 23:59:06 +0000 (23:59 +0000)]
[package] package nls cp866 support (#6281)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18690
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 7 Dec 2009 16:56:04 +0000 (16:56 +0000)]
[package] update busybox to 1.15.2 (#5926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18684
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 7 Dec 2009 16:56:00 +0000 (16:56 +0000)]
[uml] update README after r18624
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18683
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 7 Dec 2009 16:55:33 +0000 (16:55 +0000)]
[rdc] make mkimg_sitecom.pl executable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18682
3c298f89-4303-0410-b956-
a3cf2f4a3e73
lars [Mon, 7 Dec 2009 10:13:32 +0000 (10:13 +0000)]
[s3c24xx] Remove 2.6.31 support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18673
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Dec 2009 09:12:34 +0000 (09:12 +0000)]
[x86] add rootwait option to the kernel command line (#6209)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18672
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Dec 2009 09:08:03 +0000 (09:08 +0000)]
[rdc] correct flash size and detection for sitecom targets (#6278), patch from rtz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18671
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Dec 2009 09:07:58 +0000 (09:07 +0000)]
[rdc] simplify sitecom image generation with a script, patch from rtz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18670
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Dec 2009 09:07:53 +0000 (09:07 +0000)]
[rdc] fix the handling of MAC addresses with r6040, patch from rtz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18669
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18666
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18665
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 5 Dec 2009 15:11:47 +0000 (15:11 +0000)]
[package] mac80211: fix a shell syntax error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18664
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 5 Dec 2009 15:09:20 +0000 (15:09 +0000)]
[package] wpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18663
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 5 Dec 2009 15:08:25 +0000 (15:08 +0000)]
[package] mac80211: fix wpa handling in sta mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18662
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 5 Dec 2009 12:54:30 +0000 (12:54 +0000)]
[package] allow building hostap-driver and its dependencies on 2.6.32 (#6305)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18658
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 5 Dec 2009 12:39:28 +0000 (12:39 +0000)]
[brcm-2.4] fix typo in switch config migration script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18657
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 4 Dec 2009 22:18:36 +0000 (22:18 +0000)]
oops, forgot one small change in the last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18640
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 4 Dec 2009 22:17:26 +0000 (22:17 +0000)]
remove the redundant subdirectory from the packages directory variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18639
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 4 Dec 2009 20:27:03 +0000 (20:27 +0000)]
ar71xx: experimental 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18638
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 4 Dec 2009 20:26:59 +0000 (20:26 +0000)]
kernel: fix swconfig for 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18637
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 4 Dec 2009 20:26:55 +0000 (20:26 +0000)]
kernel: add md5sum for 2.6.32 final, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18636
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:45 +0000 (14:52 +0000)]
[kernel] update to 2.6.30, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18635
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:41 +0000 (14:52 +0000)]
[package] CONFIG_RFKILL_INPUT is a boolean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18634
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:37 +0000 (14:52 +0000)]
[kernel] add missing CONFIG_HID_WACOM symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18633
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:33 +0000 (14:52 +0000)]
[sibyte] resync kernel configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18632
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:30 +0000 (14:52 +0000)]
[package] prevent madwifi from being compiled on sibyte
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18631
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Dec 2009 14:52:23 +0000 (14:52 +0000)]
[kernel] add missing kernel configuration symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18630
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Fri, 4 Dec 2009 12:18:01 +0000 (12:18 +0000)]
kmod-sound-ps3: Modified target dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18629
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18627
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 3 Dec 2009 18:35:26 +0000 (18:35 +0000)]
ath9k: disable interrupt mitigation - it hurts performance on embedded systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18626
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 3 Dec 2009 18:21:25 +0000 (18:21 +0000)]
[kernel] add more missing configuration symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18625
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 3 Dec 2009 18:21:03 +0000 (18:21 +0000)]
output firmware files in bin/$(BOARD) instead of bin/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18624
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 3 Dec 2009 15:07:44 +0000 (15:07 +0000)]
ar71xx: refresh 2.6.30 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18623
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 3 Dec 2009 15:07:41 +0000 (15:07 +0000)]
ar71xx: DIR-825 support cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18622
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18621
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 3 Dec 2009 14:17:12 +0000 (14:17 +0000)]
ar71xx: change mii_bus name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18619
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 3 Dec 2009 14:17:07 +0000 (14:17 +0000)]
ar71xx: refresh 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18618
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 1 Dec 2009 22:31:10 +0000 (22:31 +0000)]
[package] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18617
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Nov 2009 21:26:12 +0000 (21:26 +0000)]
[mac80211] fix p54usb firmware installation (#6260)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18615
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 30 Nov 2009 13:53:39 +0000 (13:53 +0000)]
ar71xx: override fifo_cfg[123] values on AR7240
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18614
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 30 Nov 2009 11:45:37 +0000 (11:45 +0000)]
refresh 2.6.32 patches with -rc8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18613
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 30 Nov 2009 11:05:18 +0000 (11:05 +0000)]
[x86]: enable ACPI/HPET/MSI in the generic config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18612
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 30 Nov 2009 11:01:53 +0000 (11:01 +0000)]
add some more symbols to the generic 2.6.32 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18611
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 30 Nov 2009 10:32:20 +0000 (10:32 +0000)]
upgrade x86 to 2.6.31.6, resync patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18609
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Nov 2009 16:56:38 +0000 (16:56 +0000)]
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 29 Nov 2009 16:54:17 +0000 (16:54 +0000)]
[amazon] Update to kernel 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18605
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 29 Nov 2009 16:53:50 +0000 (16:53 +0000)]
[amazon] Read the size of the available memory from parameters passed to the kernel by firmware.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18604
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Nov 2009 14:31:55 +0000 (14:31 +0000)]
kernel: move CONFIG_MIPS_FPU_EMU to generic kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18603
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Nov 2009 14:13:47 +0000 (14:13 +0000)]
hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18602
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Nov 2009 13:56:41 +0000 (13:56 +0000)]
mac80211: fix up wds sta mode after r18591
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18600
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18599
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Nov 2009 13:33:15 +0000 (13:33 +0000)]
ar71xx: add usb support for ubnt rocket m
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18598
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 29 Nov 2009 12:09:42 +0000 (12:09 +0000)]
[brcm47xx] Remove patches already applied in generic and refresh patches.
This fixes #6200
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18597
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 29 Nov 2009 09:33:50 +0000 (09:33 +0000)]
tools: build old squashfs tools for ar71xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18596
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 29 Nov 2009 00:33:32 +0000 (00:33 +0000)]
[ubicom32] prevent some modules from being built on ubicom32 since they do not compile or link
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 29 Nov 2009 00:33:27 +0000 (00:33 +0000)]
[ubicom32] add missing configuration symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18594
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 29 Nov 2009 00:31:21 +0000 (00:31 +0000)]
[kernel] revert the 027-mips_module_reloc.patch patch for mips64 targets until we fix it (#6129)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18593
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 28 Nov 2009 23:16:40 +0000 (23:16 +0000)]
[crda] Update regulatory database to version 2009.11.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18592
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 28 Nov 2009 23:16:11 +0000 (23:16 +0000)]
[iw] Update iw to version 0.9.18
The deleted patches went upstream.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18591
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.062122 seconds and 4 git commands to generate.