Re: [OpenWrt-Devel] Reducing the root file system in openwrt

2018-03-07 Thread Ronaldo Afonso
ages from dl directory then I get compilation errors. > > > Thanks & Regards, > Arjav Parikh > > On Mar 7, 2018 6:49 PM, "Ronaldo Afonso" > wrote: > >> Arjav, >> >> I'm not 100% sure of that, but if I were you I would take a look at th

Re: [OpenWrt-Devel] Reducing the root file system in openwrt

2018-03-07 Thread Ronaldo Afonso
files by removing its entry from > root-ipq806x/usr/lib/opkg/info/wigig-firmware.list assuming that on > next build these files wont appear but still the files are there in > /lib/firmware directory. > By removing these files I can further reduce filesystem by 4 MB. > > > On Wed, Mar

Re: [OpenWrt-Devel] Reducing the root file system in openwrt

2018-03-07 Thread Ronaldo Afonso
__ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] LXC 2.1.1 generating a ipk package with no file inside it

2018-02-28 Thread Ronaldo Afonso
it build_dir/target-x86_64_musl/lxc-2.1.1/src/lxc/lxc-create build_dir/target-x86_64_musl/lxc-2.1.1/src/lxc/lxc-snapshot build_dir/target-x86_64_musl/lxc-2.1.1/src/lxc/lxc-destroy build_dir/target-x86_64_musl/lxc-2.1.1/src/lxc/lxc-start Can anyone give any help? Thanks in ad

