[LEDE-DEV] [PATCH] package/kernel: conistent wireless.wiki.kernel.org

2017-04-05 Thread Matthias Fritzsche
Change all the URLs to wireless.wiki.kernel.org to have the same protocol, domain and path. Signed-off-by: Matthias Fritzsche --- package/kernel/mac80211/Makefile | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-04-05 Thread Matthias Fritzsche
changes the image version from hardcoded OpenWrt to $VERSION_DIST. AirOS shows a notification with the image version during a firmware upgrade. fixes #582 Signed-off-by: Matthias Fritzsche --- target/linux/ar71xx/image/ubnt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [LEDE-DEV] [PATCH] ar71xx: add Engenius ENH200EXT support

2017-04-05 Thread Paul Oranje
Hello, I’m wondering how to make LEDE build automatically an initramfs image (for use with u-boot tftp recovery boot), when the ENH200EXT is selected as the target device. By setting "CONFIG_TARGET_ROOTFS_INITRAMFS=y" a working image is build that can be tftp-booted alright, but I would prefer

Re: [LEDE-DEV] Using stable wireless/kernel but trunk userspace/kernel

2017-04-05 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Tuesday, April 4, 2017

Re: [LEDE-DEV] Using stable wireless/kernel but trunk userspace/kernel

2017-04-05 Thread Felix Fietkau
On 2017-04-05 02:14, Daniel Dickinson wrote: > Hi all, > > I'm wondering if there is an easy way to use trunk userspace with the stable > release's wireless (and if necessary the rest of the kernel). The reason I > ask ask is that at this time my primary concern with doing dog-fooding with >

Re: [LEDE-DEV] Using stable wireless/kernel but trunk userspace/kernel

2017-04-05 Thread Felix Fietkau
On 2017-04-05 07:59, Felix Fietkau wrote: > On 2017-04-05 02:14, Daniel Dickinson wrote: >> Hi all, >> >> I'm wondering if there is an easy way to use trunk userspace with the stable >> release's wireless (and if necessary the rest of the kernel). The reason I >> ask ask is that at this time my

[LEDE-DEV] [PATCH] ramips: add support for AsiaRF AWM688

2017-04-05 Thread Russell Senior
Add initial support for an mtk7688 board from Asia RF. It boots, flashes and runs. Signed-off-by: Russell Senior --- diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 3216b300c1..9327bcbcf4 100644 ---