Re: [OpenWrt-Devel] problem with uci delete

2016-07-26 Thread nam228
you can not delete an entire config at once by using uci You can only delete one by one.For example: uci delete network.lan.ifname On 24/07/2016 16:56, Stephan Hennig wrote: [moving to devel, since there has been no response on the users list] Hi, uci help has this on the delete comma

[OpenWrt-Devel] Getting error after upgrading LUCI

2016-03-09 Thread nam228
Deal all, I am using OpenWRT Chaos Calmer (Revision: 46522). I have the error "sending SIGSEGV to ubusd for invalid write access ..." after upgrading luci. I upgraded luci by these commands: openwrt/script/feeds update openwrt/script/feeds install luci Do yo

[OpenWrt-Devel] Need to check version of LUCI

2015-10-26 Thread nam228
Hi all, I am using OpenWRT trunk version 47213 svn://svn.openwrt.org/openwrt/trunk I installed luci by these commands: trunk/script/feed update -a trunk/script/feed install luci My question is: can i check version of luci ? or how can i downgrade

Re: [OpenWrt-Devel] help

2015-07-02 Thread nam228
How about "reboot -f " ? On 03/07/2015 12:00, ldy647 wrote: Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do f

[OpenWrt-Devel] Patch file for QCA8334 eth switch chip

2015-05-18 Thread nam228
Hi all, I have a board with a qca8334 eth switch chip.The chip is found by the ar8216 phy as an ar8337. My board can not ping unless I remove the AR8337_PAD_MAC06_EXCHANGE_EN with a path file. The patch file is: --- a/drivers/net/phy/ar8327.c +++ b/drivers/net/phy/ar8327.c @@ -508,8 +508,8

Re: [OpenWrt-Devel] Dynamically generate custom files before building?

2015-03-25 Thread nam228
Thank Jo-Philipp Wich for sharing your knowledge. In my case I'm using Barrier Breaker. I modified this file : openwrt/target/linux/ar71xx/base-files/etc/uci-defaults/02_network Nam. On 25/03/2015 19:36, Jo-Philipp Wich wrote: Hi, some architectures do not have any default files for wireless

Re: [OpenWrt-Devel] Dynamically generate custom files before building?

2015-03-23 Thread nam228
Hi a Quan, I think you should try to modify "openwrt/Makefile" Add your own script for target devices. After that when compiling run "make target=XX" or something like that. Nam. On 24/03/2015 00:10, Nguyễn Hồng Quân wrote: Hello all If I want to build customized OpenWrt, I need to place al