openwrt.git
13 years agoenable ipv6 support for packages by default
nbd [Tue, 13 Jul 2010 18:45:29 +0000 (18:45 +0000)]
enable ipv6 support for packages by default

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

13 years ago[package] broadcom-wl: fix md5sums
jow [Tue, 13 Jul 2010 17:21:44 +0000 (17:21 +0000)]
[package] broadcom-wl: fix md5sums

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

13 years ago[brcm63xx] add required exports for wl.ko
jow [Tue, 13 Jul 2010 17:03:56 +0000 (17:03 +0000)]
[brcm63xx] add required exports for wl.ko

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

13 years ago[package] broadcom-wl:
jow [Tue, 13 Jul 2010 16:55:57 +0000 (16:55 +0000)]
[package] broadcom-wl:
- update to v5.10.56.27.3
- get fallback SPROM from SSB if neither on-device SPROM nor nvram is available
- working brcm63xx support

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

13 years agoramips: Fix bridging in ramips ethernet driver
juhosg [Tue, 13 Jul 2010 16:52:07 +0000 (16:52 +0000)]
ramips: Fix bridging in ramips ethernet driver

Bridging between the ramips ethernet driver and rt2800pci was somewhat
broken. Frames received by the ethernet driver which were passed to the
wifi driver for transmission were sometimes corrupted or sent out with
huge delays.

The reason for this is the missing assignment of skb->tail in the ramips
ethernet driver's rx path resulting in skb->tail pointing to skb->data.
Since skb->tail is used by mac80211 it writes into skb->data which messes
up the frames content.

Fix this by using skb_put to correctly set skb->len and skb->tail.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22172 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoramips: protect GPIO register access with a spinlock
juhosg [Tue, 13 Jul 2010 16:52:04 +0000 (16:52 +0000)]
ramips: protect GPIO register access with a spinlock

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

13 years agoramips: sync kernel config
juhosg [Tue, 13 Jul 2010 16:52:02 +0000 (16:52 +0000)]
ramips: sync kernel config

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

13 years agotools/firmware-utils: enhance mktplinkfw utility
juhosg [Tue, 13 Jul 2010 16:51:59 +0000 (16:51 +0000)]
tools/firmware-utils: enhance mktplinkfw utility

Attached patch enhances the mktplinkfw utility:
1. existing firmware files in TP-Link format can now be inspected, showing eg. the used offsets
2. optionally the kernel and rootfs parts can be extracted (saves calculations for dd)
3. when generating firmwares, kernel entry point, load address and rootfs offset can be overwritten (for experienced users)

Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22169 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[kernel] export SSB fallback SPROM - required for wl.ko
jow [Tue, 13 Jul 2010 16:20:29 +0000 (16:20 +0000)]
[kernel] export SSB fallback SPROM - required for wl.ko

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

13 years agomac80211: improve reliability of the keymiss handling fix, add another aggregation...
nbd [Mon, 12 Jul 2010 19:16:22 +0000 (19:16 +0000)]
mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix

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

13 years ago[package] block-mount: Attempt swapon a after mounting as well as before. This ensur...
cshore [Mon, 12 Jul 2010 17:28:50 +0000 (17:28 +0000)]
[package] block-mount: Attempt swapon a after mounting as well as before.  This ensures that swap on a filesystem is enabled.

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

13 years ago[package]: block-mount: Fixed two bugs in fstab.init. /etc/fstab was used where...
cshore [Mon, 12 Jul 2010 16:35:39 +0000 (16:35 +0000)]
[package]: block-mount: Fixed two bugs in fstab.init.  /etc/fstab was used where /tmp/fstab should have been, and locking was insufficiently careful and was such that it could result in deadlock when hotplug was in use.

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

13 years ago[package]: block-mount: Enable swap before doing fsck so that large filesystem check...
cshore [Mon, 12 Jul 2010 16:25:09 +0000 (16:25 +0000)]
[package]: block-mount:  Enable swap before doing fsck so that large filesystem checks have swap as well as memory (as they take large memory for large partitions).  Closes #7599.

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

