[OpenWrt-Devel] [PATCH] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 40b08c0..874ff9f 100644 ---

[OpenWrt-Devel] [PATCH v2] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- v2: fix TITLE c/p error package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 40b08c0..debb292 100644

Re: [OpenWrt-Devel] [PATCH v2] mac80211: add mt7601u driver

2015-08-16 Thread Hauke Mehrtens
On 08/16/2015 09:54 AM, Dirk Neukirchen wrote: Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- v2: fix TITLE c/p error package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) Doesn't this need some firmware? I see that this driver

[OpenWrt-Devel] [PATCH v3] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
firmware is not available in linux-firmware yet so use official driver source Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- v2: fix TITLE c/p error v3: add missing firmware package/kernel/mac80211/Makefile | 34 +- 1 file changed, 33 insertions(+), 1

[OpenWrt-Devel] [PATCH] [libubox] ulog: check if /dev/kmsg is special file

2015-08-16 Thread Sergiy Kibrik
Race is possible in ulog_kmsg: if no /dev/kmsg exists (e.g. while /dev gets re-mounted) regular file created instead. From this point system goes without kernel logger: special character file can't be created anymore, all clients keep overwriting single message in regular file. To avoid this we

Re: [OpenWrt-Devel] [PATCH 1/1] [buildroot] Fix for liblzma breaks redhat-like systems

2015-08-16 Thread John Crispin
On 15/08/2015 16:37, Hauke Mehrtens wrote: On 08/09/2015 05:50 AM, Daniel Dickinson wrote: On RedHat/Fedora and derivatives we must use the system liblzma from xz-devel because the liblzma in tools/xz breaks these systems due to system tools (which use liblzma) having missing symbols when

Re: [OpenWrt-Devel] [PATCH 1/1] [buildroot] Fix for liblzma breaks redhat-like systems

2015-08-16 Thread Daniel Dickinson
I'll be doing a build shortly. I haven't had much time this weekend, so hopefully I'll have an answer before the busy week starts. Regards, Daniel On 2015-08-16 11:44 AM, John Crispin wrote: On 15/08/2015 16:37, Hauke Mehrtens wrote: On 08/09/2015 05:50 AM, Daniel Dickinson wrote: On

[OpenWrt-Devel] [PATCH] enable strong SSP / Stackprotector on gcc5

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- config/Config-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index f2d292e..e2defaa 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -232,7