Re: [OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-29 Thread Ronaldo Afonso
: > On Tue, Nov 28, 2017 at 9:20 AM, Ronaldo Afonso > wrote: > > Hi all, > > What does it take for a commit to be merged into a stable branch? > > The thing is ... I really would like to have TL-WR842N Hardware > version 3 > > running on CC. I noticed that th

Re: [OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-28 Thread Ronaldo Afonso
or target 'install' failed make[3]: *** [install] Error 2 make[3]: Leaving directory '/home/ronaldo/Linux/OpenWrt/src/openwrt/target/linux' target/Makefile:21: recipe for target 'target/linux/install' failed make[2]: *** [target/linux/install] Error 2 make[2]: Leaving di

[OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-28 Thread Ronaldo Afonso
that merge being done? Thanks in advance. -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Building own kernel in OpenWRT

2017-11-28 Thread Ronaldo Afonso
enwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Does "uci commit" really write to flash?

2016-12-14 Thread Ronaldo Afonso
flashchip in the long run :D. > Ordinarily OpenWrt doesn't do any write to flash without user interaction. > > Regards, > CodeFetch > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.o

[OpenWrt-Devel] Does "uci commit" really write to flash?

2016-12-07 Thread Ronaldo Afonso
flash lifetime more than the "normal"? Does it have any difference if I do the code using uci LUA binding? Any information would be appreciated. Thanks ... -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel ma

Re: [OpenWrt-Devel] "ubus call network.interface dump" doesnt report the ip of tun0 interface, despite being there. Bug?

2016-11-16 Thread Ronaldo Afonso
, > "ipv6-prefix": [ > > ], > "ipv6-prefix-assignment": [ > > ], > "route": [ > > ], > "dns-server": [ > > ], > "dns-search": [ > > ], > "inactive": { >

[OpenWrt-Devel] How to get VPN interface IP address using ubus command line?

2016-11-11 Thread Ronaldo Afonso
r": [ ], "dns-search": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ "192.168.11.1" ], "dns-search": [ ] }, "data": { "leasetime": 86400 } } That's how I configured my VPN interface: root@oi-eng-03:~# uci show network.vpn network.vpn=interface network.vpn.ifname='tun0' network.vpn.proto='none' So it get its IP address dynamically. It seems that I need to do some bash netifd script programming? Thanks in advance ... -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] ubus: extending ubus over network to allow devices in the same network to exchange messages on a single common bus

2016-10-05 Thread Ronaldo Afonso
> ___________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] How to check if its the first boot ever?

2016-07-14 Thread Ronaldo Afonso
Hi, Thanks very much for all your replies. I'll try to do some like that. Maybe an "uci get system.@system [0].fistboot". []s Ronaldo 2016-07-14 3:41 GMT-03:00 Rafał Miłecki : > On 13 July 2016 at 22:27, Ronaldo Afonso > wrote: > > More specifically, my sc

[OpenWrt-Devel] How to check if its the first boot ever?

2016-07-13 Thread Ronaldo Afonso
before. Any help would be appreciated. Thanks in advance ... -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/5] [package] iptables: Disable IPv6 support

2016-03-08 Thread Ronaldo Afonso
with the "--disable-ipv6" configure argument option. The patch that follows solved the problem. Signed-off-by: Ronaldo Afonso diff --git a/package/network/utils/iptables/Makefile b/package/network/utils /iptables/Makefile index 6f7529c..4e2c4c8 100644 --- a/package/network/util

Re: [OpenWrt-Devel] Fwd: OpenVSwitch 2.5.0 for Linux kernel 4.3

2015-12-29 Thread Ronaldo Afonso
ists.openwrt.org > > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] How to add ubus users?

2015-09-25 Thread Ronaldo Afonso
Philippe Choleau > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br __

Re: [OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Thanks Jonh 2015-08-28 16:12 GMT-03:00 John Crispin : > Hi, > > have a look here please --> > http://git.openwrt.org/?p=project/ubus.git;a=tree;f=lua; > John > > > > On 28/08/2015 21:09, Ronaldo Afonso wrote: > > Hi all, > > > > Can

[OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Hi all, Can anyone provide me with an example of registering an ubus namespace using Lua? Thanks in advance. -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] Registering an ubus namespace using Lua

2015-08-28 Thread Ronaldo Afonso
Hi all, Can anyone provide me with an example of registering an ubus namespace using Lua? Thanks in advance. -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] OpenWrt and TDD

2015-05-21 Thread Ronaldo Afonso
tion (libs or framework used, how every test case could be done using the OpenWrt Makefiles scheme, etc) would be appreciated. Thanks in advance -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list ope

Re: [OpenWrt-Devel] Is PPPoE broken in Barrier Breaker?

2015-03-25 Thread Ronaldo Afonso
pppoe-ppp0 nodefaultroute > > usepeerdns persist maxfail 1 ip-up-script /lib/netifd/ppp-up > > ipv6-up-script /lib/netifd/ppp-up ip-down-script /lib/netifd/ppp-dow > > No username or password is present on the command line. I Just saw > your update on the forum pos

[OpenWrt-Devel] Automated Hotspot Testing Tool

2015-03-23 Thread Ronaldo Afonso
e or use a tool for that. Any help or suggestion would be appreciated. Thanks in advance ... -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/m

[OpenWrt-Devel] Squid: Configuring Intercept Mode

2015-03-12 Thread Ronaldo Afonso
an I configure Squid for "intercepting" HTTP requests without clients configuration ? I have tried changing 'http_port:port:3128' for 'http_port:string:3128', but I'm not sure if that is the best or right way to do that. Thanks in advance ... -- Ronaldo Afon

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread Ronaldo Afonso
ts.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Porting OpenWRT to Buffalo WZR-1750DHP

2014-08-04 Thread Ronaldo Afonso
ice 'eth0' roboswitch: trying a 53011! at eth0 roboswitch: found a 53011! at eth0 PCI: Enabling device 0002:02:00.0 (0140 -> 0142) eth0: mixed HW and IP checksum settings. 4) root@DD-WRT:~# uname -a Linux DD-WRT 3.10.34-rc1 #2005 SMP Mon Mar 24 07:49:09 CET 2014 armv7l GNU/Linux 2014

[OpenWrt-Devel] Porting OpenWRT to Buffalo WZR-1750DHP

2014-07-10 Thread Ronaldo Afonso
Hi all, I have a Buffalo WZR-1750DHP and I would like some one to help me porting OpenWRT to this hardware. Any help would be appreciated. If someone has already started doing the port, I can help doing some tests too. Regards -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br

Re: [OpenWrt-Devel] Patch: usb-modeswitch-data update url/version

2014-06-09 Thread Ronaldo Afonso
Gfj7DQiAwml6oXy0t/wU6M3Fft4c2q689XRuN8w2s1PGVbFD0 > mXnFj2BQR1w17+oNopo+/vpewoTJ8DMwKlqY6Dz0T1avDsPZ1tvYHkFucadvIwDD > f7Y+uuMQt1CDtwzzFnnv > =6CBJ > -END PGP SIGNATURE- > _______ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt