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/
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.
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(+),
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
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
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..
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
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
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
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
>
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
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
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
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
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
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
+
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
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
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
19 matches
Mail list logo