openwrt/svn-archive/archive.git
13 years agobase-files: bridge config, avoid having a random ipv6 ll address (backport of r26426)
Felix Fietkau [Sun, 3 Apr 2011 01:24:31 +0000 (01:24 +0000)]
base-files: bridge config, avoid having a random ipv6 ll address (backport of r26426)

So far, we are setting the bridge interface up before having added any
bridge interface ports. This results in the bridge assigning a random
mac address to its bridge interface and therefore IPv6 assigning a
matching link local address to the bridge interface as soon as the
bridge interface is up. After adding the first bridge port interface,
the bridge's mac address is reset correctly, however the IPv6 link
local address stays the same.

This commit ensures that we are at least having the IPv6 link local
address of the first interface added to the bridge instead of a random
one.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
SVN-Revision: 26427

13 years agoath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probab...
Felix Fietkau [Sat, 2 Apr 2011 22:05:23 +0000 (22:05 +0000)]
ath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probably on other devices as well); backport of r26418

SVN-Revision: 26419

13 years agohostapd: update to latest trunk version (merge r26414, r26415)
Felix Fietkau [Sat, 2 Apr 2011 19:45:56 +0000 (19:45 +0000)]
hostapd: update to latest trunk version (merge r26414, r26415)

SVN-Revision: 26416

