12.09/openwrt.git
10 years agoath9k: fix an rx descriptor processing race condition
nbd [Sat, 10 Aug 2013 14:04:15 +0000 (14:04 +0000)]
ath9k: fix an rx descriptor processing race condition

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37746

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

10 years agoAA: ubus: sync with latest trunk version (as of r37740)
nbd [Thu, 8 Aug 2013 20:47:38 +0000 (20:47 +0000)]
AA: ubus: sync with latest trunk version (as of r37740)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37743 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: ath9k: add an updated version of the tx queueing rework, refresh patches
nbd [Tue, 6 Aug 2013 16:45:25 +0000 (16:45 +0000)]
AA: ath9k: add an updated version of the tx queueing rework, refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37729 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: backport a few upstream fixes
nbd [Tue, 6 Aug 2013 16:45:22 +0000 (16:45 +0000)]
mac80211: backport a few upstream fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37653

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

10 years agolibubox: update to the latest version, fixes a fd deletion race condition in uloop
nbd [Wed, 31 Jul 2013 22:07:43 +0000 (22:07 +0000)]
libubox: update to the latest version, fixes a fd deletion race condition in uloop

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37629

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

10 years agoAA: ath9k: remove some newer patches until they are fully debugged/fixed
nbd [Mon, 29 Jul 2013 18:45:47 +0000 (18:45 +0000)]
AA: ath9k: remove some newer patches until they are fully debugged/fixed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37615 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to latest version
nbd [Mon, 29 Jul 2013 12:52:15 +0000 (12:52 +0000)]
libubox: update to latest version

Backport of r37604

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

10 years agoAA: eglibc: sync with trunk, delete old versions
nbd [Mon, 29 Jul 2013 07:22:31 +0000 (07:22 +0000)]
AA: eglibc: sync with trunk, delete old versions

Fixes build errors in the RPC code and adds parallel build support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37596 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 6relayd: Overridden DNS should affect DHCPv6
cyrus [Fri, 26 Jul 2013 12:01:00 +0000 (12:01 +0000)]
AA: 6relayd: Overridden DNS should affect DHCPv6

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

10 years agoath9k: add initial tx queueing rework patches
nbd [Thu, 25 Jul 2013 18:32:13 +0000 (18:32 +0000)]
ath9k: add initial tx queueing rework patches

This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37483

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

