Re: [OpenWrt-Devel] [PATCH RFC] broadcom-wl: use CCMP by default for WPA (version 1)

2014-12-02 Thread Rafał Miłecki
On 2 December 2014 at 23:48, Hauke Mehrtens wrote: > On 12/02/2014 08:39 PM, Rafał Miłecki wrote: >> It follows OpenWrt's global logic in netifd-wireless.sh. We should use >> CCMP unless TKIP was really requested. >> >> Signed-off-by: Rafał Miłecki >> --- >> package/kernel/broadcom-wl/files/lib/

Re: [OpenWrt-Devel] [PATCH] ZRAM: enhacements including /tmp on ZRAM for Barrier Breaker

2014-12-02 Thread Fernando Frediani
Hi all, It would be great if someone could port ZRAM to AA so it can be used on 16MB devices too. Despite the kernel version doesn't have it, it had several ports that work on that version. By the way. As BB has it natively (I suppose), has anyone used BB with ZRAM stably on 16MB devices (e.

Re: [OpenWrt-Devel] [PATCH RFC] broadcom-wl: use CCMP by default for WPA (version 1)

2014-12-02 Thread Hauke Mehrtens
On 12/02/2014 08:39 PM, Rafał Miłecki wrote: > It follows OpenWrt's global logic in netifd-wireless.sh. We should use > CCMP unless TKIP was really requested. > > Signed-off-by: Rafał Miłecki > --- > package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- > 1 file changed, 1 insertion(+),

[OpenWrt-Devel] [PATCH RFC] broadcom-wl: use CCMP by default for WPA (version 1)

2014-12-02 Thread Rafał Miłecki
It follows OpenWrt's global logic in netifd-wireless.sh. We should use CCMP unless TKIP was really requested. Signed-off-by: Rafał Miłecki --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/broadcom-wl/file

Re: [OpenWrt-Devel] [PATCH v2] kernel/modules: package xhci for kernel>=3.18

2014-12-02 Thread Felix Fietkau
On 2014-12-02 20:15, Daniel Golle wrote: > xhci-hcd was split into xhci-pci and xhci-platform since 3.18 > > Signed-off-by: Daniel Golle Applied in r43502, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.ope

[OpenWrt-Devel] [PATCH v2] kernel/modules: package xhci for kernel>=3.18

2014-12-02 Thread Daniel Golle
xhci-hcd was split into xhci-pci and xhci-platform since 3.18 Signed-off-by: Daniel Golle --- package/kernel/linux/modules/usb.mk | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 4cd3bf0..

Re: [OpenWrt-Devel] [PATCH] kernel/modules: package xhci for kernel>=3.18

2014-12-02 Thread Felix Fietkau
On 2014-12-02 14:45, Daniel Golle wrote: > xhci-hcd was split into xhci-pci and xhci-platform since 3.18 > > Signed-off-by: Daniel Golle > --- > package/kernel/linux/modules/usb.mk | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/package/kernel/linux/modules/usb.mk > b

[OpenWrt-Devel] [PATCH uqmi] Add --delete-message for deleting SMS messages

2014-12-02 Thread Sławomir Demeszko
Signed-off-by: Sławomir Demeszko --- commands-wms.c | 27 +++ commands-wms.h | 2 ++ 2 files changed, 29 insertions(+) diff --git a/commands-wms.c b/commands-wms.c index da4aeaf..5f159ce 100644 --- a/commands-wms.c +++ b/commands-wms.c @@ -253,6 +253,33 @@ static void wm

Re: [OpenWrt-Devel] [PATCH v3 1/4] kernel.mk: Refactor LINUX_KARCH affectation

2014-12-02 Thread Maxime Ripard
Hi Jonas, On Fri, Nov 28, 2014 at 10:19:28PM +0100, Jonas Gorski wrote: > On Fri, Nov 28, 2014 at 7:20 PM, Maxime Ripard > wrote: > > Switch to a dumber implementation that will be easier to maintain in the > > long > > run, with only if statements instead of having nested subst calls. > > > > S