13 years agortl8306: do not overwrite registers in the phy fixup, it could mess up other switches...
Felix Fietkau [Sat, 2 Apr 2011 16:36:17 +0000 (16:36 +0000)]
rtl8306: do not overwrite registers in the phy fixup, it could mess up other switches (fixes #8911), backport of r26410

SVN-Revision: 26411

13 years agomac80211: fix duplicate probe request reception (triggering unnecessary probe respons...
Felix Fietkau [Sat, 2 Apr 2011 16:07:21 +0000 (16:07 +0000)]
mac80211: fix duplicate probe request reception (triggering unnecessary probe responses in multi-BSSID setups), backport of r26408

SVN-Revision: 26409

13 years agoath9k: fix adhoc beacon issues (#9163, backport of r26395)
Felix Fietkau [Sat, 2 Apr 2011 01:11:01 +0000 (01:11 +0000)]
ath9k: fix adhoc beacon issues (#9163, backport of r26395)

SVN-Revision: 26396

13 years ago[backfire] merge r26382
Jo-Philipp Wich [Wed, 30 Mar 2011 20:30:42 +0000 (20:30 +0000)]
[backfire] merge r26382

SVN-Revision: 26383

13 years agobackport mac80211, hostapd, iw, crda from trunk as of r26369
Felix Fietkau [Wed, 30 Mar 2011 12:37:36 +0000 (12:37 +0000)]
backport mac80211, hostapd, iw, crda from trunk as of r26369

SVN-Revision: 26370

13 years agoqos-scripts: remove the layer7 based classifiers from the default configuration ...
Felix Fietkau [Wed, 30 Mar 2011 10:45:25 +0000 (10:45 +0000)]
qos-scripts: remove the layer7 based classifiers from the default configuration - they are unreliable and prone to memory leaks (backport of r26364)

SVN-Revision: 26365

13 years ago[backfire] opkg: revert opkg.conf change that slipped through with r25743
Jo-Philipp Wich [Tue, 29 Mar 2011 13:49:17 +0000 (13:49 +0000)]
[backfire] opkg: revert opkg.conf change that slipped through with r25743

SVN-Revision: 26359

13 years agoscripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS prope...
Felix Fietkau [Mon, 28 Mar 2011 23:26:11 +0000 (23:26 +0000)]
scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly (backport of r26349)

SVN-Revision: 26350

13 years agoath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix...
Felix Fietkau [Sun, 27 Mar 2011 14:35:41 +0000 (14:35 +0000)]
ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix some AP mode stability issues on these chips (backport of r26316)

SVN-Revision: 26317

13 years agoath9k: fix chip wakeup on interface start - should fix some instability issues (backp...
Felix Fietkau [Fri, 25 Mar 2011 16:37:57 +0000 (16:37 +0000)]
ath9k: fix chip wakeup on interface start - should fix some instability issues (backport of r26290)

SVN-Revision: 26291

13 years agomac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates...
Felix Fietkau [Fri, 25 Mar 2011 14:03:00 +0000 (14:03 +0000)]
mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates connects (backport of r26287)

SVN-Revision: 26289

13 years agomac80211: fix dropping multicast proberequest frames for ad-hoc (backport of r26284)
Felix Fietkau [Thu, 24 Mar 2011 13:39:11 +0000 (13:39 +0000)]
mac80211: fix dropping multicast proberequest frames for ad-hoc (backport of r26284)

SVN-Revision: 26285

13 years agomac80211: backport the inactivity timeout fix from r26251
Felix Fietkau [Mon, 21 Mar 2011 03:24:12 +0000 (03:24 +0000)]
mac80211: backport the inactivity timeout fix from r26251

SVN-Revision: 26252

13 years ago[backfire] merge r26230
Jo-Philipp Wich [Fri, 18 Mar 2011 18:28:36 +0000 (18:28 +0000)]
[backfire] merge r26230

SVN-Revision: 26231

13 years agomac80211: add an aggregation rx reorder timeout handling fix (backport of r26185)
Felix Fietkau [Wed, 16 Mar 2011 03:02:44 +0000 (03:02 +0000)]
mac80211: add an aggregation rx reorder timeout handling fix (backport of r26185)

SVN-Revision: 26186

13 years agomark mklibs as broken, fixes are in trunk but too intrusive to backport
Felix Fietkau [Tue, 15 Mar 2011 21:34:16 +0000 (21:34 +0000)]
mark mklibs as broken, fixes are in trunk but too intrusive to backport

SVN-Revision: 26183

13 years agobuild: move the CCACHE_DIR to the build targets so that it doesn't interfere with...
Felix Fietkau [Tue, 15 Mar 2011 19:59:58 +0000 (19:59 +0000)]
build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup (backport of r26181)

SVN-Revision: 26182

13 years ago[backfire] merge r22462, r22561, r25621 and r26175
Jo-Philipp Wich [Tue, 15 Mar 2011 09:15:35 +0000 (09:15 +0000)]
[backfire] merge r22462, r22561, r25621 and r26175

SVN-Revision: 26177

13 years ago[backfire] merge r22061
Jo-Philipp Wich [Tue, 15 Mar 2011 09:13:32 +0000 (09:13 +0000)]
[backfire] merge r22061

SVN-Revision: 26176

13 years agoath9k: backport ar913x fixes from r26167, r26168
Felix Fietkau [Tue, 15 Mar 2011 02:37:55 +0000 (02:37 +0000)]
ath9k: backport ar913x fixes from r26167, r26168

SVN-Revision: 26172

13 years agobackport scripts/diffconfig.sh from trunk
Felix Fietkau [Tue, 15 Mar 2011 02:37:51 +0000 (02:37 +0000)]
backport scripts/diffconfig.sh from trunk

SVN-Revision: 26171

13 years agoscripts/config: backport output file option from r25230
Felix Fietkau [Tue, 15 Mar 2011 02:37:49 +0000 (02:37 +0000)]
scripts/config: backport output file option from r25230

SVN-Revision: 26170

13 years agobase-files: add a default /etc/services files (backport of r26142)
Felix Fietkau [Sun, 13 Mar 2011 19:48:06 +0000 (19:48 +0000)]
base-files: add a default /etc/services files (backport of r26142)

SVN-Revision: 26143

13 years agobase-files: add users ftp (for ftp servers), network (network related daemons such...
Felix Fietkau [Sun, 13 Mar 2011 19:11:32 +0000 (19:11 +0000)]
base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...) (backport of r26138)

SVN-Revision: 26139

13 years agobase-files: add an ftp group as well (backport of r26136)
Felix Fietkau [Sun, 13 Mar 2011 19:05:08 +0000 (19:05 +0000)]
base-files: add an ftp group as well (backport of r26136)

SVN-Revision: 26137

13 years agobase-files: add a few default groups to /etc/group so that we can get rid of a few...
Felix Fietkau [Sun, 13 Mar 2011 18:59:43 +0000 (18:59 +0000)]
base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts (backport of r26133)

SVN-Revision: 26134

13 years agodownload.mk: properly quote download urls (backport of r26129)
Felix Fietkau [Sun, 13 Mar 2011 18:39:59 +0000 (18:39 +0000)]
download.mk: properly quote download urls (backport of r26129)

SVN-Revision: 26131

13 years agobackfire: ar71xx: create firmware image for the WNDR3700v2 board (backport of r25119)
Gabor Juhos [Sun, 13 Mar 2011 14:54:05 +0000 (14:54 +0000)]
backfire: ar71xx: create firmware image for the WNDR3700v2 board (backport of r25119)

SVN-Revision: 26117

13 years agobackfire: ar71xx: add support for the WNDR3700v2 board (backport of r25118)
Gabor Juhos [Sun, 13 Mar 2011 14:54:01 +0000 (14:54 +0000)]
backfire: ar71xx: add support for the WNDR3700v2 board (backport of r25118)

SVN-Revision: 26116

13 years agobackfire: package/base-files: add get_magic_long() to common upgrade script (backport...
Gabor Juhos [Sun, 13 Mar 2011 14:53:57 +0000 (14:53 +0000)]
backfire: package/base-files: add get_magic_long() to common upgrade script (backport of r25117)

SVN-Revision: 26115

13 years agobackfire: ar71xx: rework WNDR3700 image generation (backport of r24983)
Gabor Juhos [Sun, 13 Mar 2011 14:53:53 +0000 (14:53 +0000)]
backfire: ar71xx: rework WNDR3700 image generation (backport of r24983)

SVN-Revision: 26114

13 years agobackfire: ar71xx: build separate image for the WNDR3700 with NA region (backport...
Gabor Juhos [Sun, 13 Mar 2011 14:53:50 +0000 (14:53 +0000)]
backfire: ar71xx: build separate image for the WNDR3700 with NA region (backport of r24982)

SVN-Revision: 26113

13 years agobackfire: firmware-utils/mkdniimg: don't use NA region by default (backport of r24981)
Gabor Juhos [Sun, 13 Mar 2011 14:53:47 +0000 (14:53 +0000)]
backfire: firmware-utils/mkdniimg: don't use NA region by default (backport of r24981)

SVN-Revision: 26112

13 years agobackfire: firmware-utils/wndr3700: allow to specify image magic via command line...
Gabor Juhos [Sun, 13 Mar 2011 14:53:43 +0000 (14:53 +0000)]
backfire: firmware-utils/wndr3700: allow to specify image magic via command line (backport of r24980)

SVN-Revision: 26111

13 years agomac80211: backport channel type fix from r26038
Felix Fietkau [Fri, 11 Mar 2011 19:24:27 +0000 (19:24 +0000)]
mac80211: backport channel type fix from r26038

SVN-Revision: 26039

13 years agoath9k: merge intel interop fix from r26036
Felix Fietkau [Fri, 11 Mar 2011 16:20:50 +0000 (16:20 +0000)]
ath9k: merge intel interop fix from r26036

SVN-Revision: 26037

13 years agomac80211: backport EAP fix from r26016
Felix Fietkau [Thu, 10 Mar 2011 19:04:31 +0000 (19:04 +0000)]
mac80211: backport EAP fix from r26016

SVN-Revision: 26020

13 years agokernel: backport EAP bridge fix from r26015
Felix Fietkau [Thu, 10 Mar 2011 19:04:29 +0000 (19:04 +0000)]
kernel: backport EAP bridge fix from r26015

SVN-Revision: 26019

13 years agoath9k: backport tx dma stop changes from r26005
Felix Fietkau [Thu, 10 Mar 2011 14:25:42 +0000 (14:25 +0000)]
ath9k: backport tx dma stop changes from r26005

SVN-Revision: 26009

13 years ago[backfire] merge r24778
Jo-Philipp Wich [Thu, 10 Mar 2011 09:12:33 +0000 (09:12 +0000)]
[backfire] merge r24778

SVN-Revision: 25996

13 years agoath9k: backport tx dma stop fixes from r25988
Felix Fietkau [Thu, 10 Mar 2011 00:53:54 +0000 (00:53 +0000)]
ath9k: backport tx dma stop fixes from r25988

SVN-Revision: 25989

13 years ago[backfire] merge r25974
Jo-Philipp Wich [Wed, 9 Mar 2011 14:45:58 +0000 (14:45 +0000)]
[backfire] merge r25974

SVN-Revision: 25975

13 years agomac80211: sync with trunk (as of r25965)
Felix Fietkau [Wed, 9 Mar 2011 03:42:02 +0000 (03:42 +0000)]
mac80211: sync with trunk (as of r25965)

SVN-Revision: 25966

13 years ago[backfire] merge r25946
Jo-Philipp Wich [Tue, 8 Mar 2011 06:01:28 +0000 (06:01 +0000)]
[backfire] merge r25946

SVN-Revision: 25947

13 years ago[backfire] merge kexec-tools update from trunk
Jo-Philipp Wich [Mon, 7 Mar 2011 16:03:59 +0000 (16:03 +0000)]
[backfire] merge kexec-tools update from trunk

SVN-Revision: 25932

13 years agocmake: the toolchain is in $(TOOLCHAIN_DIR)/usr/bin on backfire
Felix Fietkau [Mon, 7 Mar 2011 12:52:53 +0000 (12:52 +0000)]
cmake: the toolchain is in $(TOOLCHAIN_DIR)/usr/bin on backfire

SVN-Revision: 25927

13 years ago[backfire] merge r25915
Jo-Philipp Wich [Sun, 6 Mar 2011 23:52:48 +0000 (23:52 +0000)]
[backfire] merge r25915

SVN-Revision: 25916

13 years ago[package] 6in4: add default route workarounds for Kernel 2.4, thanks to Paul Fertser...
Jo-Philipp Wich [Sun, 6 Mar 2011 22:19:41 +0000 (22:19 +0000)]
[package] 6in4: add default route workarounds for Kernel 2.4, thanks to Paul Fertser for reporting

SVN-Revision: 25909

13 years ago[backfire] backport r25904
Jo-Philipp Wich [Sun, 6 Mar 2011 21:54:42 +0000 (21:54 +0000)]
[backfire] backport r25904

SVN-Revision: 25906

13 years ago[backfire] package IFB kernel module (#8849)
Jo-Philipp Wich [Sun, 6 Mar 2011 17:38:44 +0000 (17:38 +0000)]
[backfire] package IFB kernel module (#8849)

SVN-Revision: 25894

13 years ago[backfire] package iptables hashlimit match (#8846)
Jo-Philipp Wich [Sun, 6 Mar 2011 17:36:59 +0000 (17:36 +0000)]
[backfire] package iptables hashlimit match (#8846)

SVN-Revision: 25893

13 years agoBackport r25878 to backfire
Michael Büsch [Sat, 5 Mar 2011 16:31:37 +0000 (16:31 +0000)]
Backport r25878 to backfire

SVN-Revision: 25879

13 years ago[backfire] merge r25869
Jo-Philipp Wich [Fri, 4 Mar 2011 20:38:17 +0000 (20:38 +0000)]
[backfire] merge r25869

SVN-Revision: 25870

13 years agomerge autorebuild override change from r25838
Felix Fietkau [Thu, 3 Mar 2011 00:18:23 +0000 (00:18 +0000)]
merge autorebuild override change from r25838

SVN-Revision: 25839

13 years ago[backfire] merge r25835
Jo-Philipp Wich [Wed, 2 Mar 2011 19:21:07 +0000 (19:21 +0000)]
[backfire] merge r25835

SVN-Revision: 25836

13 years ago[backfire] merge r25815
Jo-Philipp Wich [Tue, 1 Mar 2011 18:08:46 +0000 (18:08 +0000)]
[backfire] merge r25815

SVN-Revision: 25816

13 years ago[backfire] merge r25813
Jo-Philipp Wich [Tue, 1 Mar 2011 18:05:03 +0000 (18:05 +0000)]
[backfire] merge r25813

SVN-Revision: 25814

13 years ago[backfire] merge r25753
Jo-Philipp Wich [Sun, 27 Feb 2011 15:41:14 +0000 (15:41 +0000)]
[backfire] merge r25753

SVN-Revision: 25754

13 years ago[backfire] merge r24346 (#8947)
Jo-Philipp Wich [Sun, 27 Feb 2011 15:09:29 +0000 (15:09 +0000)]
[backfire] merge r24346 (#8947)

SVN-Revision: 25752

13 years ago[backfire] include: sync autotools.mk from trunk
Jo-Philipp Wich [Sat, 26 Feb 2011 20:17:17 +0000 (20:17 +0000)]
[backfire] include: sync autotools.mk from trunk

SVN-Revision: 25745

13 years ago[backfire] package: fix iptables after libtool changes
Jo-Philipp Wich [Sat, 26 Feb 2011 20:16:58 +0000 (20:16 +0000)]
[backfire] package: fix iptables after libtool changes

SVN-Revision: 25744

13 years ago[backfire] package: sync opkg with trunk
Jo-Philipp Wich [Sat, 26 Feb 2011 20:16:40 +0000 (20:16 +0000)]
[backfire] package: sync opkg with trunk

SVN-Revision: 25743

13 years ago[backfire] tools: update Makefile after r25735-r25741
Jo-Philipp Wich [Sat, 26 Feb 2011 20:15:58 +0000 (20:15 +0000)]
[backfire] tools: update Makefile after r25735-r25741

SVN-Revision: 25742

13 years ago[backfire] backport libtool/libltdl split from trunk
Jo-Philipp Wich [Sat, 26 Feb 2011 20:14:58 +0000 (20:14 +0000)]
[backfire] backport libtool/libltdl split from trunk

SVN-Revision: 25741

13 years ago[backfire] tools: update m4 to v1.4.15
Jo-Philipp Wich [Sat, 26 Feb 2011 20:14:05 +0000 (20:14 +0000)]
[backfire] tools: update m4 to v1.4.15

SVN-Revision: 25740

13 years ago[backfire] tools: update automake to v1.11.1
Jo-Philipp Wich [Sat, 26 Feb 2011 20:13:38 +0000 (20:13 +0000)]
[backfire] tools: update automake to v1.11.1

SVN-Revision: 25739

13 years ago[backfire] tools: update autoconf to v2.68
Jo-Philipp Wich [Sat, 26 Feb 2011 20:13:15 +0000 (20:13 +0000)]
[backfire] tools: update autoconf to v2.68

SVN-Revision: 25738

13 years ago[backfire] tools: backport missing-macros
Jo-Philipp Wich [Sat, 26 Feb 2011 20:12:45 +0000 (20:12 +0000)]
[backfire] tools: backport missing-macros

SVN-Revision: 25737

13 years ago[backfire] tools: backport xorg-macros
Jo-Philipp Wich [Sat, 26 Feb 2011 20:12:29 +0000 (20:12 +0000)]
[backfire] tools: backport xorg-macros

SVN-Revision: 25736

13 years ago[backfire] tools: backport mm-macros
Jo-Philipp Wich [Sat, 26 Feb 2011 20:12:10 +0000 (20:12 +0000)]
[backfire] tools: backport mm-macros

SVN-Revision: 25735

13 years ago[backfire] backport host build hook support
Jo-Philipp Wich [Sat, 26 Feb 2011 18:48:28 +0000 (18:48 +0000)]
[backfire] backport host build hook support

SVN-Revision: 25734

13 years ago[backfire] backport relayd, libubox and libjson-c
Jo-Philipp Wich [Sat, 26 Feb 2011 00:12:42 +0000 (00:12 +0000)]
[backfire] backport relayd, libubox and libjson-c

SVN-Revision: 25718

13 years ago[backfire] merge r25713
Jo-Philipp Wich [Sat, 26 Feb 2011 00:05:45 +0000 (00:05 +0000)]
[backfire] merge r25713

SVN-Revision: 25717

13 years agomac80211: backport latest version from trunk
Felix Fietkau [Thu, 24 Feb 2011 01:56:10 +0000 (01:56 +0000)]
mac80211: backport latest version from trunk

SVN-Revision: 25693

13 years agoadd kmod-oprofile to package/kernel (backport of r25690)
Felix Fietkau [Thu, 24 Feb 2011 01:13:09 +0000 (01:13 +0000)]
add kmod-oprofile to package/kernel (backport of r25690)

SVN-Revision: 25691

13 years ago[backfire] revert r25653 for now, until the full trunk fixups get merged
Jo-Philipp Wich [Thu, 24 Feb 2011 00:17:21 +0000 (00:17 +0000)]
[backfire] revert r25653 for now, until the full trunk fixups get merged

SVN-Revision: 25681

13 years ago[brcm-2.4] fix wlcompat so that the wl module can be unloaded
Florian Fainelli [Wed, 23 Feb 2011 22:10:08 +0000 (22:10 +0000)]
[brcm-2.4] fix wlcompat so that the wl module can be unloaded

This patch was created on 8.09.2 but it also applies to Backfire
I found that I couldn't unload the broadcom wl driver, wlcompat didn't correctly release/decrement  the device pointer,
This patch cleans that up

I wanted to be able to remove/install the wl driver so that I could get out of monitor mode without rebooting

Signed-off-by: Chris Martin <chris@martin.cc>
SVN-Revision: 25671

13 years ago[backfire] autotools.mk: the old libtool fixup never fully worked, correct it
Jo-Philipp Wich [Mon, 21 Feb 2011 20:57:46 +0000 (20:57 +0000)]
[backfire] autotools.mk: the old libtool fixup never fully worked, correct it

SVN-Revision: 25653

13 years ago[backfire] merge r25627
Jo-Philipp Wich [Sun, 20 Feb 2011 18:27:58 +0000 (18:27 +0000)]
[backfire] merge r25627

SVN-Revision: 25628

13 years agobackport r25619 to backfire
Florian Fainelli [Sun, 20 Feb 2011 17:29:13 +0000 (17:29 +0000)]
backport r25619 to backfire

SVN-Revision: 25625

13 years ago[backfire] merge r25543
Jo-Philipp Wich [Tue, 15 Feb 2011 08:50:45 +0000 (08:50 +0000)]
[backfire] merge r25543

SVN-Revision: 25544

13 years ago[backfire] merge r21495, r25478 and r25479
Jo-Philipp Wich [Sat, 12 Feb 2011 17:58:12 +0000 (17:58 +0000)]
[backfire] merge r21495, r25478 and r25479

SVN-Revision: 25480

13 years ago[backfire] merge r24194, r25471 (#8845)
Jo-Philipp Wich [Sat, 12 Feb 2011 16:15:18 +0000 (16:15 +0000)]
[backfire] merge r24194, r25471 (#8845)

SVN-Revision: 25474

13 years ago[backfire] backport r25454
Jo-Philipp Wich [Fri, 11 Feb 2011 00:42:01 +0000 (00:42 +0000)]
[backfire] backport r25454

SVN-Revision: 25455

13 years ago[backfire] merge r25452
Jo-Philipp Wich [Thu, 10 Feb 2011 20:05:45 +0000 (20:05 +0000)]
[backfire] merge r25452

SVN-Revision: 25453

13 years agoath: merge regulatory fixup from r25418
Felix Fietkau [Tue, 8 Feb 2011 12:39:35 +0000 (12:39 +0000)]
ath: merge regulatory fixup from r25418

SVN-Revision: 25419

13 years agomac80211: fix the check for cloned skbs in the tx path (backport of r25398)
Felix Fietkau [Mon, 7 Feb 2011 10:44:12 +0000 (10:44 +0000)]
mac80211: fix the check for cloned skbs in the tx path (backport of r25398)

SVN-Revision: 25399

13 years ago[backfire] merge r25265, r25372 and r25376
Jo-Philipp Wich [Sun, 6 Feb 2011 17:17:27 +0000 (17:17 +0000)]
[backfire] merge r25265, r25372 and r25376

SVN-Revision: 25391

13 years ago[backfire] backport r25264
Jo-Philipp Wich [Sun, 6 Feb 2011 17:14:14 +0000 (17:14 +0000)]
[backfire] backport r25264

SVN-Revision: 25390

13 years agomac80211: backport wds station fix from r25378
Felix Fietkau [Sat, 5 Feb 2011 22:51:11 +0000 (22:51 +0000)]
mac80211: backport wds station fix from r25378

SVN-Revision: 25379

13 years agokernel: merge the eap frame drop fix for the bridging code from r25095
Felix Fietkau [Fri, 4 Feb 2011 21:04:30 +0000 (21:04 +0000)]
kernel: merge the eap frame drop fix for the bridging code from r25095

SVN-Revision: 25364

13 years agomac80211: merge fixes from r25358, r25359
Felix Fietkau [Fri, 4 Feb 2011 21:04:28 +0000 (21:04 +0000)]
mac80211: merge fixes from r25358, r25359

SVN-Revision: 25363

13 years ago[backfire] merge dual stack firewall
Jo-Philipp Wich [Thu, 3 Feb 2011 22:02:59 +0000 (22:02 +0000)]
[backfire] merge dual stack firewall

SVN-Revision: 25353

13 years ago[backfire] drop firewall v1
Jo-Philipp Wich [Thu, 3 Feb 2011 22:02:24 +0000 (22:02 +0000)]
[backfire] drop firewall v1

SVN-Revision: 25352

13 years ago[backfire] merge r25302 - this is needed for upcoming changes in the packages feed
Jo-Philipp Wich [Wed, 2 Feb 2011 01:29:07 +0000 (01:29 +0000)]
[backfire] merge r25302 - this is needed for upcoming changes in the packages feed

SVN-Revision: 25303

13 years agobackport sitefile fixes for creal,cimag (r25292)
Felix Fietkau [Tue, 1 Feb 2011 21:25:12 +0000 (21:25 +0000)]
backport sitefile fixes for creal,cimag (r25292)

SVN-Revision: 25293

13 years ago[package]: block-extroot. Merged r25269. Fixed the (wanted) disabling of extroot...
Daniel Dickinson [Tue, 1 Feb 2011 07:43:21 +0000 (07:43 +0000)]
[package]: block-extroot.  Merged r25269.  Fixed the (wanted) disabling of extroot after a sysupgrade.

SVN-Revision: 25270