[LEDE-DEV] issue in mac80211.sh

2017-10-07 Thread e9hack
Hi, for my own modifications, I need an unique file name for some wlan interfaces in hostapd_set_bss_options() from hostapd.sh. Usually this function shall get the virtual interface name as the 3rd parameter, but this function is called with too less parameters in mac80211_hostapd_setup_bss() fr

[LEDE-DEV] Compile issue with e2fsprogs due to libblkid dependency

2017-10-07 Thread Jesper Dangaard Brouer
In latest LEDE/source git tree (at commit b9c31c44d71) the package 'e2fsprogs' have seems to have compile issues (package/utils/e2fsprogs/). Compiling package separate:: make package/e2fsprogs/compile V=s [...] Package e2fsprogs is missing dependencies for the following libraries: libblkid.so

[LEDE-DEV] Kernel version in next major release

2017-10-07 Thread Hauke Mehrtens
We had some discussions in IRC about the kernel version which should be used in the next major release after 17.01. Probably we would target a release in January 2018, but you know our track record of hitting such plans. ;-) We came up with these options: 1. Release with kernel 4.9 only Most t

Re: [LEDE-DEV] Kernel version in next major release

2017-10-07 Thread Jo-Philipp Wich
Hi Hauke, I prefer option 3 as well. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Kernel version in next major release

2017-10-07 Thread Mauro Mozzarelli
I would go for option 1 There is little to gain from the new kernel and lots to risk in terms of time, compatibility, additional work. On 07/10/17 12:43, Hauke Mehrtens wrote: We had some discussions in IRC about the kernel version which should be used in the next major release after 17.01.

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-07 Thread Lucian Cristian
On 02.10.2017 22:18, Hauke Mehrtens wrote: For the next major LEDE release after 17.01 all targets should be on kernel 4.9, otherwise they will most likely not be included in the release. The following targets are on kernel 4.9 and are fine: * apm821xx * arc770 * archs38 * armvirt * ath25 * bcm5

[LEDE-DEV] [PATCH] ar71xx: Fix NULL pointer dereferece in at803x_link_change_notify()

2017-10-07 Thread Andrey Jr. Melnikov
Check pdata pointer before use to avoid OOPS if dev_get_platdata() return NULL. Signed-off-by: "Andrey Jr. Melnikov" --- diff --git a/target/linux/ar71xx/patches-4.4/902-at803x-add-reset-gpio-pdata.patch b/target/linux/ar71xx/patches-4.4/902-at803x-add-reset-gpio-pdata.patch index 2244f882e7.

Re: [LEDE-DEV] using 464XLAT in LEDE (or OpenWRT)

2017-10-07 Thread Hans Dedecker
On Fri, Oct 6, 2017 at 9:25 PM, JORDI PALET MARTINEZ wrote: > Hi Hans, > > Sorry, missed confirming that it works perfectly. > > I just tested today with the recent LEDE 17.01.3, and it works perfectly as > well. Thanks for the feedback Hans > > Thanks a lot! > > Regards, > Jordi > > > -Mens

Re: [LEDE-DEV] [PATCH] ar71xx: Fix NULL pointer dereferece in at803x_link_change_notify()

2017-10-07 Thread John Crispin
Hi Andrey, merged Thanks ! next time please add [PATCH V2] and a short explanation what of what the difference between v1 and v2 is below the tear-line     John On 07/10/17 23:00, Andrey Jr. Melnikov wrote: Check pdata pointer before use to avoid OOPS if dev_get_platdata() return NULL. Sig

[LEDE-DEV] [PATCH 4/4] ar71xx: switch to kernel 4.9 by default

2017-10-07 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- target/linux/ar71xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 3f5bc67243..6d5b4c52b3 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile

[LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-07 Thread Hauke Mehrtens
This adds support for kernel 4.9. Please test this, I am lacking especially NAND devices. The most recent version of these patches can be found here: https://git.lede-project.org/?p=lede/hauke/staging.git;a=shortlog;h=refs/heads/ar71xx Hauke Mehrtens (4): ar71xx: Copy kernel 4.4 code for kernel

[LEDE-DEV] [PATCH 3/4] ar71xx: fix section mismatches

2017-10-07 Thread Hauke Mehrtens
Fix some section mismatches found with kernel 4.9. Signed-off-by: Hauke Mehrtens --- target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c25-v1.c | 2 +- target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c59-v1.c | 2 +- target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c | 2 +-

[LEDE-DEV] [PATCH 2/4] ar71xx: make the target compile with kernel 4.9

2017-10-07 Thread Hauke Mehrtens
This makes the ar71xx target compile with kernel 4.9. Signed-off-by: Hauke Mehrtens --- target/linux/ar71xx/config-4.9 | 24 +++-- .../linux/ar71xx/files/arch/mips/ath79/mach-c60.c | 56 ++ .../ar71xx/files/arch/mips/ath79/mach-rb2011.c | 58 +++ .../a

Re: [LEDE-DEV] Kernel version in next major release

2017-10-07 Thread David Lang
On Sat, 7 Oct 2017, Hauke Mehrtens wrote: * Port the generic patches what are the 'generic patches' and is there an effort to get them upstream so that they don't need to be ported in each release? * Make all the out of tree modules work with it is there any work being done to make these

[LEDE-DEV] ipset-dns - does anybody actually use this?

2017-10-07 Thread Jason A. Donenfeld
Hey, I'm upstream on the ipset-dns project: https://git.zx2c4.com/ipset-dns/about/ It's a part of a core LEDE repo: https://git.lede-project.org/?p=source.git;a=tree;f=package/network/services/ipset-dns Pretty soon after I wrote ipset-dns, I thought it was kind of a hassle, and so I rewrote the