[OpenWrt-Devel] tinc protocol handler

2015-05-28 Thread openwrt-de...@couprie.net
Hi, I am working to create a protocol handler for tinc (chaos calmer). I do not understand the following lines ? proto_init_update "*" 1 proto_send_update "$iface" Can someone take a look at the code below and give me some advice :-) or point me to documentation. Perry #!/bin/sh . /lib/fu

[OpenWrt-Devel] Build ERRORS : Ubiquiti EdgeRouter Lite

2015-06-23 Thread openwrt-de...@couprie.net
Hi, I am tried to build the firmware for Ubiquiti EdgeRouter Lite. CONFIG_HAVE_DOT_CONFIG=y CONFIG_TARGET_octeon=y CONFIG_TARGET_octeon_generic=y CONFIG_TARGET_BOARD="octeon" CONFIG_TARGET_ARCH_PACKAGES="octeon" When compiling the images, i get the following build error. How can i fix this ?

Re: [OpenWrt-Devel] [PATCH] Restore AP scan patch

2015-08-03 Thread openwrt-de...@couprie.net
Hi Dimitry, Does this patch, fix the problem that when a router is a wifi access client and access point. The local access point does not work when de wifi access client is not connected ? Greeting from Amsterdam, Perry On 31-07-15 11:01, Dmitry Ivanov wrote: Restore AP scan patch. Signed

[OpenWrt-Devel] Compile error : Lamobo_R1

2015-12-01 Thread openwrt-de...@couprie.net
Hi, I tried to compile openwrt for the BananaPi using chaos calmer and trunk. When i try to compile it, i get the following compilerror. How do i fix this compile error ? Greeting from Amsterdam, Perry arm-openwrt-linux-muslgnueabi-g++ -I/home/openwrt/build-4.2/build/sunxi/Lamobo_R1/openw

[OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-23 Thread openwrt-de...@couprie.net
Hi, I need the dnsmasq --dhcp-relay option, how do i add this option to the dnsmasq script ? Perry --dhcp-relay=,[,dnsmasq to do DHCP relay. The local address is an address allocated to an interface on the host running dnsmasq. All DHCP requests arriving on that interface will we relayed to

Re: [OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-24 Thread openwrt-de...@couprie.net
_add "$cfg" "$networkid" + +config_get relay "$cfg" relay +network_get_ipaddr interface_ip "$networkid" +xappend "--dhcp-relay=$interface_ip,$relay" } dhcp_option_add() { Perry On 23-04-15 23:20, Kevin Darbyshire-Bryant wrote: On 23/04/2

Re: [OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-24 Thread openwrt-de...@couprie.net
urite text editor. Kevin -- Cheers, ke...@darbyshire-bryant.me.uk <mailto:ke...@darbyshire-bryant.me.uk> On 24 Apr 2015, at 00:10, Perry Couprie <mailto:pe...@couprie.net>> wrote: Can this be done by using uci commands ? Perry On 23-04-15 23:20, Kevin Darbyshire-Bryant wrote: On

[OpenWrt-Devel] firewall rules and BARRIER BREAKER (Bleeding Edge, r38994)

2013-12-09 Thread openwrt-de...@couprie.net
Hi, I am using a script that uses uci to add firewall zones and rules. With this script i also want to remove these firewall rules again if needed. Can i add a label to these zone/rules so that i can use this to remove these rules. Greeting from Amsterdam, Perry _

Re: [OpenWrt-Devel] how to set busybox's some options now ?

2013-12-17 Thread openwrt-de...@couprie.net
Hi yousong, Can you give a example how to call menuconfig for busybox ? Perry On 12/17/2013 02:42 PM, Yousong Zhou wrote: Hi, On 17 December 2013 18:54, xinglp wrote: There's some usefull options for me, such as SAVEHISTORY, REVERSE_SEARCH, WGET_TIMEOUT, netcat and TRACEROUTE6. But the rece

Re: [OpenWrt-Devel] how to depend on a busybox option / was: how to set busybox's some options now ?

2013-12-18 Thread openwrt-de...@couprie.net
Hi, I have a private openwrt package with the folowing line: select BUSYBOX_CONFIG_CHPASSWD After the busybox change it is not selected anymore. Perry On Tue, 17 Dec 2013 21:41:17 +0100, Felix Fietkau wrote: On 2013-12-17 20:23, Michael Heimpold wrote: Hi, Am Dienstag, 17. Dezember 2013,