13 years agopartially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external modules...
nico [Mon, 12 Jul 2010 16:01:13 +0000 (16:01 +0000)]
partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external modules in ./packages

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

13 years agomassive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
claudio [Mon, 12 Jul 2010 14:06:13 +0000 (14:06 +0000)]
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950

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

13 years ago[kernel] Add package for gpio rotary encoder
claudio [Mon, 12 Jul 2010 13:20:04 +0000 (13:20 +0000)]
[kernel] Add package for gpio rotary encoder

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

13 years ago[kernel] Add package for gpio-pwm
claudio [Mon, 12 Jul 2010 13:20:01 +0000 (13:20 +0000)]
[kernel] Add package for gpio-pwm

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

13 years ago[kernel] pwm: use coherent naming to avoid conflicts
claudio [Mon, 12 Jul 2010 13:19:57 +0000 (13:19 +0000)]
[kernel] pwm: use coherent naming to avoid conflicts

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

13 years agokernel: modules names changed with kernel 2.6.35
hauke [Sun, 11 Jul 2010 19:39:30 +0000 (19:39 +0000)]
kernel: modules names changed with kernel 2.6.35

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

13 years agobroadcom-wl: fix compiling with kernel 2.6.35
hauke [Sun, 11 Jul 2010 19:33:46 +0000 (19:33 +0000)]
broadcom-wl: fix compiling with kernel 2.6.35

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

13 years agokernel: fix build problems with recent kernel versions
hauke [Sun, 11 Jul 2010 19:00:23 +0000 (19:00 +0000)]
kernel: fix build problems with recent kernel versions

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

13 years agokernel: Add missing kernel config options
hauke [Sun, 11 Jul 2010 18:52:30 +0000 (18:52 +0000)]
kernel: Add missing kernel config options

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

13 years agokernel: add missing dma_dev member to struct ssb_device to make b43/b43legacy compile...
hauke [Sun, 11 Jul 2010 18:50:55 +0000 (18:50 +0000)]
kernel: add missing dma_dev member to struct ssb_device to make b43/b43legacy compile with current mac80211 version

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

13 years agoath9k: remove support for hardware which was never sold. reduces binary size by ~30k
nbd [Sun, 11 Jul 2010 15:19:43 +0000 (15:19 +0000)]
ath9k: remove support for hardware which was never sold. reduces binary size by ~30k

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

13 years ago[kernel] kmod-usb-core is buildin on etrax target
claudio [Sun, 11 Jul 2010 12:27:11 +0000 (12:27 +0000)]
[kernel] kmod-usb-core is buildin on etrax target

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

13 years ago[etrax] enable usb support by default.
claudio [Sun, 11 Jul 2010 12:27:09 +0000 (12:27 +0000)]
[etrax] enable usb support by default.

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

13 years ago[at91] add defautl config for eth0
claudio [Sun, 11 Jul 2010 12:27:05 +0000 (12:27 +0000)]
[at91] add defautl config for eth0

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

13 years agoath9k: improve reliability of the noise floor calibration
nbd [Sun, 11 Jul 2010 11:56:18 +0000 (11:56 +0000)]
ath9k: improve reliability of the noise floor calibration

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

13 years ago[at91] fix typo in Makefile tgz -> targz
claudio [Sun, 11 Jul 2010 09:53:00 +0000 (09:53 +0000)]
[at91] fix typo in Makefile tgz -> targz

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

13 years agoath9k: add another batch of stability updates and misc fixes
nbd [Sun, 11 Jul 2010 03:50:46 +0000 (03:50 +0000)]
ath9k: add another batch of stability updates and misc fixes

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

13 years agobrcm47xx: use kernel 2.6.34.1 as default kernel
hauke [Sat, 10 Jul 2010 22:40:45 +0000 (22:40 +0000)]
brcm47xx: use kernel 2.6.34.1 as default kernel

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

