cyrus [Mon, 6 Oct 2014 11:19:33 +0000 (11:19 +0000)]
odhcp6c: add route-workaround for broken IPv6-ISPs
Some ISP seem to only do stateful DHCPv6 and not sending RAs.
This is technically broken because plain DHCPv6 doesn't carry routes.
We work around here by faking a default route to the DHCPv6 server
if we do not receive a useful RA from the ISP.
This workaround can be turned off with: option fakeroutes 0
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42803
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 6 Oct 2014 06:24:53 +0000 (06:24 +0000)]
nftables: bump to 2014-09-30, disable gmp
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42802
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 05:55:35 +0000 (05:55 +0000)]
base-files: make postinst script run inside a subshell
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42800
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 6 Oct 2014 05:30:36 +0000 (05:30 +0000)]
libnftnl: bump to 2014-10-02
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42799
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 05:18:52 +0000 (05:18 +0000)]
lantiq: led name has changed from adsl -> dsl
make the notify script aware of this.
https://dev.openwrt.org/ticket/18005
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42798
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:53:34 +0000 (04:53 +0000)]
ar71xx: correctly detect hardware revision on TP-LINK Archer C5 and C7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42797
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:53:25 +0000 (04:53 +0000)]
ar71xx: fix syntax for TP-LINK TL-WR941N/ND / Rosewill RNX-N360RT detection
[ ] conditions should use = instead of == for string equality.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42796
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:53:20 +0000 (04:53 +0000)]
ar71xx: simplify TP-LINK model detection
All TP-LINK machine names begin with "TP-LINK", so there's no need to check for
more specific model names. This also allows adding new models like the Archer
series more easily.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42795
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:53:14 +0000 (04:53 +0000)]
Fix build when TAR_OPTIONS env variable is set
The build system sets a make variable TAR_OPTIONS to the unpacking
command, i.e. "-xf -". Now if an environment variable with the same
name is set, the make variable is automatically exported to the
environment. The make variable is added to the tar command in the
makefile, and tar adds the environment variable. This results in a
command like "tar -c /some/dir -xf - -xf -" which of course doesn't
work. It is also difficult to spot as the second "-xf -" is not
visible on the command line.
I suggest this is fixed by unexporting TAR_OPTIONS as I see no use
of the evironment variable, and it is changed from the original
value anyway.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42794
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:53:04 +0000 (04:53 +0000)]
iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs
The AR9580 with the new ID can be found in the EnGenius ESR900 and the
QCA9880 without any subsystem IDs can be found in the EnGenius ESR1750.
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42793
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:57 +0000 (04:52 +0000)]
ar71xx: add support for TP-LINK TL-WR847N v8 (clone of TL-WR841N/ND v8)
Signed-off-by: Jaehoon You <teslamint@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42792
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:51 +0000 (04:52 +0000)]
kernel: add rtc-ds1307 module support
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42791
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:44 +0000 (04:52 +0000)]
kernel: add ledtrig-transient module support
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42790
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:36 +0000 (04:52 +0000)]
ramips: D-Link DIR-810L: make led naming consistent with other boards
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42789
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:26 +0000 (04:52 +0000)]
ralink: Add missing code to free GPIO on Ralink SoC
Signed-off-by: schildt@ibr.cs.tu-bs.de
Acked-by: info@gerhard-bertelsmann.de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42788
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:21 +0000 (04:52 +0000)]
hostapd: read missing parameter for dynamic VLANs
In r41872 Dynamic VLAN support was reintroduced, but the vlan_naming
parameter is not read while setting up the config, so it always
defaults to 1.
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42787
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:13 +0000 (04:52 +0000)]
ar71xx: add LED defaults for the EnGenius ESR1750
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42786
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:07 +0000 (04:52 +0000)]
ramips: Support for RAMIPS based Tripmate HT-TM02 board
Provides support for the Tripmate HT-TM02 personal router including LEDs and
reset button. “Mode” switch is not supported. New profile includes full set
of packages required to enable LEDs, USB, and LUCI. Patches were applied
against trunk snapshot r42649. Functionality has been tested in AP, basic wifi
client, wifi router, and routed client modes - all good.
Signed-off-by: Ron Curry <wingspinner@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42785
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:52:01 +0000 (04:52 +0000)]
firmware-utils: add NEXX factory image support
This patch adds support to encode and decode images for certain types of
NEXX routers.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42784
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:51:56 +0000 (04:51 +0000)]
sysupgrade: preserve symlinks in backups
Signed-off-by: Catalin Patulea <catalinp@google.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42783
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Oct 2014 04:51:51 +0000 (04:51 +0000)]
ar71xx: fix reset button gpio for OM2P/OM2P-HS
A typo in the definition for the OM2P reset button disabled its functionality
in OpenWrt. The actual button for these two devices is "1" and not "11".
Signed-off-by: Oren Poleg <oren@poleg.org>
[sven@open-mesh.org: added a commit subject+message]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42782
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 20:17:23 +0000 (20:17 +0000)]
build: remove useless quote stripping for KERNELNAME, add fallback for it in the kernel build command line
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42781
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 20:17:19 +0000 (20:17 +0000)]
targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42780
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 18:58:47 +0000 (18:58 +0000)]
lantiq: remove the useless ltqtapi.mk include file
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42778
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 18:40:43 +0000 (18:40 +0000)]
gcc: remove version 4.8.0
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42777
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 18:40:38 +0000 (18:40 +0000)]
binutils: remove old versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42776
3c298f89-4303-0410-b956-
a3cf2f4a3e73
wigyori [Sun, 5 Oct 2014 17:32:36 +0000 (17:32 +0000)]
sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42775
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 17:13:34 +0000 (17:13 +0000)]
iproute2: add conflict for ip with ip-full
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42774
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 16:58:16 +0000 (16:58 +0000)]
build: make sure modules are modposted after initramfs image is built
Otherwise the modpost steps for individual modules that are compiled
manually (using make package/<name_of_module>/install) will give warning
of missing symbols when that module depends other modules.
This is caused by the Module.symvers file not containing any symbols
anymore of external modules when the initramfs image is built without
specifically giving the modules target.
Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42773
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 16:41:50 +0000 (16:41 +0000)]
hostapd: add conflicts with wpad(-mini) to hostapd and wpa_supplicant
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42772
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 16:41:38 +0000 (16:41 +0000)]
build: propagate package conflicts to opkg metadata
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42771
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 16:41:33 +0000 (16:41 +0000)]
build: add support for declaring package CONFLICTS which only affect selecting built-in packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42770
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 15:21:30 +0000 (15:21 +0000)]
Fix broken implementation of NOEXECSTACK flag for MIPS architectures for gcc-linaro-4.8
This patch ensures that libgcc_s.so properly honours the NOEXECSTACK flag
for MIPS builds, when gcc-linaro-4.8 or 4.9 is the chosen C compiler.
Signed-off-by: Andrew McDonnell <bugs@andrewmcdonnell.net>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42769
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 14:59:59 +0000 (14:59 +0000)]
ath10k: update firmware to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42768
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 14:59:45 +0000 (14:59 +0000)]
gcc: gcc 4.9.x disable libsanitize
gcc 4.9.x enables building of libsanitize
- libsanitize needs some headers that are not available
in uclibc (netrom/netrom.h)
according to buildroot project:
- build fail with musl
- need wordexp with uclibc which increases uclibc size
http://git.buildroot.net/buildroot/commit/?id=
5f4d658d888b539de9a6247ae5b1a0999de5d4ec
http://git.buildroot.net/buildroot/commit/?id=
554e29e267e6b36a0fd78c82cbad2c82d939eb7f
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42767
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 11:50:42 +0000 (11:50 +0000)]
mac80211_hwsim: select 802.11n support for hostapd
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42766
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 11:01:49 +0000 (11:01 +0000)]
relayd: update to the latest version, fixes a build error with the new gcc (#18010)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42765
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:55:55 +0000 (10:55 +0000)]
hostapd: allow using iapp for any encryption type (fixes #18022)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42764
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:26:26 +0000 (10:26 +0000)]
hostapd: merge an upstream patch for pmksa cache
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42762
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:26:17 +0000 (10:26 +0000)]
iwinfo: detect AC PHY for broadcom-wl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:26:10 +0000 (10:26 +0000)]
iwinfo: detect HT PHY for broadcom-wl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42760
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:26:05 +0000 (10:26 +0000)]
iwinfo: fix handling of accessing nl80211 interfaces via radio*
look up device path via uci instead of assuming a direct phy index
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42759
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 5 Oct 2014 10:25:55 +0000 (10:25 +0000)]
iwinfo: enable nl80211 support based on cfg80211, not mac80211
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42758
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 4 Oct 2014 09:38:17 +0000 (09:38 +0000)]
iwinfo: handle 802.11ac mode for lua
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42757
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Fri, 3 Oct 2014 11:03:58 +0000 (11:03 +0000)]
brcm63xx: fix wrong fixups pointer
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42756
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Fri, 3 Oct 2014 10:56:43 +0000 (10:56 +0000)]
base-files: remove a 'not found' error message during system boot
During boot, a not found message is displayed for systems which do
not have uci 'network.globals.ula_prefix' defined in
/etc/config/network. The error message itself is not used and can
be ignored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Fri, 3 Oct 2014 10:40:12 +0000 (10:40 +0000)]
bcm53xx: build R6250 firmware with "Other Regions" region
This prevents vendor firmware from warning about incompatible region.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 20:00:41 +0000 (20:00 +0000)]
ar8216: set the pvid based on runtime state instead of port number to fix learning with enable_vlan = 0
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42753
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:47:39 +0000 (19:47 +0000)]
toolchain: Fix libthreaddb not being installed
Signed-off-by: Michel Stam <m.stam@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42752
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:47:33 +0000 (19:47 +0000)]
busybox: remove validation message from bootup
A message:
uinteger - 9 = true
is displayed during boot. This is the result of the validate_data
command checking the cron log level. As the output is not
interesting, only the result, filter...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42751
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:47:28 +0000 (19:47 +0000)]
authsae: update to latest version
Send a netlink call to leave the mesh when meshd exits
Make hunting-and-pecking loop (more) resistant to side channel attack
Signed-off-by: Michel Stam <m.stam@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:38:15 +0000 (19:38 +0000)]
6in4: Tos support
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42749
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:38:04 +0000 (19:38 +0000)]
6to4: Tos support
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42748
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:37:58 +0000 (19:37 +0000)]
6rd: Tos support
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42747
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:37:36 +0000 (19:37 +0000)]
IPIP: IP in IP package support
The package supports IP in IP by registering the ipip protocol handler
Following options are configurable
-peeraddr (IPv4 remote address)
-ipaddr (IPv4 local address)
-ttl (time to live of encapsulating packet)
-tos (type of service of encapsulating packet either inherit (outer header inherits the value of the inner header) or hex value)
-df (don't fragment flag of encapsulating packet)
-mtu (IPIP tunnel mtu)
-tunlink (bind tunnel to this interface)
-zone (firewall zone to which the IPIP tunnel will be added)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42746
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:37:25 +0000 (19:37 +0000)]
netifd: fix an error message during network shutdown
When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function is in turn invoked from stop( ).
stop( ) messes up the order by first procd_kill-ing the network
settings, then calling wifi to down the wifi networking
interfaces. By redefining stop( ) instead, the proper order is
restored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42745
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:37:17 +0000 (19:37 +0000)]
netifd: add IPIP tunnel support (thx Hans Dedecker)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42744
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Thu, 2 Oct 2014 19:30:08 +0000 (19:30 +0000)]
bcm53xx: early support for Netgear R6300 V2
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 2 Oct 2014 19:15:38 +0000 (19:15 +0000)]
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42741
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:26:36 +0000 (12:26 +0000)]
brcm63xx: update spw500v sprom to values from gpl tarball
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:26:19 +0000 (12:26 +0000)]
brcm63xx: reorder some patches according to their upstream state
The irq rewrite was accepted upstream.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:26:07 +0000 (12:26 +0000)]
brcm63xx: Add DT support for 96368MVWG
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:57 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96368MVNgr
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:41 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96358VW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:36 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96358VW
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:27 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96338W
Renamed of_board_id to convention.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:22 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96338GW
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42733
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:13 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96348R
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42732
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:07 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96348GW-11
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42731
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:25:01 +0000 (12:25 +0000)]
brcm63xx: Add DT support for 96348GW-10
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42730
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:24:39 +0000 (12:24 +0000)]
brcm63xx: Add DT support for 96348GW
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42729
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:24:34 +0000 (12:24 +0000)]
brcm63xx: Add DT support for 96345GW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42728
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:24:29 +0000 (12:24 +0000)]
brcm63xx: Add DT support for 963281TAN
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42727
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:24:14 +0000 (12:24 +0000)]
brcm63xx: fix brcm63xx fallback typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42726
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Thu, 2 Oct 2014 12:24:05 +0000 (12:24 +0000)]
brcm-wl: use new brcm63xx fallback sprom
This fixes brcm63xx fallback sprom extraction.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:19:37 +0000 (12:19 +0000)]
uqmi: set data format to 802.3 at startup
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42724
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:19:26 +0000 (12:19 +0000)]
uqmi: do not wait for network connection before starting dhcp
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42723
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:19:09 +0000 (12:19 +0000)]
uqmi: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42722
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:18:58 +0000 (12:18 +0000)]
uqmi: use the autoconnect feature
Instead of connecting once and saving the packet data handle, let the
firmware handle connecting/reconnecting automatically. This is more
reliable and reduces reliance on potentially stale data.
Use the global packet data handle to attempt to disable autoconnect
before restarting the connection. This ensures that the firmware will
take the new APN/auth settings.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42721
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:18:43 +0000 (12:18 +0000)]
uqmi: replace logger calls in netifd with echo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42720
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 2 Oct 2014 12:18:28 +0000 (12:18 +0000)]
uqmi: work out the ifname instead of relying on it being in uci
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42719
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Thu, 2 Oct 2014 12:05:58 +0000 (12:05 +0000)]
bcm53xx: early buttons support (without interrupts)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42718
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Thu, 2 Oct 2014 10:42:30 +0000 (10:42 +0000)]
bcm53xx: backport bcma RFC patch that fixes LEDs
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42717
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Thu, 2 Oct 2014 09:51:54 +0000 (09:51 +0000)]
bcm53xx: support devices with more (13+) partitions
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42716
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Thu, 2 Oct 2014 05:54:18 +0000 (05:54 +0000)]
bcm53xx: select LEDs support by default
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42715
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Wed, 1 Oct 2014 13:38:50 +0000 (13:38 +0000)]
bcm53xx: add BCM5301X patches sent upstream (bus and R6250 LEDs)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42711
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Wed, 1 Oct 2014 13:37:36 +0000 (13:37 +0000)]
kernel: update bcma to the tag master-2014-09-30 (wireless-next)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42710
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Wed, 1 Oct 2014 07:59:03 +0000 (07:59 +0000)]
bcm53xx: rename BCM5301X DTS patch to match upstream order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42708
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 30 Sep 2014 21:36:33 +0000 (21:36 +0000)]
binutils: fix build with gcc 4.9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42707
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 30 Sep 2014 21:36:28 +0000 (21:36 +0000)]
gcc: add 4.9-linaro based on the 2014.09 release
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42706
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 30 Sep 2014 21:36:17 +0000 (21:36 +0000)]
binutils: select linaro 2.24 version by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42705
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 30 Sep 2014 21:36:12 +0000 (21:36 +0000)]
binutils: update -linaro to 2.24.0-2014.09
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42704
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 30 Sep 2014 21:36:04 +0000 (21:36 +0000)]
ath9k: add a fix for dynack
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42703
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 29 Sep 2014 18:51:25 +0000 (18:51 +0000)]
ath9k: add back missing fixes from the last version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42701
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 29 Sep 2014 18:00:02 +0000 (18:00 +0000)]
GRE: Tos support
Tos support is added as a generic grev4/grev6 parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42700
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 29 Sep 2014 17:59:50 +0000 (17:59 +0000)]
netifd: add support for promisc and GRE tos option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42699
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 29 Sep 2014 08:35:18 +0000 (08:35 +0000)]
nftables: bump for bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42698
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 29 Sep 2014 08:31:31 +0000 (08:31 +0000)]
libnftnl: bump for bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42697
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 29 Sep 2014 05:24:32 +0000 (05:24 +0000)]
netfilter: unbreak kmod-ipt-nat for <3.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42696
3c298f89-4303-0410-b956-
a3cf2f4a3e73
wigyori [Sun, 28 Sep 2014 23:21:59 +0000 (23:21 +0000)]
sunxi: add profile for Olimex A13 SOM
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42693
3c298f89-4303-0410-b956-
a3cf2f4a3e73