[OpenWrt-Devel] [PATCH 3/3] ramips: build image for DIR-320NRU

2013-01-28 Thread Щербинин Евгений
  dir320b1_image_gen.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/3] ramips: kernel-support for DIR-320NRU

2013-01-28 Thread Щербинин Евгений
Add support for build firmware D-link DIR320-B1 (DIR320NRU) WIFI work with this patch - https://forum.openwrt.org/viewtopic.php?id=37002p=3  dir320b1_kernel.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 2/3] ramips: userspace for DIR-320NRU

2013-01-28 Thread Щербинин Евгений
  dir320b1_user.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] add /usr/lib/ipsec to LD_PATH

2013-01-28 Thread Daniel Golle
fix for sstrip, which otherwise fails if strongswan is installed. --- package/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/Makefile b/package/Makefile index df7cf79..2dde1df 100644 --- a/package/Makefile +++ b/package/Makefile @@ -37,6 +37,7 @@ ifdef CONFIG_USE_MKLIBS

Re: [OpenWrt-Devel] [PATCH] add /usr/lib/ipsec to LD_PATH

2013-01-28 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, maybe we should generalize it and pass any subdir of /usr/lib ? ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

[OpenWrt-Devel] [PATCH] ramips: reset switch on single-port devices

2013-01-28 Thread Daniel Golle
Signed-off-by: Daniel Gole dgo...@allnet.de --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index

[OpenWrt-Devel] [PATCH][generic] Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit

2013-01-28 Thread Álvaro Fernández Rojas
Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit. The patch was added to linux/generic/patches-3.6 instead of target/linux/generic/patches-3.6. I also fixed a missing patch space and refreshed generic patches. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git