13 years agokernel: update to kernel 2.6.34.1
hauke [Sat, 10 Jul 2010 22:39:52 +0000 (22:39 +0000)]
kernel: update to kernel 2.6.34.1

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

13 years agobrcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35
nbd [Sat, 10 Jul 2010 12:17:41 +0000 (12:17 +0000)]
brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35

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

13 years agobroadcom-diag: detect more variants of SimpleTech SimpleShare
nbd [Sat, 10 Jul 2010 00:51:28 +0000 (00:51 +0000)]
broadcom-diag: detect more variants of SimpleTech SimpleShare

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

13 years agoGet rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to clear...
nbd [Sat, 10 Jul 2010 00:48:37 +0000 (00:48 +0000)]
Get rid of the b44 'BUG!  Timeout waiting for bit 80000000 of register 428 to clear.' spam.

more and more users are getting confused by this, and consider it a regression in brcm47xx,
because brcm-2.4 was not showing this message. It's not particularly interesting for debugging,
most of the time it only happens because of an unconnected port.

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

13 years ago[etrax] fix a bug inside usb driver, thanks to Jesper Nilsson
claudio [Fri, 9 Jul 2010 10:58:44 +0000 (10:58 +0000)]
[etrax] fix a bug inside usb driver, thanks to Jesper Nilsson

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

13 years ago[at91] add some missing symbols
claudio [Fri, 9 Jul 2010 10:58:40 +0000 (10:58 +0000)]
[at91] add some missing symbols

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

13 years ago[package] 6in4: automatically determine wan interface in hotplug events
jow [Fri, 9 Jul 2010 00:17:31 +0000 (00:17 +0000)]
[package] 6in4: automatically determine wan interface in hotplug events

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

13 years agohostapd: make rfkill support optional
nbd [Thu, 8 Jul 2010 18:36:22 +0000 (18:36 +0000)]
hostapd: make rfkill support optional

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

13 years agohostapd: add preliminary wps script support (push-button only, does not handle multi...
nbd [Thu, 8 Jul 2010 18:36:17 +0000 (18:36 +0000)]
hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)

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

13 years agowifi: fix duplicate ht capabilities in the hostapd config file by clearing the list...
nbd [Thu, 8 Jul 2010 18:36:12 +0000 (18:36 +0000)]
wifi: fix duplicate ht capabilities in the hostapd config file by clearing the list at config load time

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

13 years agohostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
nbd [Thu, 8 Jul 2010 18:36:07 +0000 (18:36 +0000)]
hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad

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

13 years agohostapd: update to 2010-07-05
nbd [Thu, 8 Jul 2010 18:35:15 +0000 (18:35 +0000)]
hostapd: update to 2010-07-05

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

13 years agoRevert r22094 and r22095
hcg [Thu, 8 Jul 2010 16:15:57 +0000 (16:15 +0000)]
Revert r22094 and r22095

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

13 years agoAdded --non-interactive flag to svn package downloads
hcg [Thu, 8 Jul 2010 15:44:24 +0000 (15:44 +0000)]
Added --non-interactive flag to svn package downloads

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

13 years agoadd --trust-server-cert to svn checkout of feeds
hcg [Thu, 8 Jul 2010 15:27:33 +0000 (15:27 +0000)]
add --trust-server-cert to svn checkout of feeds

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

13 years agogumstix: add luci
hcg [Thu, 8 Jul 2010 12:46:36 +0000 (12:46 +0000)]
gumstix: add luci

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

13 years agomac80211: update to wireless-testing 2010-07-06, add another patch to finally fix...
nbd [Wed, 7 Jul 2010 17:03:00 +0000 (17:03 +0000)]
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k

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

13 years agocrda: remove superfluous dependency
hcg [Wed, 7 Jul 2010 13:51:18 +0000 (13:51 +0000)]
crda: remove superfluous dependency

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

13 years ago[omap35xx] Add kmod-usb-hid
hcg [Wed, 7 Jul 2010 12:30:29 +0000 (12:30 +0000)]
[omap35xx] Add kmod-usb-hid

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

13 years agokernel: add missing config option found by buildbot
hauke [Tue, 6 Jul 2010 20:50:47 +0000 (20:50 +0000)]
kernel: add missing config option found by buildbot

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

13 years agorepair the damage that was done to the packet socket type filter patch when it was...
nbd [Tue, 6 Jul 2010 18:53:55 +0000 (18:53 +0000)]
repair the damage that was done to the packet socket type filter patch when it was forward ported to 2.6.33
this should fix the mac80211 problems in 2.6.33 and later versions

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

13 years agomac80211: fix interface teardown for kernels >= 2.6.33
nbd [Tue, 6 Jul 2010 18:53:48 +0000 (18:53 +0000)]
mac80211: fix interface teardown for kernels >= 2.6.33

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

13 years agoar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until we've figure...
nbd [Tue, 6 Jul 2010 12:40:07 +0000 (12:40 +0000)]
ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until we've figured out what part of it causes the issue described in #7563

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

13 years agopackage/busybox: fix sed issue with gcc-4.5.0 (closes #7566)
acoul [Tue, 6 Jul 2010 11:17:41 +0000 (11:17 +0000)]
package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)

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

13 years ago[package] comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the...
jow [Sun, 4 Jul 2010 18:11:34 +0000 (18:11 +0000)]
[package] comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the dongle is attached

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

13 years agoadd mini_fo fix to 2.6.30 as well
nbd [Sun, 4 Jul 2010 15:35:34 +0000 (15:35 +0000)]
add mini_fo fix to 2.6.30 as well

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

