Re: [OpenWrt-Devel] [PATCH] package/config/netifd: Replace ifconfig/route with ip command

2016-01-30 Thread Daniel Dickinson
On 30/01/16 02:39 AM, Felix Fietkau wrote: On 2016-01-30 05:55, Daniel Dickinson wrote: It worked with a /24 subnet but that might be because of defaults. I do not currently have test bed for testing other configurations. I plan on setting that up once I'm back from travelling. Please avoid

[OpenWrt-Devel] [PATCH] Patches to fix kernel panic in Yuncore XD3200 initial commit.

2016-01-30 Thread Jeff Wischkaemper
Signed-off-by: Jeff Wischkaemper --- .../ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata |2 +- target/linux/ar71xx/base-files/lib/ar71xx.sh |2 +- target/linux/ar71xx/base-files/lib/upgrade/platform.sh |2 +- target/linux/ar71xx/files/arch/mips/at

[OpenWrt-Devel] [PATCH] Add support for Yuncore XD3200 AP

2016-01-30 Thread Jeff Wischkaemper
From: Jeff Signed-off-by: Jeff --- .../etc/hotplug.d/firmware/11-ath10k-caldata |4 + target/linux/ar71xx/base-files/lib/ar71xx.sh |3 + .../ar71xx/base-files/lib/upgrade/platform.sh |1 + target/linux/ar71xx/config-4.1 | 33 - .../ar71xx/f

Re: [OpenWrt-Devel] [PATCH RFC 2/2] modules/netsupport: Add MPLS support / size

2016-01-30 Thread Felix Fietkau
On 2016-01-31 01:14, Andre Valentin wrote: > Hi! > > Am 30.01.2016 um 23:20 schrieb Felix Fietkau: >> On 2016-01-30 23:14, André Valentin wrote: >>> Add needed modules for MPLS support. >>> >>> Signed-off-by: André Valentin >>> --- >>> package/kernel/linux/modules/netsupport.mk | 23

Re: [OpenWrt-Devel] [PATCH] vlandev: Add support for setting a unique MAC on a VLAN interface

2016-01-30 Thread Andre Valentin
Hi Felix, Am 29.01.2016 um 13:33 schrieb Felix Fietkau: > On 2016-01-29 13:15, André Valentin wrote: >> Hi Felix, >> >> thanks for the hint. Did you configure the MAC in the interface section? >> I suggest I had a wrongly created MAC on my first tries which resulted in >> kernel not accepting it.

Re: [OpenWrt-Devel] [PATCH RFC 1/2] config: add MPLS and LWTunnel support

2016-01-30 Thread Andre Valentin
Hi! Am 31.01.2016 um 00:42 schrieb Andre Valentin: > Hi Felix, > > thanks for taking a look. I had the problem that without this selection the > iproute2 "ip route" does not support the new route "encap" parameter. It seems > to detect the support in the kernel. Same is with GRE, also available f

Re: [OpenWrt-Devel] [PATCH RFC 2/2] modules/netsupport: Add MPLS support / size

2016-01-30 Thread Andre Valentin
Hi! Am 30.01.2016 um 23:20 schrieb Felix Fietkau: > On 2016-01-30 23:14, André Valentin wrote: >> Add needed modules for MPLS support. >> >> Signed-off-by: André Valentin >> --- >> package/kernel/linux/modules/netsupport.mk | 23 +++ >> 1 file changed, 23 insertions(+) >> >>

Re: [OpenWrt-Devel] [PATCH 1/2] linux/crypto: Add echainiv module provided by 4.4 kernels

2016-01-30 Thread Andre Valentin
Hi! This module add 4526 Bytes uncompressed. André ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] ar71xx with kernel 4.4 on WZR-HP-AG300H

