openwrt.git
14 years agoFix a memory leak in hotplug2 environment handling.
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

14 years agobroadcom-wl: add rts/frag threshold settings (patch from #4769)
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

14 years agomac80211: fix RTS threshold not being set for mac80211 devices
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

14 years agoadd missing argument to debug/mount wrappers (thx, matteo)
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

14 years agodo not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush...
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

14 years agofirewall: get rid of recursive shell script inclusion to improve hush compatibility
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

14 years agofunctions.sh: use functions instead of aliases for the debug, mount wrappers - hush...
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

14 years agoadjust dependencies of firewall and qos-scripts, so that these packages are visible...
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

14 years agoiptables: move to 'Network' in menuconfig
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

14 years agobusybox: adjust hush default configuration
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

14 years agoar71xx: sync kernel configs
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

14 years agoar71xx: register rtl8366-smi device on the DIR-825 B1 board
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

14 years agortl8306: manage the wan port as a separate phy device with proper link status reading...
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

14 years ago[ar71xx] fix default network config after r18699
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

14 years ago[package] iptables: bump pkg revision
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

14 years ago[package] iptables: add comment match to the core package
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

14 years agofix firmware loading broken by the busybox upgrade
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

14 years agoifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA
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

14 years agomake uboot work on arcaydian board
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

14 years agoar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes...
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

14 years agofix link status detection in various switch drivers
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

14 years agoar71xx: TL-WR1043ND support cleanup
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

14 years agoar71xx: preliminary support for the TL-WR1043ND
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

14 years agoar71xx: register rtl8366_smi device on the WNDR3700
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

14 years agoar71xx: add mdio bus driver for the rtl8366 switch
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

14 years agoar71xx: refresh patches
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

14 years agoar71xx: add support for external mii_bus
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

14 years agoar71xx: move phy_connect call to ag71xx_open
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

14 years ago[package] package nls cp866 support (#6281)
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

14 years ago[package] update busybox to 1.15.2 (#5926)
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

14 years ago[uml] update README after r18624
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

14 years ago[rdc] make mkimg_sitecom.pl executable
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

14 years ago[s3c24xx] Remove 2.6.31 support.
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

14 years ago[x86] add rootwait option to the kernel command line (#6209)
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

14 years ago[rdc] correct flash size and detection for sitecom targets (#6278), patch from rtz
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

14 years ago[rdc] simplify sitecom image generation with a script, patch from rtz
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

14 years ago[rdc] fix the handling of MAC addresses with r6040, patch from rtz
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

14 years agomac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx...
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

14 years agomac80211: set the country code through iw reg, setting it only through hostapd appare...
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

14 years ago[package] mac80211: fix a shell syntax error
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

14 years ago[package] wpa_supplicant: relax parsing of encryption mode, drop support for uppercas...
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

14 years ago[package] mac80211: fix wpa handling in sta mode
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

14 years ago[package] allow building hostap-driver and its dependencies on 2.6.32 (#6305)
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

14 years ago[brcm-2.4] fix typo in switch config migration script
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

14 years agooops, forgot one small change in the last commit
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

14 years agoremove the redundant subdirectory from the packages directory variable
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

14 years agoar71xx: experimental 2.6.32 support
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

14 years agokernel: fix swconfig for 2.6.32
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

14 years agokernel: add md5sum for 2.6.32 final, and refresh patches
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

14 years ago[kernel] update to 2.6.30, refresh patches
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

14 years ago[package] CONFIG_RFKILL_INPUT is a boolean
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

14 years ago[kernel] add missing CONFIG_HID_WACOM symbol
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

14 years ago[sibyte] resync kernel configuration
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

14 years ago[package] prevent madwifi from being compiled on sibyte
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

14 years ago[kernel] add missing kernel configuration symbols
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

14 years agokmod-sound-ps3: Modified target dependencies
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

14 years agomac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent...
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

14 years agoath9k: disable interrupt mitigation - it hurts performance on embedded systems
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

14 years ago[kernel] add more missing configuration symbols
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

14 years agooutput firmware files in bin/$(BOARD) instead of bin/
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

14 years agoar71xx: refresh 2.6.30 patches
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

14 years agoar71xx: DIR-825 support cleanup
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

14 years agoar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to
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

14 years agoar71xx: change mii_bus name
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

14 years agoar71xx: refresh 2.6.31 patches
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

14 years ago[package] firewall: initialize dest_port with src_dport if omitted in redirect sectio...
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

14 years ago[mac80211] fix p54usb firmware installation (#6260)
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

14 years agoar71xx: override fifo_cfg[123] values on AR7240
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

14 years agorefresh 2.6.32 patches with -rc8
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

14 years ago[x86]: enable ACPI/HPET/MSI in the generic config
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

14 years agoadd some more symbols to the generic 2.6.32 config
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

14 years agoupgrade x86 to 2.6.31.6, resync patches
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

14 years agohostapd: update to latest git, fixes ampdu settings in the beacon HT IE
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

14 years ago[amazon] Update to kernel 2.6.30
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

14 years ago[amazon] Read the size of the available memory from parameters passed to the kernel...
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

14 years agokernel: move CONFIG_MIPS_FPU_EMU to generic kernel config
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

14 years agohostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
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

14 years agomac80211: fix up wds sta mode after r18591
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

14 years agoar71xx: mask out reserved bits from the dma tx status in the ethernet driver
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

14 years agoar71xx: add usb support for ubnt rocket m
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

14 years ago[brcm47xx] Remove patches already applied in generic and refresh patches.
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

14 years agotools: build old squashfs tools for ar71xx
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

14 years ago[ubicom32] prevent some modules from being built on ubicom32 since they do not compil...
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

14 years ago[ubicom32] add missing configuration symbols
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

14 years ago[kernel] revert the 027-mips_module_reloc.patch patch for mips64 targets until we...
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

14 years ago[crda] Update regulatory database to version 2009.11.25
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

14 years ago[iw] Update iw to version 0.9.18
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

14 years ago[kernel] Some build fixes.
hauke [Sat, 28 Nov 2009 22:25:26 +0000 (22:25 +0000)]
[kernel] Some build fixes.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18590 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[amazon] Add kernel 2.6.30 support
hauke [Sat, 28 Nov 2009 22:17:37 +0000 (22:17 +0000)]
[amazon] Add kernel 2.6.30 support

The device is booting and Ethernet is working, but nothing more was tested.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18589 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[amazon] Some general changes for amazon drivers.
hauke [Sat, 28 Nov 2009 22:09:18 +0000 (22:09 +0000)]
[amazon] Some general changes for amazon drivers.

This is mostly needed for kernel 2.6.30 support.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18588 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix mac address for 5GHz interface on WNDR3700
juhosg [Sat, 28 Nov 2009 18:01:09 +0000 (18:01 +0000)]
ar71xx: fix mac address for 5GHz interface on WNDR3700

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18586 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: update ath9k_platform.h
juhosg [Sat, 28 Nov 2009 18:01:06 +0000 (18:01 +0000)]
ar71xx: update ath9k_platform.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18585 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: use mac address from platform data if present on ath9k
juhosg [Sat, 28 Nov 2009 18:01:03 +0000 (18:01 +0000)]
mac80211: use mac address from platform data if present on ath9k

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18584 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix detection of multiple mac80211 devices
juhosg [Sat, 28 Nov 2009 18:00:59 +0000 (18:00 +0000)]
mac80211: fix detection of multiple mac80211 devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18583 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: remove trailing whitespaces in mac80211.sh
juhosg [Sat, 28 Nov 2009 18:00:53 +0000 (18:00 +0000)]
mac80211: remove trailing whitespaces in mac80211.sh

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18582 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[mac80211] update p54usb firmware to 2.13.24.0.lm87.arm (#6177, #6237)
florian [Sat, 28 Nov 2009 14:25:41 +0000 (14:25 +0000)]
[mac80211] update p54usb firmware to 2.13.24.0.lm87.arm (#6177, #6237)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18580 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix extension of the WNDR3700 firmware image
juhosg [Sat, 28 Nov 2009 13:49:19 +0000 (13:49 +0000)]
ar71xx: fix extension of the WNDR3700 firmware image

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18579 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: override mtd partitions for the TEW-632BRP family
juhosg [Sat, 28 Nov 2009 13:49:17 +0000 (13:49 +0000)]
ar71xx: override mtd partitions for the TEW-632BRP family

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18578 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
juhosg [Sat, 28 Nov 2009 13:49:14 +0000 (13:49 +0000)]
mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18577 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[rdc] add sitecom subtarget after the profiles->subtargets conversion (#6245)
florian [Sat, 28 Nov 2009 11:33:04 +0000 (11:33 +0000)]
[rdc] add sitecom subtarget after the profiles->subtargets conversion (#6245)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18576 3c298f89-4303-0410-b956-a3cf2f4a3e73