13 years agomini_fo: add error pointer checks after dentry lookups to fix various crash bugs...
nbd [Sun, 4 Jul 2010 15:28:41 +0000 (15:28 +0000)]
mini_fo: add error pointer checks after dentry lookups to fix various crash bugs (fixes #7277, #7207, #7259)

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

13 years agoag71xx: reset the hardware during open(), this improves recovery from tx timeouts...
nbd [Sun, 4 Jul 2010 02:15:08 +0000 (02:15 +0000)]
ag71xx: reset the hardware during open(), this improves recovery from tx timeouts on ar724x considerably

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

13 years agoag71xx: fix a memory corruption bug that happens if you flood the interface with...
nbd [Sun, 4 Jul 2010 01:31:33 +0000 (01:31 +0000)]
ag71xx: fix a memory corruption bug that happens if you flood the interface with packets while it's being brought down
fixes boot time crashes under load reported by matteo

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

13 years agoadd missing dependencies for hostapd-utils and wpa-cli (#7421)
nbd [Sat, 3 Jul 2010 23:32:45 +0000 (23:32 +0000)]
add missing dependencies for hostapd-utils and wpa-cli (#7421)

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

13 years agoath9k: fix a potential buffer leak
nbd [Fri, 2 Jul 2010 16:11:18 +0000 (16:11 +0000)]
ath9k: fix a potential buffer leak

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

13 years agoath9k: fix a crash with WEP in ad-hoc mode
nbd [Fri, 2 Jul 2010 12:46:18 +0000 (12:46 +0000)]
ath9k: fix a crash with WEP in ad-hoc mode

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

13 years agogeneric: rtl8366: enable VLAN ingress filtering
juhosg [Fri, 2 Jul 2010 09:55:57 +0000 (09:55 +0000)]
generic: rtl8366: enable VLAN ingress filtering

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

13 years ago[kernel] refresh 2.6.34 patches
florian [Thu, 1 Jul 2010 22:28:22 +0000 (22:28 +0000)]
[kernel] refresh 2.6.34 patches

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

13 years ago[au1000] add 2.6.34 support
florian [Thu, 1 Jul 2010 22:28:16 +0000 (22:28 +0000)]
[au1000] add 2.6.34 support

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

13 years ago[au1000] fix line wrapped patch
florian [Thu, 1 Jul 2010 22:28:05 +0000 (22:28 +0000)]
[au1000] fix line wrapped patch

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

13 years agoath9k: fix false positives in the baseband hang check by repeating the test a few...
nbd [Thu, 1 Jul 2010 21:41:40 +0000 (21:41 +0000)]
ath9k: fix false positives in the baseband hang check by repeating the test a few times before pronouncing the hardware dead and resetting it

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

13 years agoath9k: clean up some code duplication related to noise floor handling
nbd [Thu, 1 Jul 2010 21:41:35 +0000 (21:41 +0000)]
ath9k: clean up some code duplication related to noise floor handling

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

13 years agoath9k: add a missing null pointer check and some further cleanup
nbd [Thu, 1 Jul 2010 20:51:30 +0000 (20:51 +0000)]
ath9k: add a missing null pointer check and some further cleanup

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

13 years agoath9k: properly sanitize calibrated noise floor values on all hardware
nbd [Thu, 1 Jul 2010 19:43:03 +0000 (19:43 +0000)]
ath9k: properly sanitize calibrated noise floor values on all hardware

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

13 years ago[au1000] fix PCI, thanks br1, put back 2.6.32.14 support by default
florian [Thu, 1 Jul 2010 19:07:27 +0000 (19:07 +0000)]
[au1000] fix PCI, thanks br1, put back 2.6.32.14 support by default

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

13 years agobrcm47xx: added dual image support to flashmap driver
markus [Thu, 1 Jul 2010 16:26:24 +0000 (16:26 +0000)]
brcm47xx: added dual image support to flashmap driver

some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware
images which each consume half of the available flash space.
these changes check for the TRX header version and set the partition
size correctly.
Tested on G3Gv2-VF and Asus WL-500GP

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

13 years agofix GPIO pin for G3GV2-VF
markus [Thu, 1 Jul 2010 16:23:38 +0000 (16:23 +0000)]
fix GPIO pin for G3GV2-VF

Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22018 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: fix leds-rb750 build failure on 2.6.34
juhosg [Thu, 1 Jul 2010 14:49:06 +0000 (14:49 +0000)]
ar71xx: fix leds-rb750 build failure on 2.6.34

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

13 years agofirmware-utils/mktplinkfw: add support for the TL-WA901ND
juhosg [Thu, 1 Jul 2010 14:49:04 +0000 (14:49 +0000)]
firmware-utils/mktplinkfw: add support for the TL-WA901ND

Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22015 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agorenamed wrt54g3gv2-vf images
markus [Thu, 1 Jul 2010 10:48:13 +0000 (10:48 +0000)]
renamed wrt54g3gv2-vf images

'factory' and 'sysupgrade' did not make much sense. A discussion
with jow convinced me that .trx results in a helpdesk disaster.
So I decided to use '.bin' for normal bin-headers and '.noheader.bin'
for the trx-v2 image.
I fixed the wiki accordingly.

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

13 years agopreset stable and try* flags for TRX2 headers
markus [Thu, 1 Jul 2010 10:40:22 +0000 (10:40 +0000)]
preset stable and try* flags for TRX2 headers

* changed addpattern.c to preset the stable and try flags used in TRXv2 images
to dupe CFE and pretend a stable image.
* changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF
like CFE does on startup
* fixed compile warnings in trx.c by explicit casting

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

13 years ago[au1000] revert upstream commit that broke PCI until we have a better fix
florian [Thu, 1 Jul 2010 08:30:16 +0000 (08:30 +0000)]
[au1000] revert upstream commit that broke PCI until we have a better fix

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

13 years ago[brcm63xx] add a wifi profile for proprietary wl
jow [Thu, 1 Jul 2010 01:39:04 +0000 (01:39 +0000)]
[brcm63xx] add a wifi profile for proprietary wl

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

13 years ago[package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
jow [Thu, 1 Jul 2010 01:31:28 +0000 (01:31 +0000)]
[package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support

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

13 years ago[package] broadcom-wl:
jow [Thu, 1 Jul 2010 01:06:32 +0000 (01:06 +0000)]
[package] broadcom-wl:
- fix compilation against eglibc and glibc (#7521)
- unbind device from b43 ssb bridge on boot (#7529)

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

13 years ago[ar71xx] fix dir-825-b1 default network config after r21905
jow [Thu, 1 Jul 2010 00:03:43 +0000 (00:03 +0000)]
[ar71xx] fix dir-825-b1 default network config after r21905

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

13 years ago[package] base-files: add "mtu" option for route sections, allows setting per-route...
jow [Wed, 30 Jun 2010 23:46:34 +0000 (23:46 +0000)]
[package] base-files: add "mtu" option for route sections, allows setting per-route mtu values

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

13 years agoblock-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from being...
cshore [Wed, 30 Jun 2010 23:09:13 +0000 (23:09 +0000)]
block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from being executed on the external root filesystem before mounting it as root.  Added /etc/e2fsck.conf which indicates that the clock is broken (since most OpenWRT devices don't have a battery backed RTC) so that e2fsck will not exit with fatal error when the rdat has not yet been run (i.e. before network).

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

13 years ago[package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
jow [Wed, 30 Jun 2010 21:24:30 +0000 (21:24 +0000)]
[package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na

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

13 years agoath9k: add initval updates - should increase stability and performance on AR91xx...
nbd [Wed, 30 Jun 2010 21:04:44 +0000 (21:04 +0000)]
ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx

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

13 years ago[package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
jow [Wed, 30 Jun 2010 21:03:56 +0000 (21:03 +0000)]
[package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override

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

13 years ago[package] broadcom-wl: align wpa encryption value and cipher override format with...
jow [Wed, 30 Jun 2010 21:02:53 +0000 (21:02 +0000)]
[package] broadcom-wl: align wpa encryption value and cipher override format with hostapd.sh

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

13 years agopackage/iptables: fix compile failure on gentoo build system (thanks nbd)
acoul [Wed, 30 Jun 2010 20:13:20 +0000 (20:13 +0000)]
package/iptables: fix compile failure on gentoo build system (thanks nbd)

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

13 years agofix commit r21994 (thanks juhosg)
acoul [Wed, 30 Jun 2010 19:46:45 +0000 (19:46 +0000)]
fix commit r21994 (thanks juhosg)

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

13 years agofix commit r21993
acoul [Wed, 30 Jun 2010 19:35:12 +0000 (19:35 +0000)]
fix commit r21993

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

13 years ago[kernel] Don't force pci support on .34 and .35
claudio [Wed, 30 Jun 2010 17:23:19 +0000 (17:23 +0000)]
[kernel] Don't force pci support on .34 and .35

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

13 years agomac80211: fix r21990
acoul [Wed, 30 Jun 2010 15:21:15 +0000 (15:21 +0000)]
mac80211: fix r21990

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

13 years ago[at91] Add board definition previously forgotten
claudio [Wed, 30 Jun 2010 15:06:17 +0000 (15:06 +0000)]
[at91] Add board definition previously forgotten

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

13 years agomac80211: fix compile issues on 2.6.35
acoul [Wed, 30 Jun 2010 14:10:41 +0000 (14:10 +0000)]
mac80211: fix compile issues on 2.6.35

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

13 years agoath9k: fix TSF across hardware resets on AR913x
nbd [Wed, 30 Jun 2010 00:10:44 +0000 (00:10 +0000)]
ath9k: fix TSF across hardware resets on AR913x

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

13 years agomac80211: update to wireless-testing 2010-06-28
nbd [Wed, 30 Jun 2010 00:10:38 +0000 (00:10 +0000)]
mac80211: update to wireless-testing 2010-06-28

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

13 years agoblock-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh
cshore [Tue, 29 Jun 2010 10:07:45 +0000 (10:07 +0000)]
block-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh

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

13 years agofixed trx version to handling
markus [Mon, 28 Jun 2010 17:35:20 +0000 (17:35 +0000)]
fixed trx version to handling

I forgot to write the right trx version to the actual header...

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

This page took 0.067385 seconds and 4 git commands to generate.