2016-01-30 Thread Andre Valentin
Hi! I've got some problems with new 4.4 kernel on ar711 with my WZR-HP-AG300H. Please just take this as a notice, I know it's testing ;-) If you need more testing, I'm available. André Here's the log: console=ttyS0,115200 root=31:03 rootfstype=jffs2 init=/sbin/init mtdparts=ar7100-nor0:256k(u-

Re: [OpenWrt-Devel] [PATCH RFC 1/2] config: add MPLS and LWTunnel support

2016-01-30 Thread Andre Valentin
Hi Felix, thanks for taking a look. I had the problem that without this selection the iproute2 "ip route" does not support the new route "encap" parameter. It seems to detect the support in the kernel. Same is with GRE, also available for LWTUNNEL, but it is now missing in iproute2. GRE is build

Re: [OpenWrt-Devel] [PATCH RFC 2/2] modules/netsupport: Add MPLS support

2016-01-30 Thread Felix Fietkau
On 2016-01-30 23:14, André Valentin wrote: > Add needed modules for MPLS support. > > Signed-off-by: André Valentin > --- > package/kernel/linux/modules/netsupport.mk | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/package/kernel/linux/modules/netsupport.mk >

Re: [OpenWrt-Devel] [PATCH RFC 1/2] config: add MPLS and LWTunnel support

2016-01-30 Thread Felix Fietkau
On 2016-01-30 23:14, André Valentin wrote: > Add support for MPLS and Lighweight tunnel to openwrt kernel config. > > Signed-off-by: André Valentin > --- > config/Config-kernel.in | 8 > 1 file changed, 8 insertions(+) > > diff --git a/config/Config-kernel.in b/config/Config-kernel.in

[OpenWrt-Devel] [PATCH 2/2] linux/net: Add dependency for crypto echainiv module on 4.4

2016-01-30 Thread André Valentin
This dependency is needed to be able to create ipsec xfrm states. Signed-off-by: André Valentin --- package/kernel/linux/modules/netsupport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport

[OpenWrt-Devel] [PATCH 1/2] linux/crypto: Add echainiv module provided by 4.4 kernels

2016-01-30 Thread André Valentin
This module is needed for IPsec ESP support, i.e.. Signed-off-by: André Valentin --- package/kernel/linux/modules/crypto.mk | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 1522da0..e8e6902 10

[OpenWrt-Devel] [PATCH RFC 2/2] modules/netsupport: Add MPLS support

2016-01-30 Thread André Valentin
Add needed modules for MPLS support. Signed-off-by: André Valentin --- package/kernel/linux/modules/netsupport.mk | 23 +++ 1 file changed, 23 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 446996e..0

[OpenWrt-Devel] [PATCH RFC 1/2] config: add MPLS and LWTunnel support

2016-01-30 Thread André Valentin
Add support for MPLS and Lighweight tunnel to openwrt kernel config. Signed-off-by: André Valentin --- config/Config-kernel.in | 8 1 file changed, 8 insertions(+) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index c93bbde..0bc1687 100644 --- a/config/Config-kernel.in

[OpenWrt-Devel] [PATCH] iproute2: Update to version 4.4

2016-01-30 Thread André Valentin
Update iproute2 to latest version 4.4 with full MPLS support. Signed-off-by: André Valentin --- package/network/utils/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index

Re: [OpenWrt-Devel] [PATCH 3/8] ath9k: show platform MAC address in kernel log if set

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:36: > From: Michal Cieslakiewicz > > Add information in kernel log during module startup if MAC address > of WLAN device is overridden by platform-supplied one. > > Signed-off-by: Michal Cieslakiewicz Acked-by:

Re: [OpenWrt-Devel] [PATCH 2/8] ath9k: set default state for platform LEDs

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:34: > From: Michal Cieslakiewicz > > Support default state for platform LEDs connected to ath9k device. > Now LEDs are correctly set on or off at ath9k module initialization. > > Signed-off-by: Michal Cieslakiewi

Re: [OpenWrt-Devel] [PATCH 8/8] ath79: all LEDs and buttons for Netgear WNR2000v3

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:44: > From: Michal Cieslakiewicz > > This patch provides full GPIO support for WNR2000v3 (LEDs and buttons). > It exposes all LEDs to operating system, including Ethernet ones. > > Signed-off-by: Michal Cieslakie

Re: [OpenWrt-Devel] [PATCH 7/8] ath79: fix for random WLAN MAC for WNR2000v3

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:41: > From: Michal Cieslakiewicz > > Fix for invalid/random WLAN MAC address in WNR2000v3. Permanent platform MAC > is calculated and assigned during system startup. WLAN MAC follows wired > Ethernet interface add

Re: [OpenWrt-Devel] [PATCH 6/8] package: exclude USB modules from WNR2000v3 image

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:40: > From: Michal Cieslakiewicz > > Netgear WNR2000v3 has no USB port yet default system image > includes USB kernel modules. This patch fixes that. > > Signed-off-by: Michal Cieslakiewicz Acked-by: Hartmut Kna

Re: [OpenWrt-Devel] [PATCHv3 5/8] ath9k: enable GPIO buttons

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 28.01.2016 um 23:32: > From: Michal Cieslakiewicz > > Enable platform-defined GPIO button support for ath9k device. Key poller > is activated for attached platform buttons. Requires ath9k GPIO chip access. > > Signed-off-by: Mich

Re: [OpenWrt-Devel] [PATCHv2 4/8] ath9k: enable access to GPIO

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 20:29: > From: Michal Cieslakiewicz > > Enable access to GPIO chip and its pins for Atheros AR92xx > wireless devices. For now AR9285 and AR9287 are supported. > > Signed-off-by: Michal Cieslakiewicz Acked-by: Hart

Re: [OpenWrt-Devel] [PATCH 1/8] ath9k: enable platform WLAN LED name

2016-01-30 Thread Hartmut Knaack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michal schrieb am 27.01.2016 um 01:33: > From: Michal Cieslakiewicz > > Enable platform-supplied WLAN LED name for ath9k device. > > Signed-off-by: Michal Cieslakiewicz Acked-by: Hartmut Knaack > --- Looking good overall. I also used this patch

[OpenWrt-Devel] [CC 15.05] [PATCH] malta: add harddisk support

2016-01-30 Thread Vincent Fortier
Is it possible to backport commit r46269 (3c298f89-4303-0410-b956-a3cf2f4a3e73) to CC 15.05 in order to provide harddisk support. Backporting tested (info available at: https://forum.openwrt.org/viewtopic.php?id=62389). Thnx in advance! Here is the original patch from trunk: >From 76bfcd46bd55

[OpenWrt-Devel] [CC 15.05] [PATCH] Backport - malta: add harddisk support

2016-01-30 Thread Vincent Fortier
Is it possible to backport commit r46269 (3c298f89-4303-0410-b956-a3cf2f4a3e73) to CC 15.05 in order to provide harddisk support. Backporting tested (info available at: https://forum.openwrt.org/viewtopic.php?id=62389). Thnx in advance! Here is the original patch from trunk: >From 76bfcd46bd55

[OpenWrt-Devel] [PATCH] Added support for TL-WA801NDv3

2016-01-30 Thread Tiziano Bacocco
Signed-off-by: Tiziano Bacocco --- .../linux/ar71xx/base-files/etc/board.d/02_network | 3 +- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + target/linux/ar71xx/config-4.1 | 1 + .../ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 9 +- target/linux/ar71xx/

Re: [OpenWrt-Devel] [PATCH] package/config/netifd: Replace ifconfig/route with ip command

2016-01-30 Thread Felix Fietkau
On 2016-01-30 05:55, Daniel Dickinson wrote: > It worked with a /24 subnet but that might be because of defaults. I do > not currently have test bed for testing other configurations. > > I plan on setting that up once I'm back from travelling. Please avoid top posting, it is a rather inconvenie