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. This

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 no

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 2014 mips

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

2014-12-02 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- 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 ---

[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 dan...@makrotopia.org --- 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

[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 dan...@makrotopia.org --- target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts | 9 + target/linux/oxnas/profiles/100-Generic.mk

[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 dan...@makrotopia.org --- target/linux/oxnas/config-3.18 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/oxnas/config-3.18

[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 dan...@makrotopia.org --- package/boot/uboot-oxnas/Makefile | 4 +- package/boot/uboot-oxnas/files/board/ox820/Kconfig | 15 +++

[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 dan...@makrotopia.org --- 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

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

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 maxime.rip...@free-electrons.com wrote: Switch to a dumber implementation that will be easier to maintain in the long run, with only if statements instead of having

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 dan...@makrotopia.org --- package/kernel/linux/modules/usb.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git

[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 dan...@makrotopia.org --- package/kernel/linux/modules/usb.mk | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk

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 dan...@makrotopia.org Applied in r43502, thanks. - Felix ___ openwrt-devel mailing list

[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 zaj...@gmail.com --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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 zaj...@gmail.com --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- 1 file changed, 1

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

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 ha...@hauke-m.de 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 zaj...@gmail.com ---