10 years agoath5k: fix AHB support dependency (#13896)
nbd [Wed, 17 Jul 2013 13:59:05 +0000 (13:59 +0000)]
ath5k: fix AHB support dependency (#13896)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37377

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

10 years agoAA: netifd: Fix IPv6-prefix assignment with continuous hints
cyrus [Tue, 16 Jul 2013 12:08:43 +0000 (12:08 +0000)]
AA: netifd: Fix IPv6-prefix assignment with continuous hints

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

10 years agoAA: 6relayd: Fix DHCPv6-PD with continuous hints
cyrus [Tue, 16 Jul 2013 12:08:38 +0000 (12:08 +0000)]
AA: 6relayd: Fix DHCPv6-PD with continuous hints

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

10 years agoAA: mac80211: delete the rt2x00 clk patch again
nbd [Tue, 16 Jul 2013 07:17:33 +0000 (07:17 +0000)]
AA: mac80211: delete the rt2x00 clk patch again

It is only required for newer kernels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37365 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: base-files: merge r37345
jow [Mon, 15 Jul 2013 13:50:32 +0000 (13:50 +0000)]
AA: base-files: merge r37345

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

10 years agomac80211: fix a crash in legacy minstrel when no STA exists
nbd [Mon, 15 Jul 2013 12:36:00 +0000 (12:36 +0000)]
mac80211: fix a crash in legacy minstrel when no STA exists

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37342

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

10 years agolantiq: update ralink wlan firmware hotplug script for new eeprom size
nbd [Mon, 15 Jul 2013 11:06:41 +0000 (11:06 +0000)]
lantiq: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37334

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

10 years agoramips: update wlan firmware hotplug script for new eeprom size
nbd [Mon, 15 Jul 2013 11:04:21 +0000 (11:04 +0000)]
ramips: update wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37112

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

10 years agoAA: brcm47xx: prevent the switch from leaking packages between lan and wan.
hauke [Sun, 14 Jul 2013 14:49:07 +0000 (14:49 +0000)]
AA: brcm47xx: prevent the switch from leaking packages between lan and wan.

This is partly a backport of r37286, this closes #13716

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

10 years agoAA: mac80211: b43: load b43 on core rev 17 and 18.
hauke [Sun, 14 Jul 2013 14:24:06 +0000 (14:24 +0000)]
AA: mac80211: b43: load b43 on core rev 17 and 18.

This is now controlled by a module parameter and the default
configuration depends on brcmsmac being installed.
This patch causes b43 to take core rev 17 and 18 always by default.

Backport of r37307

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

10 years agoAA: mac80211: b43: activate LP-Phy support every time
hauke [Sun, 14 Jul 2013 14:14:50 +0000 (14:14 +0000)]
AA: mac80211: b43: activate LP-Phy support every time

Backport of r37305

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

10 years agomac80211: tweak mac address allocation
nbd [Sat, 13 Jul 2013 11:40:48 +0000 (11:40 +0000)]
mac80211: tweak mac address allocation

Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37269

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

10 years agoAA: acx-mac80211: make it compile with recent mac80211 again
hauke [Fri, 12 Jul 2013 13:10:43 +0000 (13:10 +0000)]
AA: acx-mac80211: make it compile with recent mac80211 again

backport of r35332, r36481 and r36976

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

10 years agomac80211: backport latest version from trunk (as of r37265)
nbd [Fri, 12 Jul 2013 08:19:04 +0000 (08:19 +0000)]
mac80211: backport latest version from trunk (as of r37265)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37266 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: kernel: refresh patches
hauke [Thu, 11 Jul 2013 22:24:10 +0000 (22:24 +0000)]
AA: kernel: refresh patches

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

10 years agokernel: update bcma and ssb to wireless-testing/master master-2013-07-03
hauke [Thu, 11 Jul 2013 22:20:26 +0000 (22:20 +0000)]
kernel: update bcma and ssb to wireless-testing/master master-2013-07-03

This updates 025-bcma_backport.patch and 020-ssb_update.patch to a
version of ssb and bcma used in recent wireless-testing. I removed all
patches adding serial and nand flash support before doing so to not
conflict with the existing flash support in the brcm47xx target. This
update was done to easily update the wireless drivers afterwards.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37261 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: madwifi: merge r37172
jow [Thu, 4 Jul 2013 21:26:07 +0000 (21:26 +0000)]
AA: madwifi: merge r37172

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

10 years agoAA: odhcp6c: backport r37150
cyrus [Wed, 3 Jul 2013 16:15:21 +0000 (16:15 +0000)]
AA: odhcp6c: backport r37150

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

10 years agoAA: odhcp6c: backport r37148
cyrus [Wed, 3 Jul 2013 13:51:14 +0000 (13:51 +0000)]
AA: odhcp6c: backport r37148

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

10 years agolibjson-c: rename the libjson binary package to libjson-c, add a new libjson package...
nbd [Mon, 1 Jul 2013 15:37:51 +0000 (15:37 +0000)]
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)

Backport of r37119

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

10 years agoAA: fix feed url
blogic [Mon, 1 Jul 2013 14:58:49 +0000 (14:58 +0000)]
AA: fix feed url

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37118 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 12.09.01
blogic [Mon, 1 Jul 2013 09:13:56 +0000 (09:13 +0000)]
AA: 12.09.01

set repo and version to 12.09.1

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37113 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: firewall: merge r37082 (#13787)
jow [Sat, 29 Jun 2013 13:31:39 +0000 (13:31 +0000)]
AA: firewall: merge r37082 (#13787)

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

10 years agolibubox: update to latest version from trunk (as of r37053)
nbd [Fri, 28 Jun 2013 11:08:34 +0000 (11:08 +0000)]
libubox: update to latest version from trunk (as of r37053)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37054 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: netifd: backport r37051
cyrus [Fri, 28 Jun 2013 04:20:18 +0000 (04:20 +0000)]
AA: netifd: backport r37051

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

10 years agoAA: odhcp6c: backport r37033
cyrus [Tue, 25 Jun 2013 05:19:09 +0000 (05:19 +0000)]
AA: odhcp6c: backport r37033

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

10 years agoAA: eglibc: backport 37029
mirko [Mon, 24 Jun 2013 14:52:54 +0000 (14:52 +0000)]
AA: eglibc: backport 37029

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

10 years ago[toolchain/eglibc] AA: version 2.14 - rename patches folder to 2.14.1 (was 2.14)
mirko [Mon, 24 Jun 2013 14:51:16 +0000 (14:51 +0000)]
[toolchain/eglibc] AA: version 2.14 - rename patches folder to 2.14.1 (was 2.14)

The version string for eglibc 2.14 got changed from 2.14 to 2.14.1.
This string is also used to identify the patches-directory.
Since the patches-directory kept its name (2.14) none of the patches
got applied anymore.

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

10 years agoSwitch LuCI to 0.11 branch
cyrus [Mon, 24 Jun 2013 12:04:45 +0000 (12:04 +0000)]
Switch LuCI to 0.11 branch

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

10 years agoAA: 6relayd: backport r37018
cyrus [Sun, 23 Jun 2013 16:27:17 +0000 (16:27 +0000)]
AA: 6relayd: backport r37018

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

10 years agoAA: 6relayd: backport r37011
cyrus [Sat, 22 Jun 2013 08:32:42 +0000 (08:32 +0000)]
AA: 6relayd: backport r37011

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

10 years agoAA: 6relayd: Backport r37009
cyrus [Sat, 22 Jun 2013 08:21:04 +0000 (08:21 +0000)]
AA: 6relayd: Backport r37009

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

10 years agoAA: 6relayd: backport r36980
cyrus [Fri, 21 Jun 2013 06:17:14 +0000 (06:17 +0000)]
AA: 6relayd: backport r36980

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

10 years agoAA: 6relayd: backport r36969
cyrus [Wed, 19 Jun 2013 13:29:11 +0000 (13:29 +0000)]
AA: 6relayd: backport r36969

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

10 years agoAA: odhcp6c: backport r36959
cyrus [Wed, 19 Jun 2013 13:29:06 +0000 (13:29 +0000)]
AA: odhcp6c: backport r36959

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

10 years agonetifd: update to latest version, fixes a NULL pointer deref bug
nbd [Tue, 18 Jun 2013 16:26:57 +0000 (16:26 +0000)]
netifd: update to latest version, fixes a NULL pointer deref bug

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r36965

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

10 years agoAA: firewall: merge r36963
jow [Tue, 18 Jun 2013 14:31:26 +0000 (14:31 +0000)]
AA: firewall: merge r36963

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

10 years agoAA: firewall: merge r36960
jow [Tue, 18 Jun 2013 14:17:40 +0000 (14:17 +0000)]
AA: firewall: merge r36960

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

10 years agoAA: base-files: merge r36942
jow [Tue, 18 Jun 2013 14:16:51 +0000 (14:16 +0000)]
AA: base-files: merge r36942

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

10 years agoAA: netifd: backport r36952
cyrus [Mon, 17 Jun 2013 21:30:06 +0000 (21:30 +0000)]
AA: netifd: backport r36952

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

10 years agoAA: netifd: backport r36950
cyrus [Mon, 17 Jun 2013 21:24:11 +0000 (21:24 +0000)]
AA: netifd: backport r36950

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

10 years agokirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)
nbd [Sat, 15 Jun 2013 11:51:47 +0000 (11:51 +0000)]
kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r36937

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

10 years agoAA: firewall: merge r36935
jow [Thu, 13 Jun 2013 19:10:41 +0000 (19:10 +0000)]
AA: firewall: merge r36935

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

10 years agoAA: firewall: merge r36933
jow [Thu, 13 Jun 2013 12:51:02 +0000 (12:51 +0000)]
AA: firewall: merge r36933

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

10 years agoAA: odhcp6c: backport r36930
cyrus [Thu, 13 Jun 2013 06:40:09 +0000 (06:40 +0000)]
AA: odhcp6c: backport r36930

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

10 years agoAA: rt2x00: remove the clk_get patch, the kernel still uses the old platform_data...
nbd [Wed, 12 Jun 2013 15:54:36 +0000 (15:54 +0000)]
AA: rt2x00: remove the clk_get patch, the kernel still uses the old platform_data flag (#13532)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36929 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: uhttpd: fix build error with the new json-c (#13690)
nbd [Wed, 12 Jun 2013 10:16:47 +0000 (10:16 +0000)]
AA: uhttpd: fix build error with the new json-c (#13690)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36924 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 6relayd: backport r36922
cyrus [Tue, 11 Jun 2013 20:54:10 +0000 (20:54 +0000)]
AA: 6relayd: backport r36922

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

10 years agoAA: base-files: backport r36920
cyrus [Tue, 11 Jun 2013 14:11:18 +0000 (14:11 +0000)]
AA: base-files: backport r36920

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

10 years agoAA: base-files: backport r36918
cyrus [Tue, 11 Jun 2013 13:32:07 +0000 (13:32 +0000)]
AA: base-files: backport r36918

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

10 years agoAA: backport libjson-c, libubox and uci from trunk
nbd [Tue, 11 Jun 2013 12:56:04 +0000 (12:56 +0000)]
AA: backport libjson-c, libubox and uci from trunk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36917 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: clean up stale files from a previous build when installing a package build...
nbd [Tue, 11 Jun 2013 12:56:03 +0000 (12:56 +0000)]
build: clean up stale files from a previous build when installing a package build to the staging dir

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r36755

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

10 years agoAA: linux: Backport r36911
cyrus [Tue, 11 Jun 2013 09:30:28 +0000 (09:30 +0000)]
AA: linux: Backport r36911

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

10 years agoAA: iproute2: Backport r36910
cyrus [Tue, 11 Jun 2013 09:30:23 +0000 (09:30 +0000)]
AA: iproute2: Backport r36910

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

10 years agoAA: ppp: Backport r35188, r36904
cyrus [Mon, 10 Jun 2013 10:49:05 +0000 (10:49 +0000)]
AA: ppp: Backport r35188, r36904

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

10 years agoAA: netifd: Backport r36903
cyrus [Mon, 10 Jun 2013 10:48:55 +0000 (10:48 +0000)]
AA: netifd: Backport r36903

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

10 years agoAA: dnsmasq: backport latest version from trunk
luka [Sun, 9 Jun 2013 13:02:27 +0000 (13:02 +0000)]
AA: dnsmasq: backport latest version from trunk

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

10 years agoAA: base-files: Backport netifd status handling
cyrus [Sun, 9 Jun 2013 09:30:26 +0000 (09:30 +0000)]
AA: base-files: Backport netifd status handling
* Fixes 6relayd not being run correctly

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

10 years agoAA: netifd: Backport r36884
cyrus [Sat, 8 Jun 2013 14:35:54 +0000 (14:35 +0000)]
AA: netifd: Backport r36884

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

10 years agoAA: firewall: merge r36871
jow [Thu, 6 Jun 2013 14:20:01 +0000 (14:20 +0000)]
AA: firewall: merge r36871

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

10 years agoAA: firewall: backport r36868 (#13653)
jow [Thu, 6 Jun 2013 14:05:29 +0000 (14:05 +0000)]
AA: firewall: backport r36868 (#13653)

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

10 years agoAA: iptables: backport r36867 (#13653)
jow [Thu, 6 Jun 2013 14:05:23 +0000 (14:05 +0000)]
AA: iptables: backport r36867 (#13653)

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

10 years agoAA: backport r36865
cyrus [Thu, 6 Jun 2013 09:53:19 +0000 (09:53 +0000)]
AA: backport r36865

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

10 years agoAA: firewall: merge r36854
jow [Wed, 5 Jun 2013 11:42:38 +0000 (11:42 +0000)]
AA: firewall: merge r36854

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

10 years agoAA: iptables: backport r35898 (#13649)
jow [Wed, 5 Jun 2013 10:12:51 +0000 (10:12 +0000)]
AA: iptables: backport r35898 (#13649)

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

10 years agoAA: firewall3: rename to firewall, move into base system menu, update to git head...
jow [Tue, 4 Jun 2013 12:32:24 +0000 (12:32 +0000)]
AA: firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA

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

10 years agoAA: Drop legacy firewall package
jow [Tue, 4 Jun 2013 12:32:18 +0000 (12:32 +0000)]
AA: Drop legacy firewall package

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

10 years agoAA: firewall3: merge r36830
jow [Tue, 4 Jun 2013 10:28:38 +0000 (10:28 +0000)]
AA: firewall3: merge r36830

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

10 years agoAA: firewall3: merge r36826
jow [Mon, 3 Jun 2013 16:42:52 +0000 (16:42 +0000)]
AA: firewall3: merge r36826

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

10 years agoAA: 6relayd: backport r36815
cyrus [Sat, 1 Jun 2013 17:52:13 +0000 (17:52 +0000)]
AA: 6relayd: backport r36815

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

10 years agoAA: odhcp6c: fix git-revision
cyrus [Sat, 1 Jun 2013 09:28:47 +0000 (09:28 +0000)]
AA: odhcp6c: fix git-revision

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

10 years agoAA: odhcp6c: backport r36809
cyrus [Fri, 31 May 2013 13:50:25 +0000 (13:50 +0000)]
AA: odhcp6c: backport r36809

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

10 years agoAA: firewall3: merge r36806
jow [Fri, 31 May 2013 13:25:49 +0000 (13:25 +0000)]
AA: firewall3: merge r36806

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

10 years agoAA: odhcp6c: backport r36804
cyrus [Fri, 31 May 2013 10:03:21 +0000 (10:03 +0000)]
AA: odhcp6c: backport r36804

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

10 years agoAA: netifd: backport r36771
cyrus [Thu, 30 May 2013 15:46:12 +0000 (15:46 +0000)]
AA: netifd: backport r36771

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

10 years agoAA: 6relayd: backport r36772
cyrus [Thu, 30 May 2013 15:46:07 +0000 (15:46 +0000)]
AA: 6relayd: backport r36772

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

10 years agoAA: uml: remove obsolete patch breaking compilation
jogo [Thu, 30 May 2013 10:50:58 +0000 (10:50 +0000)]
AA: uml: remove obsolete patch breaking compilation

This is now handled by a generic, more complete patch.

Reported-by: Markus Stenberg <markus.stenberg@iki.fi>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36769 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoubus: backport latest version from trunk
nbd [Thu, 30 May 2013 10:46:33 +0000 (10:46 +0000)]
ubus: backport latest version from trunk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36768 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAA: 6relayd: backport r36764
cyrus [Thu, 30 May 2013 07:57:58 +0000 (07:57 +0000)]
AA: 6relayd: backport r36764

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

10 years agoAA: netifd: backport r36748
cyrus [Tue, 28 May 2013 18:33:00 +0000 (18:33 +0000)]
AA: netifd: backport r36748

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

10 years agoAA: odhcp6c: backport r36745
cyrus [Tue, 28 May 2013 16:29:39 +0000 (16:29 +0000)]
AA: odhcp6c: backport r36745

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

10 years agoAA: backport r36738
cyrus [Mon, 27 May 2013 20:41:17 +0000 (20:41 +0000)]
AA: backport r36738

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

10 years agoAA: backport firewall3 package from trunk
jow [Mon, 27 May 2013 15:17:45 +0000 (15:17 +0000)]
AA: backport firewall3 package from trunk

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

10 years agoAA: ipv6-support: align default ip6assign with trunk
cyrus [Mon, 27 May 2013 12:54:24 +0000 (12:54 +0000)]
AA: ipv6-support: align default ip6assign with trunk

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

10 years agoAA: Update ipv6-support migration path
cyrus [Mon, 27 May 2013 12:26:10 +0000 (12:26 +0000)]
AA: Update ipv6-support migration path

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

10 years agoAA: netifd: remove deprecated IPv6 sysctls
cyrus [Mon, 27 May 2013 11:21:02 +0000 (11:21 +0000)]
AA: netifd: remove deprecated IPv6 sysctls

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

10 years agoAA: base-files: merge new sysctl-behaviour from trunk
cyrus [Mon, 27 May 2013 11:20:54 +0000 (11:20 +0000)]
AA: base-files: merge new sysctl-behaviour from trunk

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

10 years agoAA: uci: merge r36730
jow [Sun, 26 May 2013 17:31:04 +0000 (17:31 +0000)]
AA: uci: merge r36730

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

10 years agoAA: backport r36623
cyrus [Sun, 26 May 2013 11:29:31 +0000 (11:29 +0000)]
AA: backport r36623

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

10 years agoAA: backport r36719
cyrus [Sun, 26 May 2013 10:09:41 +0000 (10:09 +0000)]
AA: backport r36719

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