Re: [OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread John Crispin
Hi, comments inline On 06/04/2015 02:15, 郭传鈜 wrote: > First of all,this patch is not created by me.I just help him to send this > patch:-D > > MicroWRT is an wireless router with 2 USB,1 ethernet port. It > has a 16M flash and 64M DDR2 RAM. You can use most interface, such as > i2c, SPI, i2s an

Re: [OpenWrt-Devel] I'd like to donate a Linksys WRT300N V1

2015-04-05 Thread Alex Henrie
2015-04-04 17:01 GMT-06:00 Rafał Miłecki : > I got serial working, unfortunately I discovered many problems with > wireless card support. > 1) ssb believes there isn't cardbus > 2) ssb can't detect PCI is working in hostmode > 3) forcing hostmode causes reboots during PCI init > 4) fixing PCI init

Re: [OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread 郭传鈜
Ah I forgot to add ' From: 盛凯 ' in the patch. I think I needn't submit this patch again.but please let me know if I have to do this:-D 2015-04-06 8:15 GMT+08:00 郭传鈜 : > First of all,this patch is not created by me.I just help him to send this > patch:-D > > MicroWRT is an wireless router wit

Re: [OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread 郭传鈜
The title of the old patch is not started with [PATCH] so it is not recognized as a patch in the patchwork:-) 2015-04-06 9:09 GMT+08:00 L. D. Pinney : > Also... > > You should have accounts on : > https://patchwork.ozlabs.org/ > > Then Jason can mark the old patch superseded. > > Larry > > > On S

[OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread 郭传鈜
First of all,this patch is not created by me.I just help him to send this patch:-D MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine wi

[OpenWrt-Devel] [PATCH] brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k

2015-04-05 Thread Nathan Hintz
The mips74k subtarget of brcm47xx configures gcc to compile for mips32r2; however, the generated kernel config for 3.14 and later kernels ends up with CPU_MIPS32_R1 and CPU_MIPSR1 selected. The generated kernel config for the 3.10 kernel (Barrier Breaker) properly selected CPU_MIPS32_R2 and CPU_MI

Re: [OpenWrt-Devel] [PATCH] zd1201: add missing dependency

2015-04-05 Thread Hauke Mehrtens
On 04/05/2015 10:18 AM, Dirk Neukirchen wrote: > this module gets only (?) build on omap because of config symbol differences > it seems > > fixes buildbot error: > http://buildbot.openwrt.org:8010/builders/omap/builds/337/steps/compile_5/logs/stdio > > Signed-off-by: Dirk Neukirchen > --- > p

Re: [OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-05 Thread Michael Heimpold
Am Sonntag, 5. April 2015, 12:01:48 schrieb Harald Geyer: > commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 > 3c298f89-4303-0410-b956-a3cf2f4a3e73 > > made the ext4 rootfs image unavailable for download from snapshots. > Only a SD-card

Re: [OpenWrt-Devel] [PATCH] mxs: Include the right kernel image in the rootfs

2015-04-05 Thread Michael Heimpold
Am Sonntag, 5. April 2015, 12:01:47 schrieb Harald Geyer: > Currently we always include the zImage if any image is selected for > inclusion in the root filesystem. This patch adds discrimination > between zImage and uImage. > > Signed-off-by: Harald Geyer > --- > target/linux/mxs/image/Makefile

[OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-05 Thread Harald Geyer
commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 3c298f89-4303-0410-b956-a3cf2f4a3e73 made the ext4 rootfs image unavailable for download from snapshots. Only a SD-card image with u-boot and everything is available. This is annoying for pe

[OpenWrt-Devel] [PATCH] mxs: Include the right kernel image in the rootfs

2015-04-05 Thread Harald Geyer
Currently we always include the zImage if any image is selected for inclusion in the root filesystem. This patch adds discrimination between zImage and uImage. Signed-off-by: Harald Geyer --- target/linux/mxs/image/Makefile |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --g

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-04-05 Thread Arjen de Korte
Citeren Arjen de Korte : Citeren Steven Barth : Is that okay with you or do you see any other issues? One issue left. Since IPv6 is configured statically here, the preferred- and valid lifetimes are 'forever' (represented as 0x). If the lifetime is forever, it should stay that wa

[OpenWrt-Devel] [PATCH] generic/3.18: add missing wireless symbols

2015-04-05 Thread Dirk Neukirchen
triggered by enabling RFKILL in global build options Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-3.18 | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7c05594..e116190 100644 --- a/target/lin

[OpenWrt-Devel] [PATCH] kernel: add rtl8723au driver (staging)

2015-04-05 Thread Dirk Neukirchen
- move config symbol to separate package (Why was it there in the first place?) - 8723au might be used in some USB sticks or on some sunxi boards compile tested only Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 22 +- 1 file changed, 21 inser

[OpenWrt-Devel] [PATCH] zd1201: add missing dependency

2015-04-05 Thread Dirk Neukirchen
this module gets only (?) build on omap because of config symbol differences it seems fixes buildbot error: http://buildbot.openwrt.org:8010/builders/omap/builds/337/steps/compile_5/logs/stdio Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 2 +- 1 file changed, 1