Re: [OpenWrt-Devel] [PATCH 4/5] oxnas: switch CRC32 implementation to SLICEBY8

2014-12-02 Thread John Crispin
Hi On 02/12/2014 14:42, Daniel Golle wrote: > similar to what was observed on kirkwood this significantly accelerates > btrfs write operations. > can we put the "significantly accelerates" into numbers and then change it in then generic config ? John > Signed-off-by: Daniel Golle >

[OpenWrt-Devel] [PATCH] kernel/modules: package xhci for kernel>=3.18

2014-12-02 Thread Daniel Golle
xhci-hcd was split into xhci-pci and xhci-platform since 3.18 Signed-off-by: Daniel Golle --- package/kernel/linux/modules/usb.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 4cd3bf0..5850b2f

[OpenWrt-Devel] [PATCH 5/5] uboot-oxnas: bump to U-Boot 2014.10

2014-12-02 Thread Daniel Golle
A few trivial changes were needed to adapt to upstream framework changes. Signed-off-by: Daniel Golle --- package/boot/uboot-oxnas/Makefile | 4 +- package/boot/uboot-oxnas/files/board/ox820/Kconfig | 15 +++ .../boot/uboot-oxnas/files/board/ox820/MAINTAINERS | 6 ++ packag

[OpenWrt-Devel] [PATCH 4/5] oxnas: switch CRC32 implementation to SLICEBY8

2014-12-02 Thread Daniel Golle
similar to what was observed on kirkwood this significantly accelerates btrfs write operations. Signed-off-by: Daniel Golle --- target/linux/oxnas/config-3.18 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18 index 4997dc1..f666

[OpenWrt-Devel] [PATCH 3/5] oxnas/kd20: add usb-storage to default package set

2014-12-02 Thread Daniel Golle
KD20 got a built-in card-reader wired to the USB-3 root-hub. Signed-off-by: Daniel Golle --- target/linux/oxnas/profiles/100-Generic.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk i

[OpenWrt-Devel] [PATCH 2/5] oxnas/kd20: use gpio-beeper

2014-12-02 Thread Daniel Golle
gpio-beeper module was added to the kernel recently. Make use of it to drive the piezoelectric buzzer of the kd20. Signed-off-by: Daniel Golle --- target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts | 9 + target/linux/oxnas/profiles/100-Generic.mk| 2 +- 2 files ch

[OpenWrt-Devel] [PATCH 1/5] kernel/modules: package gpio-beeper

2014-12-02 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/kernel/linux/modules/other.mk | 19 +++ 1 file changed, 19 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 5d1c2fb..b1bb76a 100644 --- a/package/kernel/linux/modules/other.mk +

Re: [OpenWrt-Devel] au1000 - 3.14 tested needed

2014-12-02 Thread John Crispin
ok i will set it as default in that case, thanks for testing On 02/12/2014 13:19, Bruno Randolf wrote: > Hi John, > > Thanks! > > I just tested it: up & running, PCI got detected, Wifi works, > looking good... :) > > root@OpenWrt:/# uname -a Linux OpenWrt 3.14.25 #1 Mon Dec 1 > 20:42:17 WET 2

Re: [OpenWrt-Devel] au1000 - 3.14 tested needed

2014-12-02 Thread Bruno Randolf
Hi John, Thanks! I just tested it: up & running, PCI got detected, Wifi works, looking good... :) root@OpenWrt:/# uname -a Linux OpenWrt 3.14.25 #1 Mon Dec 1 20:42:17 WET 2014 mips GNU/Linux bruno On 12/01/2014 04:55 PM, John Crispin wrote: > Hi, > > i pushed 3.14 support for au1000. i have n

Re: [OpenWrt-Devel] [PATCH] ZRAM: enhacements including /tmp on ZRAM for Barrier Breaker

2014-12-02 Thread John Crispin
i just pushed a an alternate patch that fixes the problem. please test it and let me know the results John On 22/10/2014 09:20, Tomasz Wasiak wrote: > Devices with less memory are still common so why limit ZRAM usage just to swap > when it could be very useful as for /tmp storage. > > Th