Re: [OpenWrt-Devel] Lantiq 3.10 (BB) was lantiq v3.18

2015-03-01 Thread Daniel Gimpelevich
On Thu, 26 Feb 2015 16:02:23 +0100, Joerg Jungermann wrote: Hi, I have here multiple TD-W8970 with Annex A and Annex B. m25p80@0 { #address-cells = 1; #size-cells = 1; compatible = s25fl129p0;

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread John Crispin
On 01/03/2015 14:28, Jonas Gorski wrote: Adding the low_mem feature do you mean zram ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 2:30 PM, John Crispin blo...@openwrt.org wrote: On 01/03/2015 14:28, Jonas Gorski wrote: Adding the low_mem feature do you mean zram ? Adding low_mem to target's FEATURES changes the default squashfs block size from 256k to 64k, reducing memory usage while increasing

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 2:46 PM, John Crispin j...@phrozen.org wrote: if you have time it would be nice if you can build/boot an image with zram for testing Sure, what do I need to do for that? just add zram-swap? I'm unable to find any documentation on how to enable zram properly. Jonas

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread John Crispin
On 01/03/2015 14:54, Jonas Gorski wrote: On Sun, Mar 1, 2015 at 2:46 PM, John Crispin j...@phrozen.org wrote: if you have time it would be nice if you can build/boot an image with zram for testing Sure, what do I need to do for that? just add zram-swap? I'm unable to find any

[OpenWrt-Devel] [PATCH] brcm63xx: add experimental Comtrend VR-3032u support

2015-03-01 Thread Álvaro Fernández Rojas
- image generation is commented out since NAND is not support (only initramfs) - NAND/WiFi not working - LEDCtrl register must be cleared in order to get Power LED to work. - refresh patches Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- .../base-files/etc/uci-defaults/02_network

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread John Crispin
On 01/03/2015 14:44, Jonas Gorski wrote: On Sun, Mar 1, 2015 at 2:30 PM, John Crispin blo...@openwrt.org wrote: On 01/03/2015 14:28, Jonas Gorski wrote: Adding the low_mem feature do you mean zram ? Adding low_mem to target's FEATURES changes the default squashfs block size from 256k

[OpenWrt-Devel] [PATCH] brcm63xx: fix 6368 cpu1 reg typo

2015-03-01 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm63xx/dts/bcm6368.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index 628c2d0..7dbe9ec 100644 ---

Re: [OpenWrt-Devel] [PATCH] mac80211: Force Atheros drivers to respect the user's regdomain settings by default

2015-03-01 Thread bkil
Actually, I wanted to ask why we were forced to default settings in the last couple of years. Some forum thread indicated that it was an FCC imposed restriction regarding distribution in the USA. The OEM firmware had always allowed country and channel selection from the dropdown menu, and the

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread Jonas Gorski
Hi, On Sun, Mar 1, 2015 at 1:04 AM, Rafał Miłecki zaj...@gmail.com wrote: Depending on your definition of works, at least with a 16 MiB RAM device: It boots, but eventually OOM's: http://pastebin.com/5kR99CMG Adding the low_mem feature makes it not OOM on boot, but still does not leave much

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 3:05 PM, John Crispin blo...@openwrt.org wrote: On 01/03/2015 14:54, Jonas Gorski wrote: On Sun, Mar 1, 2015 at 2:46 PM, John Crispin j...@phrozen.org wrote: if you have time it would be nice if you can build/boot an image with zram for testing Sure, what do I need to

[OpenWrt-Devel] [PATCH 1/1] kernel: refined one of 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch

2015-03-01 Thread ngc
Modified 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch which was included old trunk, to fit the current trunk kernel. This needs to support the behavior when yaffs_auto_checkpoint is set '2', in 3.6.x and later. I got worked with linux-3.14.x on ARM. signed-off-by:

Re: [OpenWrt-Devel] [PATCH 1/1] kernel: refined one of 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch

2015-03-01 Thread Rafał Miłecki
On 2 March 2015 at 06:11, ngc n...@ff.iij4u.or.jp wrote: Modified 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch which was included old trunk, to fit the current trunk kernel. This needs to support the behavior when yaffs_auto_checkpoint is set '2', in 3.6.x and later. I got

[OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-01 Thread Russell Senior
copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and net4521 are fine. Signed-off-by: Russell Senior

Re: [OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-03-01 Thread Rafał Miłecki
On 1 March 2015 at 14:28, Jonas Gorski j...@openwrt.org wrote: On Sun, Mar 1, 2015 at 1:04 AM, Rafał Miłecki zaj...@gmail.com wrote: Depending on your definition of works, at least with a 16 MiB RAM device: It boots, but eventually OOM's: http://pastebin.com/5kR99CMG Adding the low_mem