[OpenWrt-Devel] To reverse wan and lan ports for this ar71xx board.

2012-04-29 Thread Vince Huang
Hey,guys!I am working on a patch for this tl-wr843n based on ar9341 soc.With this mach,the lans and wan are arraged like this: http://postimage.org/image/fhynzvipd/ Hope some guy can tell me the method to get the Wan into right place. /* * TP-LINK TL-WR843N v1 board support * * Copyright

[OpenWrt-Devel] [PATCH] include midi utilities in alsa-utils

2012-04-29 Thread Adam Goode
Along with http://patchwork.openwrt.org/patch/2144/ and http://patchwork.openwrt.org/patch/2145/ this will enable the standard ALSA midi utilities to be used in openwrt. Signed-off-by: Adam Goode --- Index: utils/alsa-utils/Makefile ==

[OpenWrt-Devel] [PATCH] enable kernel support for ALSA midi

2012-04-29 Thread Adam Goode
Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode --- Index: package/kernel/modules/sound.mk === ---

[OpenWrt-Devel] [PATCH] modernize hotplug2 rules

2012-04-29 Thread Adam Goode
Fixes issue in https://dev.openwrt.org/ticket/11368. Signed-off-by: Adam Goode --- Index: package/base-files/files/etc/hotplug2-common.rules === --- package/base-files/files/etc/hotplug2-common.rules (revision 31532) +++ package/ba

Re: [OpenWrt-Devel] luci interface

2012-04-29 Thread Michel Daggelinckx
probably the filesystem is mounted read-only Michel On 04/29/2012 11:26 PM, sami souibki wrote: Hello, I installed Openwrt in Virtualbox, and i like to alter the "usr/lib/lua/luci/controller/admin/service.lua" file but i can't because this file is read-only file. I tried the chmod comma

[OpenWrt-Devel] [PATCH] dnsmasq: Bump to v2.61

2012-04-29 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- package/dnsmasq/Makefile |6 +++--- package/dnsmasq/patches/101-ipv6.patch | 12 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 9fc70b3..c0d9c8a 100644

[OpenWrt-Devel] luci interface

2012-04-29 Thread sami souibki
Hello, I installed Openwrt in Virtualbox, and i like to alter the "usr/lib/lua/luci/controller/admin/service.lua" file but i can't because this file is read-only file. I tried the chmod command but vainly. (it is the same poblem with many other files) what can i do? Greets.

Re: [OpenWrt-Devel] fixed Wi-Fi from UR-336UN

2012-04-29 Thread Gabor Juhos
2012.04.26. 11:28 keltezéssel, Дмитрий Лебедев írta: > Index: target/linux/ramips/image/Makefile > === > --- target/linux/ramips/image/Makefile(revision 31481) > +++ target/linux/ramips/image/Makefile(working copy) > @@ -414,7 +414,7 @

[OpenWrt-Devel] busybox 1.20.0 update patch r1

2012-04-29 Thread Peter Wagner
Hi, this patch updates busybox to 1.20.0. The only patch i wasn't shure about was 310-passwd_access.patch - this patch isn't included. Signed-off-by: Peter Wagner diff --git a/package/busybox/Makefile b/package/busybox/Makefile index af27df0..571c448 100644 --- a/package/busybox/Makefile +++ b

[OpenWrt-Devel] busybox 1.20.0 update patch

2012-04-29 Thread Peter Wagner
Hi, this patch updates busybox to 1.20.0. The only patch i wasn't shure about was 310-passwd_access.patch - this patch isn't included. Signed-off-by: Peter Wagner diff --git a/package/busybox/Makefile b/package/busybox/Makefile index af27df0..571c448 100644 --- a/package/busybox/Makefile +++ b

[OpenWrt-Devel] Add support for tl-wr1041n v2(leds are partially working)

2012-04-29 Thread Vince Huang
Hey,guys! Here is my second patch for adding tplink tl-wr1041n v2 to openwrt. I have found gpioes for system,wlan and wps.But the leds for wan and lan are still not working because they are attached to ar8327.So I set the led for wps indicating wan status. Please summit this patch,sign-off-by:Vi