openwrt/staging/chunkeey.git
9 years ago6rd: Tos support
Steven Barth [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>
SVN-Revision: 42747

9 years agoIPIP: IP in IP package support
Steven Barth [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>
SVN-Revision: 42746

9 years agonetifd: fix an error message during network shutdown
Steven Barth [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>
SVN-Revision: 42745

9 years agonetifd: add IPIP tunnel support (thx Hans Dedecker)
Steven Barth [Thu, 2 Oct 2014 19:37:17 +0000 (19:37 +0000)]
netifd: add IPIP tunnel support (thx Hans Dedecker)

SVN-Revision: 42744

9 years agobcm53xx: early support for Netgear R6300 V2
Rafał Miłecki [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>
SVN-Revision: 42743

9 years agomap: fix portsets starting with 0 and use regular NAT for 1:1 MAP
Steven Barth [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>
SVN-Revision: 42741

9 years agobrcm63xx: update spw500v sprom to values from gpl tarball
Jonas Gorski [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>
SVN-Revision: 42740

9 years agobrcm63xx: reorder some patches according to their upstream state
Jonas Gorski [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>
SVN-Revision: 42739

9 years agobrcm63xx: Add DT support for 96368MVWG
Jonas Gorski [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>
SVN-Revision: 42738

9 years agobrcm63xx: Add DT support for 96368MVNgr
Jonas Gorski [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>
SVN-Revision: 42737

9 years agobrcm63xx: Add DT support for 96358VW2
Jonas Gorski [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>
SVN-Revision: 42736

9 years agobrcm63xx: Add DT support for 96358VW
Jonas Gorski [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>
SVN-Revision: 42735

9 years agobrcm63xx: Add DT support for 96338W
Jonas Gorski [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>
SVN-Revision: 42734

9 years agobrcm63xx: Add DT support for 96338GW
Jonas Gorski [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>
SVN-Revision: 42733

9 years agobrcm63xx: Add DT support for 96348R
Jonas Gorski [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>
SVN-Revision: 42732

9 years agobrcm63xx: Add DT support for 96348GW-11
Jonas Gorski [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>
SVN-Revision: 42731

9 years agobrcm63xx: Add DT support for 96348GW-10
Jonas Gorski [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>
SVN-Revision: 42730

9 years agobrcm63xx: Add DT support for 96348GW
Jonas Gorski [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>
SVN-Revision: 42729

9 years agobrcm63xx: Add DT support for 96345GW2
Jonas Gorski [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>
SVN-Revision: 42728

9 years agobrcm63xx: Add DT support for 963281TAN
Jonas Gorski [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>
SVN-Revision: 42727

9 years agobrcm63xx: fix brcm63xx fallback typo
Jonas Gorski [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>
SVN-Revision: 42726

9 years agobrcm-wl: use new brcm63xx fallback sprom
Jonas Gorski [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>
SVN-Revision: 42725

9 years agouqmi: set data format to 802.3 at startup
Felix Fietkau [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>
SVN-Revision: 42724

9 years agouqmi: do not wait for network connection before starting dhcp
Felix Fietkau [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>
SVN-Revision: 42723

9 years agouqmi: update to the latest version
Felix Fietkau [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>
SVN-Revision: 42722

9 years agouqmi: use the autoconnect feature
Felix Fietkau [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>
SVN-Revision: 42721

9 years agouqmi: replace logger calls in netifd with echo
Felix Fietkau [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>
SVN-Revision: 42720

9 years agouqmi: work out the ifname instead of relying on it being in uci
Felix Fietkau [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>
SVN-Revision: 42719

9 years agobcm53xx: early buttons support (without interrupts)
Rafał Miłecki [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>
SVN-Revision: 42718

9 years agobcm53xx: backport bcma RFC patch that fixes LEDs
Rafał Miłecki [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>
SVN-Revision: 42717

9 years agobcm53xx: support devices with more (13+) partitions
Rafał Miłecki [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>
SVN-Revision: 42716

9 years agobcm53xx: select LEDs support by default
Rafał Miłecki [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>
SVN-Revision: 42715

9 years agobcm53xx: add BCM5301X patches sent upstream (bus and R6250 LEDs)
Rafał Miłecki [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>
SVN-Revision: 42711

9 years agokernel: update bcma to the tag master-2014-09-30 (wireless-next)
Rafał Miłecki [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>
SVN-Revision: 42710

9 years agobcm53xx: rename BCM5301X DTS patch to match upstream order
Rafał Miłecki [Wed, 1 Oct 2014 07:59:03 +0000 (07:59 +0000)]
bcm53xx: rename BCM5301X DTS patch to match upstream order

SVN-Revision: 42708

9 years agobinutils: fix build with gcc 4.9
Felix Fietkau [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>
SVN-Revision: 42707

9 years agogcc: add 4.9-linaro based on the 2014.09 release
Felix Fietkau [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>
SVN-Revision: 42706

9 years agobinutils: select linaro 2.24 version by default
Felix Fietkau [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>
SVN-Revision: 42705

9 years agobinutils: update -linaro to 2.24.0-2014.09
Felix Fietkau [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>
SVN-Revision: 42704

9 years agoath9k: add a fix for dynack
Felix Fietkau [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>
SVN-Revision: 42703

9 years agoath9k: add back missing fixes from the last version
Felix Fietkau [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>
SVN-Revision: 42701

9 years agoGRE: Tos support
Steven Barth [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>
SVN-Revision: 42700

9 years agonetifd: add support for promisc and GRE tos option
Steven Barth [Mon, 29 Sep 2014 17:59:50 +0000 (17:59 +0000)]
netifd: add support for promisc and GRE tos option

SVN-Revision: 42699

9 years agonftables: bump for bugfixes
Steven Barth [Mon, 29 Sep 2014 08:35:18 +0000 (08:35 +0000)]
nftables: bump for bugfixes

SVN-Revision: 42698

9 years agolibnftnl: bump for bugfixes
Steven Barth [Mon, 29 Sep 2014 08:31:31 +0000 (08:31 +0000)]
libnftnl: bump for bugfixes

SVN-Revision: 42697

9 years agonetfilter: unbreak kmod-ipt-nat for <3.7
Steven Barth [Mon, 29 Sep 2014 05:24:32 +0000 (05:24 +0000)]
netfilter: unbreak kmod-ipt-nat for <3.7

SVN-Revision: 42696

9 years agosunxi: add profile for Olimex A13 SOM
Zoltan Herpai [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>
SVN-Revision: 42693

9 years agouboot-sunxi: add support for Olimex A13 SOM
Zoltan Herpai [Sun, 28 Sep 2014 23:20:36 +0000 (23:20 +0000)]
uboot-sunxi: add support for Olimex A13 SOM

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42692

9 years agouboot-sunxi: add patch to fix gmac reliability issue on bananapi
Zoltan Herpai [Sun, 28 Sep 2014 20:39:04 +0000 (20:39 +0000)]
uboot-sunxi: add patch to fix gmac reliability issue on bananapi

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42691

9 years agobcm53xx: activate some workarounds for errors in the Cortex-A9
Hauke Mehrtens [Sun, 28 Sep 2014 18:03:33 +0000 (18:03 +0000)]
bcm53xx: activate some workarounds for errors in the Cortex-A9

BCM4708 uses a Cortex-A9 rev r3p0 and a L2C-310 rev r3p2.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42690

9 years agoiw: add support for dynamic distance selection (supported by ath9k now)
Felix Fietkau [Sat, 27 Sep 2014 21:19:27 +0000 (21:19 +0000)]
iw: add support for dynamic distance selection (supported by ath9k now)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42689

9 years agoiw: sync nl80211.h
Felix Fietkau [Sat, 27 Sep 2014 21:19:18 +0000 (21:19 +0000)]
iw: sync nl80211.h

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42688

9 years agoar71xx: revert accidental kernel upgrade
Felix Fietkau [Sat, 27 Sep 2014 20:54:12 +0000 (20:54 +0000)]
ar71xx: revert accidental kernel upgrade

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42687

9 years agoath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
Felix Fietkau [Sat, 27 Sep 2014 20:52:11 +0000 (20:52 +0000)]
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686

9 years agoar71xx: add wmac callback for reading soc revision on ar934x
Felix Fietkau [Sat, 27 Sep 2014 20:52:05 +0000 (20:52 +0000)]
ar71xx: add wmac callback for reading soc revision on ar934x

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42685

9 years agoar71xx: refresh 3.14 kernel patches
Felix Fietkau [Sat, 27 Sep 2014 20:51:49 +0000 (20:51 +0000)]
ar71xx: refresh 3.14 kernel patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42684

9 years agomac80211: update to wireless-testing 2014-09-26
Felix Fietkau [Sat, 27 Sep 2014 20:51:43 +0000 (20:51 +0000)]
mac80211: update to wireless-testing 2014-09-26

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683

9 years agobrcm2708: switch to 3.14
Florian Fainelli [Sat, 27 Sep 2014 19:11:55 +0000 (19:11 +0000)]
brcm2708: switch to 3.14

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42681

9 years agobrcm2708: add 3.14 support
Florian Fainelli [Sat, 27 Sep 2014 19:11:37 +0000 (19:11 +0000)]
brcm2708: add 3.14 support

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42680

9 years agokernel: add missing CONFIG_BACKLIGHT_GPIO to 3.14
Florian Fainelli [Sat, 27 Sep 2014 19:11:06 +0000 (19:11 +0000)]
kernel: add missing CONFIG_BACKLIGHT_GPIO to 3.14

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42679

9 years agobrcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
Florian Fainelli [Sat, 27 Sep 2014 19:10:51 +0000 (19:10 +0000)]
brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014

Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y
against linux-stable/v3.10.49.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42678

9 years agobrcm2708-gpu-fw: update to Sep. 27 2014 snapshot
Florian Fainelli [Sat, 27 Sep 2014 17:42:15 +0000 (17:42 +0000)]
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot

Update the brcm2708-gpu-fw package to commit
e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42676

9 years agoodhcp6c: work around weird ISP RS behaviour
Steven Barth [Sat, 27 Sep 2014 16:57:47 +0000 (16:57 +0000)]
odhcp6c: work around weird ISP RS behaviour

SVN-Revision: 42674

9 years agokernel: merge two mtdpart.c patches
Rafał Miłecki [Sat, 27 Sep 2014 09:44:24 +0000 (09:44 +0000)]
kernel: merge two mtdpart.c patches

It does not make sense to add some code and remove is 4 patches later.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42673

9 years agokernel: update bcma to the tag master-2014-09-26 (wireless-next)
Rafał Miłecki [Sat, 27 Sep 2014 07:49:48 +0000 (07:49 +0000)]
kernel: update bcma to the tag master-2014-09-26 (wireless-next)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42672

9 years agocomgt: fix directip auth type
Felix Fietkau [Fri, 26 Sep 2014 15:55:45 +0000 (15:55 +0000)]
comgt: fix directip auth type

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42671

9 years agocomgt: fireup a dhcpv6-client for directip as well
Steven Barth [Fri, 26 Sep 2014 13:58:40 +0000 (13:58 +0000)]
comgt: fireup a dhcpv6-client for directip as well

SVN-Revision: 42670

9 years agocomgt: in directip, derive the wwan ifname automatically instead of specifying it...
Felix Fietkau [Fri, 26 Sep 2014 13:44:21 +0000 (13:44 +0000)]
comgt: in directip, derive the wwan ifname automatically instead of specifying it in the config

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42669

9 years agodnsmasq: bump to 2.72
Steven Barth [Fri, 26 Sep 2014 08:57:36 +0000 (08:57 +0000)]
dnsmasq: bump to 2.72

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42668

9 years agorealview: add protocol argument to ucidef_set_interface_raw
Florian Fainelli [Thu, 25 Sep 2014 19:09:17 +0000 (19:09 +0000)]
realview: add protocol argument to ucidef_set_interface_raw

Now that ucidef_set_interface_raw() has been updated to take a protocol
argument, use that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42666

9 years agobase-files: add a protocol argument to ucidef_set_interface_raw
Florian Fainelli [Thu, 25 Sep 2014 19:08:56 +0000 (19:08 +0000)]
base-files: add a protocol argument to ucidef_set_interface_raw

Add a third argument to ucidef_set_interface_raw, which is specifying
the protocol.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42665

9 years agoodhcpd: fix segfault when parsing domain options in UCI
Steven Barth [Thu, 25 Sep 2014 11:53:12 +0000 (11:53 +0000)]
odhcpd: fix segfault when parsing domain options in UCI

SVN-Revision: 42663

9 years agocurl: only set ca path for openssl
Felix Fietkau [Thu, 25 Sep 2014 10:51:56 +0000 (10:51 +0000)]
curl: only set ca path for openssl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42662

9 years agocurl: use the system certificates
Felix Fietkau [Thu, 25 Sep 2014 10:37:06 +0000 (10:37 +0000)]
curl: use the system certificates

Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 42661

9 years agoca-certificates: create symbolic link for certificate hashes
Felix Fietkau [Thu, 25 Sep 2014 07:38:02 +0000 (07:38 +0000)]
ca-certificates: create symbolic link for certificate hashes

Implementing "add-cert.sh" functionality described at
http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile
otherwise you need to create symbolic links for certificate hashes
yourself.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 42660

9 years agobcm53xx: add a patch that fixes booting problems
Rafał Miłecki [Wed, 24 Sep 2014 21:08:17 +0000 (21:08 +0000)]
bcm53xx: add a patch that fixes booting problems

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42659

9 years agocomgt: initialize ifname for directip
Felix Fietkau [Wed, 24 Sep 2014 17:04:20 +0000 (17:04 +0000)]
comgt: initialize ifname for directip

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42658

9 years agocomgt: add no_device=1 for directip proto
Felix Fietkau [Wed, 24 Sep 2014 08:07:45 +0000 (08:07 +0000)]
comgt: add no_device=1 for directip proto

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42657

9 years agocomgt: fix misplaced : in directip setup script
Felix Fietkau [Wed, 24 Sep 2014 08:07:40 +0000 (08:07 +0000)]
comgt: fix misplaced : in directip setup script

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42656

9 years agoustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies...
Felix Fietkau [Tue, 23 Sep 2014 10:41:24 +0000 (10:41 +0000)]
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42655

9 years agobuild: allow packages with build variants to explicitly select a default variant
Felix Fietkau [Tue, 23 Sep 2014 10:41:15 +0000 (10:41 +0000)]
build: allow packages with build variants to explicitly select a default variant

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42654

9 years agoar71xx: ar8216: tagged+untagged on ar8327 (#12181)
Felix Fietkau [Tue, 23 Sep 2014 10:19:58 +0000 (10:19 +0000)]
ar71xx: ar8216: tagged+untagged on ar8327 (#12181)

This allows tagged and untagged traffic together on the same port on ar8327
switch devices.

I looked at the first attempt to do this in r40777 (ar71xx: Fix tagged+untagged
operation on AR8327N (#12181)). I also set the vlan and port egress policies
like that change. But I change vlan_tagged in an less intrusive way. The
tagged/untagged decision is now based on the following rules:
- if vid != pvid then traffic is always tagged
- if vid == pvid then vlan_tagged stores if the traffic should be tagged

Tested on TP-Link WDR-3600 (ar8327N).

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
SVN-Revision: 42653

9 years agoar71xx: ar8216: move policies, pvid to setup_port
Felix Fietkau [Tue, 23 Sep 2014 10:18:38 +0000 (10:18 +0000)]
ar71xx: ar8216: move policies, pvid to setup_port

This moves ingress, egress policy and pvid decisions to setup_port methods.
They arenow device type dependent.

This allows policy changes on only one device type which is needed to allow
tagged + untagged operation on ar8327.

Tested on TP-LINK WDR-3600 (ar8327N).

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
SVN-Revision: 42652

9 years agomxs: remove 3.13
Zoltan Herpai [Tue, 23 Sep 2014 06:42:29 +0000 (06:42 +0000)]
mxs: remove 3.13

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42651

9 years agomxs: disable mmc debugging
Zoltan Herpai [Tue, 23 Sep 2014 06:38:58 +0000 (06:38 +0000)]
mxs: disable mmc debugging

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42650

9 years agobcm53xx: image: use IMG_PREFIX for chk images
Rafał Miłecki [Mon, 22 Sep 2014 18:11:09 +0000 (18:11 +0000)]
bcm53xx: image: use IMG_PREFIX for chk images

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42649

9 years agodnsmasq: fix lockup when interfaces disappear
Steven Barth [Mon, 22 Sep 2014 12:07:20 +0000 (12:07 +0000)]
dnsmasq: fix lockup when interfaces disappear

SVN-Revision: 42648

9 years agobcm53xx: image: make filesystem a suffix for TRX files
Rafał Miłecki [Mon, 22 Sep 2014 09:16:20 +0000 (09:16 +0000)]
bcm53xx: image: make filesystem a suffix for TRX files

This makes TRX files more /compatible/ with firmware files (e.g. CHK).
This will allow us to put some TRX files in BIN_DIR if we need to.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42646

9 years agobcm53xx: image: document arguments of various functions
Rafał Miłecki [Mon, 22 Sep 2014 08:37:18 +0000 (08:37 +0000)]
bcm53xx: image: document arguments of various functions

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42645

9 years agobcm53xx: image: rework Makefile and merge some functions
Rafał Miłecki [Mon, 22 Sep 2014 08:04:26 +0000 (08:04 +0000)]
bcm53xx: image: rework Makefile and merge some functions

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42644

9 years agosunxi: enable GPIO_SYSFS
Zoltan Herpai [Mon, 22 Sep 2014 06:15:45 +0000 (06:15 +0000)]
sunxi: enable GPIO_SYSFS

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42643

9 years agobcm53xx: activate vfpv3 support
Hauke Mehrtens [Sun, 21 Sep 2014 21:58:29 +0000 (21:58 +0000)]
bcm53xx: activate vfpv3 support

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42642

9 years agobcm53xx: add nand flash driver
Hauke Mehrtens [Sun, 21 Sep 2014 21:58:02 +0000 (21:58 +0000)]
bcm53xx: add nand flash driver

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42641

9 years agobcm53xx: update patches adding bcma support
Hauke Mehrtens [Sun, 21 Sep 2014 21:57:17 +0000 (21:57 +0000)]
bcm53xx: update patches adding bcma support

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42640

9 years agobcm53xx: add fixtrx
Hauke Mehrtens [Sun, 21 Sep 2014 21:56:31 +0000 (21:56 +0000)]
bcm53xx: add fixtrx

Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42639

9 years agobcm53xx: add support for GPIOs
Rafał Miłecki [Sun, 21 Sep 2014 21:18:30 +0000 (21:18 +0000)]
bcm53xx: add support for GPIOs

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42638

9 years agobcm53xx: rename console fixing patch
Rafał Miłecki [Sun, 21 Sep 2014 21:02:38 +0000 (21:02 +0000)]
bcm53xx: rename console fixing patch

This squeezes BCM5301X patches.

SVN-Revision: 42637

9 years agosunxi: add AXP209 to pcDuino3
Zoltan Herpai [Sun, 21 Sep 2014 20:31:18 +0000 (20:31 +0000)]
sunxi: add AXP209 to pcDuino3

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42636

9 years agosunxi: enable AXP209 on BananaPi as well
Zoltan Herpai [Sun, 21 Sep 2014 17:46:50 +0000 (17:46 +0000)]
sunxi: enable AXP209 on BananaPi as well

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42635

9 years agosunxi: enable AXP209 regulator
Zoltan Herpai [Sun, 21 Sep 2014 17:45:20 +0000 (17:45 +0000)]
sunxi: enable AXP209 regulator

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42634