[OpenWrt-Devel] Fwd: [PATCH][packages] ser2net: Update to version 2.9.1

2013-10-11 Thread Jiapeng Li
Update ser2net to version 2.9.1. http://sourceforge.net/projects/ser2net/files/ser2net/ser2net-2.9.1.tar.gz needs to be added to http://downloads.openwrt.org/sources/ Signed-off-by: JiapengLi --- diff --git a/net/ser2net/Makefile b/net/ser2net/Makefile index 2782972..c67e08f 100644 --- a/net/ser

[OpenWrt-Devel] [PATCH][packages] libnfc: Update to version 1.7.0

2013-10-11 Thread Jiapeng Li
Update libnfc to version 1.7.0. https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2 needs to be added to http://downloads.openwrt.org/sources/ Signed-off-by: JiapengLi --- diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile index 882554f..ae30c8e 100644 --- a/libs/libnfc/Makefile +++ b

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 94, Issue 35

2013-10-11 Thread Artur Wronowski
Some time ago I wrote a simple script to split bandwith per IP. Check wiki (in Polish) http://openwrt.pl/doku.php/zastosowania:pasmo 2013/10/11 : > dear friends > is there any one use openwrt as bandwith slicer for per user? > if yes please send me script to do it > > if is pay for i will pay it

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 94, Issue 35

2013-10-11 Thread atilla.o.ersoz
dear friends is there any one use openwrt as bandwith slicer for per user? if yes please send me script to do it if is pay for i will pay it example senario: we have wan 100mbit/ps and 3 client pc client 1 mac =54:E6:FC:AD:4D:1D client 1 ip reserved for this mac is 192.168.1.76 client 1 DL = 2

Re: [OpenWrt-Devel] [PATCH 01/10] cron: improve init script

2013-10-11 Thread Bruno Randolf
On 10/11/2013 01:35 AM, Yousong Zhou wrote: Hi, On 10 October 2013 19:02, Bruno Randolf wrote: Add PATH in case it is missing (e.g. when executing the script from ssh, like "ssh IP /etc/init.d/cron restart"). Signed-off-by: Bruno Randolf --- package/busybox/files/cron | 2 ++ 1 file chang

[OpenWrt-Devel] [PATCH 6/6] isc-dhcp: dhcrelay: Add RFC3527 link selection sub-option

2013-10-11 Thread Bruno Randolf
RFC3527 link selection sub-option is used to select the "uplink" interface of dhcrelay in cases where the DHCP server does not know how to reach the dhcrelay based on the DHCP range. This can happen in weird network configurations like Mesh networks. Signed-off-by: Bruno Randolf --- net/isc-dhcp

[OpenWrt-Devel] [PATCH 5/6] isc-dhcp: dhcrelay: Add more UCI options

2013-10-11 Thread Bruno Randolf
Add more options to dhcrelay UCI and init script: - enabled - interfaces: Listen interfaces - relay_mode: What to do about packets that already have a relay option Also mark /etc/config/dhcrelay as conffile Signed-off-by: Bruno Randolf --- net/isc-dhcp/Makefile | 8 +++ n

[OpenWrt-Devel] [PATCH 1/6] libgphoto2 depends on libusb-compat, not libusb-1.0

2013-10-11 Thread Bruno Randolf
Signed-off-by: Bruno Randolf --- libs/libgphoto2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index cc45ece..bf4f55f 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -37,7 +37,7 @@ endef

[OpenWrt-Devel] [PATCH 3/6] pptpd: Add uci configuration for PPTPD.

2013-10-11 Thread Bruno Randolf
Signed-off-by: Bruno Randolf --- net/pptpd/Makefile| 3 +++ net/pptpd/files/pptpd.init| 40 ++-- net/pptpd/files/pptpd.uciconf | 8 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 net/pptpd/files/pptpd.uciconf d

[OpenWrt-Devel] [PATCH 4/6] pptpd: remove IP in options.pptp

2013-10-11 Thread Bruno Randolf
ppp has obsoleted this option (as of v2.4.3-7) according to http://wiki.openwrt.org/doc/howto/vpn.server.pptpd Signed-off-by: Bruno Randolf --- net/pptpd/files/options.pptpd | 1 - 1 file changed, 1 deletion(-) diff --git a/net/pptpd/files/options.pptpd b/net/pptpd/files/options.pptpd index 5dd

[OpenWrt-Devel] [PATCH 0/6] Patches for trunk packages

2013-10-11 Thread Bruno Randolf
Similar to my previous series for AA, now rebased to trunk... Bruno Randolf (6): libgphoto2 depends on libusb-compat, not libusb-1.0 ddns-scripts: add init script pptpd: Add uci configuration for PPTPD. pptpd: remove IP in options.pptp isc-dhcp: dhcrelay: Add more UCI options isc-dhcp:

[OpenWrt-Devel] [PATCH 2/6] ddns-scripts: add init script

2013-10-11 Thread Bruno Randolf
Signed-off-by: Bruno Randolf --- net/ddns-scripts/Makefile | 2 ++ net/ddns-scripts/files/etc/init.d/ddns | 12 2 files changed, 14 insertions(+) create mode 100644 net/ddns-scripts/files/etc/init.d/ddns diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefi

Re: [OpenWrt-Devel] GPIO and pinctrl problem

2013-10-11 Thread Gerhard Bertelsmann
Am Fr, 11.10.2013, 02:59, schrieb Jiapeng Li: > Which version of trunk do you use? After i downgrade to r38025, all things > work fine. > Thanks for your response. I'm using 38333 at the moment. I have opened a ticket: #14309 It seems that some glue code between gpio api and pinctrl is missing. Hop

Re: [OpenWrt-Devel] [PATCH 4/7] pptpd: Add uci configuration for PPTPD.

2013-10-11 Thread Bruno Randolf
On 10/11/2013 01:24 AM, Yousong Zhou wrote: To make `enabled 0` a working option, it should be something like setup_config pptpd && start_pptpd Thanks, will fix and resend the patch for trunk. bruno ___ openwrt-devel mailing list op

[OpenWrt-Devel] [PATCH][ar71xx] Add support for BHU Networks BXU2000n-2 A1

2013-10-11 Thread yangbo
BXU2000n-2 A1 is a BHU Networks WLAN board, use ar9341 chip. Signed-off-by: Terry Yang Index: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-bhu-bxu2000n2-a.c === --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-bhu-bx

[OpenWrt-Devel] [RFC] netifd: Avoid concurrent calls to "wifi up/down"

2013-10-11 Thread Helmut Schaa
Multiple "wifi up/down" invocations can conflict badly with each other resulting in a somehow broken wifi setup. This can be triggered by calling "/etc/init.d/network reload" quickly after netifd started up (before the sleep 5 has finished). This is a first try to synchronize the usage of "wifi u