10.03/openwrt.git
13 years agokernel: backport support for w25q64 flash chips - fixes flash detection on new Ubiqui...
nbd [Sun, 10 Apr 2011 18:57:58 +0000 (18:57 +0000)]
kernel: backport support for w25q64 flash chips - fixes flash detection on new Ubiquiti M hardware

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26581 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: update to trunk as of r26534
nbd [Fri, 8 Apr 2011 18:55:18 +0000 (18:55 +0000)]
mac80211: update to trunk as of r26534

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26536 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoscripts/kconfig.pl: backport changes from trunk
nbd [Fri, 8 Apr 2011 18:55:16 +0000 (18:55 +0000)]
scripts/kconfig.pl: backport changes from trunk

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26535 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fall back to the default noise floor if the calibrated one is not available...
nbd [Tue, 5 Apr 2011 20:28:02 +0000 (20:28 +0000)]
ath9k: fall back to the default noise floor if the calibrated one is not available, fixes signal strength display in initial scan (backport of r26494)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26495 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agosite: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting...
nbd [Mon, 4 Apr 2011 12:12:32 +0000 (12:12 +0000)]
site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting largefile support (backport of r26471)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26472 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoiptables: backport the libiptc split from r26292
nbd [Sun, 3 Apr 2011 23:20:48 +0000 (23:20 +0000)]
iptables: backport the libiptc split from r26292

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26457 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoprepare for RC5
thepeople [Sun, 3 Apr 2011 19:13:46 +0000 (19:13 +0000)]
prepare for RC5

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26456 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: increase delay between aggregation session negotiation attempts - improves...
nbd [Sun, 3 Apr 2011 17:36:47 +0000 (17:36 +0000)]
mac80211: increase delay between aggregation session negotiation attempts - improves interop with intel clients (backport of r26444)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26445 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobuild: do not use shell calls to export empty opkg control files, speeds up package...
nbd [Sun, 3 Apr 2011 02:15:56 +0000 (02:15 +0000)]
build: do not use shell calls to export empty opkg control files, speeds up package build and fixes some "Argument list too long" errors (backport of r26431)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26433 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobase-files: bridge config, avoid having a random ipv6 ll address (backport of r26426)
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26427 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probab...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26419 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26416 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agortl8306: do not overwrite registers in the phy fixup, it could mess up other switches...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26411 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix duplicate probe request reception (triggering unnecessary probe respons...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26409 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26396 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26383 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26370 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoqos-scripts: remove the layer7 based classifiers from the default configuration ...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26365 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26359 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoscripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS prope...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26350 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26317 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoath9k: fix chip wakeup on interface start - should fix some instability issues (backp...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26291 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS rates...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26289 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26285 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26252 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26231 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26186 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26183 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobuild: move the CCACHE_DIR to the build targets so that it doesn't interfere with...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26182 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26177 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26176 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26172 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26171 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26170 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26143 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobase-files: add users ftp (for ftp servers), network (network related daemons such...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26139 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26137 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobase-files: add a few default groups to /etc/group so that we can get rid of a few...
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26134 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26131 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26117 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26116 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobackfire: package/base-files: add get_magic_long() to common upgrade script (backport...
juhosg [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26115 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26114 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobackfire: ar71xx: build separate image for the WNDR3700 with NA region (backport...
juhosg [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26113 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobackfire: firmware-utils/mkdniimg: don't use NA region by default (backport of r24981)
juhosg [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26112 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobackfire: firmware-utils/wndr3700: allow to specify image magic via command line...
juhosg [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26111 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26039 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26037 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26020 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26019 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26009 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25996 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25989 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25975 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25966 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25947 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25932 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25927 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25916 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] 6in4: add default route workarounds for Kernel 2.4, thanks to Paul Fertser...
jow [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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25909 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25906 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25894 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25893 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25879 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25870 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25839 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25836 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25816 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25814 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25754 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25752 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25745 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25744 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25743 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25742 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25741 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25740 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25739 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25738 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25737 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25736 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25735 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25734 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25718 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25717 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25693 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25691 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25681 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[brcm-2.4] fix wlcompat so that the wl module can be unloaded
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25671 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25653 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25628 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25625 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25544 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25480 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25474 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25455 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25453 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25419 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: fix the check for cloned skbs in the tx path (backport of r25398)
nbd [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)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25399 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25391 3c298f89-4303-0410-b956-a3cf2f4a3e73