[OpenWrt-Devel] [PATCH] MI424WR - add rev D support

2012-06-12 Thread jvasco
Add support for revision D of the MI424WR. Rev D swaps LAN WAN ports so this patch maintains eth0 for LAN and eth1 for WAN. For details on rev D usage, see http://wiki.openwrt.org/toh/actiontec/mi424wr Signed-off-by: Jose Vasconcellos jva...@verizon.net Index:

[OpenWrt-Devel] [PATCH] fix dependency for glib2

2012-06-12 Thread michael-dev
Index: libs/glib2/Makefile === --- libs/glib2/Makefile (Revision 32264) +++ libs/glib2/Makefile (Arbeitskopie) @@ -30,7 +30,7 @@ define Package/glib2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=$(ICONV_DEPENDS)

[OpenWrt-Devel] [PATCH] fix dependency for mtd-utils

2012-06-12 Thread michael-dev
Index: utils/mtd-utils/Makefile === --- utils/mtd-utils/Makefile(Revision 32264) +++ utils/mtd-utils/Makefile(Arbeitskopie) @@ -37,8 +37,8 @@ ftl_check \ ftl_format \ jffs2dump \ - mkfs.jffs2 \ -

[OpenWrt-Devel] [PATCH] fix dependency for pyopenssl

2012-06-12 Thread michael-dev
Index: lang/pyopenssl/Makefile === --- lang/pyopenssl/Makefile (Revision 32264) +++ lang/pyopenssl/Makefile (Arbeitskopie) @@ -27,7 +27,7 @@ CATEGORY:=Languages TITLE:=pyopenssl URL:=http://pyopenssl.sourceforge.net/

[OpenWrt-Devel] [PATCH] hiawatha webserver 8.4

2012-06-12 Thread dani
hello, i tested this patch on a wr703n, added dep on polarssl and menuconfig options for CACHE, RPROXY, SSL, TOOLKIT and XSLT. i appreciate if you guys can review it, thanks! Signed-off-by: Daniel Petre d...@ip6.ro --- Index: files/php-fcgi.conf

[OpenWrt-Devel] [PATCH] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-06-12 Thread Miguel GAIO
Hi all, This is a preliminary support for NB6 boards. The first patch add support for 6362 CPU. The chip is closed to the 6328 CPU, so the patch is mainly base on 6328 support. The second patch add support for NB6 boards. NB6s provide different board IDs, but all use only one board layout. The

[OpenWrt-Devel] TL-WR741ND v.2.3: *** Warning *** : PCIe WLAN Module not found !!!

2012-06-12 Thread Zeus Panchenko
Hi All, may somebody advice pls, is it my mistake or feature? I have flashed TL-WR741ND v.2.3 with: DISTRIB_ID=OpenWrt DISTRIB_RELEASE=10.03.x Snapshot DISTRIB_REVISION=r32191 DISTRIB_CODENAME=backfire DISTRIB_TARGET=ar71xx DISTRIB_DESCRIPTION=OpenWrt Backfire r32191 device is up and running

[OpenWrt-Devel] [PATCH] ar71xx: correctly detect NETGEAR WNDRMAC

2012-06-12 Thread Роман А . aka BasicXP
This patch helps properly detect a WNDRMAC device. Before this patch the model is detected as NETGEAR ?N. Signed-off-by: Roman A. aka BasicXP x12ozmo...@ya.ru --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === ---