Re: [OpenWrt-Devel] how enable the scp service ?

2014-03-13 Thread Alan.Hoo
thank you for concern, but this issue has been solved. see below: Hi Alan, * Alan.Hoo (huqings...@ycmedia.cn) wrote: > I've encountered a error during use winscp for login to my router. it's seems > scp service disbled. what's the name of scp service on OpenWRT ? > > PS, the winscp

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2014.63

2014-03-13 Thread Gui Iribarren
On 03/13/2014 03:15 AM, Catalin Patulea wrote: ping?? +1 2014.63 also fixes the brown-paper-bag bug that prevented from doing ssh to link-local addresses, since the '%' operator had been (incorrectly) reassigned. On Sat, Mar 1, 2014 at 4:05 AM, Catalin Patulea wrote: ping On Mon, Feb 2

Re: [OpenWrt-Devel] how enable the scp service ?

2014-03-13 Thread Claudio Leite
Hi Alan, * Alan.Hoo (huqings...@ycmedia.cn) wrote: > I've encountered a error during use winscp for login to my router. it's seems > scp service disbled. what's the name of scp service on OpenWRT ? > > PS, the winscp program login successfully but exit very soon. dropbear supports SCP but not SF

Re: [OpenWrt-Devel] how enable the scp service ?

2014-03-13 Thread Justin Vallon
From my Mac, "scp -v myfile host:/tmp/target" (-v for verbose) appears to run "ssh host scp -v -t /tmp/target". On my AA 12.01: # which scp /usr/bin/scp # opkg search /usr/bin/scp dropbear - 2011.54-2 Does "ssh target"

[OpenWrt-Devel] [PATCH] kernel/modules: package Arabic charsets

2014-03-13 Thread Daniel
--- package/kernel/linux/modules/nls.mk | 32 1 file changed, 32 insertions(+) diff --git a/package/kernel/linux/modules/nls.mk b/package/kernel/linux/modules/nls.mk index daef8b0..224fd03 100644 --- a/package/kernel/linux/modules/nls.mk +++ b/package/kernel/linu

[OpenWrt-Devel] [PATCH] kernel/modules: package Hebrew charsets

2014-03-13 Thread Daniel
--- package/kernel/linux/modules/nls.mk | 32 1 file changed, 32 insertions(+) diff --git a/package/kernel/linux/modules/nls.mk b/package/kernel/linux/modules/nls.mk index f1fa0fa..daef8b0 100644 --- a/package/kernel/linux/modules/nls.mk +++ b/package/kernel/linu

[OpenWrt-Devel] [PATCH RESEND] build image for TL-WDR4300v1 (IL)

2014-03-13 Thread Daniel
The version of TL-WDR4300 sold in Israel comes with a different hardware id. --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 target/linux/ar71xx/image/Makefile | 3 ++- tools/firmware-utils/src/mktplinkfw.c| 6 ++ 3 files changed, 12 insertions(+), 1 deletion(-)

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Wandy Lau
Ok, Thank you so much for your time. I really appreciate it. I will try it. On Thu, Mar 13, 2014 at 7:23 PM, Yousong Zhou wrote: > Hi, > > On 13 March 2014 18:46, Wandy Lau wrote: > > Thank you for your kindness. I have read all these. But I think that is > not > > enough. Some more work need

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Yousong Zhou
Hi, On 13 March 2014 18:46, Wandy Lau wrote: > Thank you for your kindness. I have read all these. But I think that is not > enough. Some more work need to be done. I need dig deeper. Ok, let me tell > something: > > Actually I want to know how the hostapd.conf is produced. Because there is > on

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Wandy Lau
Thank you for your kindness. I have read all these. But I think that is not enough. Some more work need to be done. I need dig deeper. Ok, let me tell something: Actually I want to know how the hostapd.conf is produced. Because there is one option that I am interested, channel. This option reside

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Damian Kaczkowski
Hello Wandy. Read this: http://wiki.openwrt.org/doc/devel/config-scripting and this: http://wiki.openwrt.org/doc/devel/network-scripting http://wiki.openwrt.org/doc/start#developing http://downloads.openwrt.org/docs/openwrt.html#x1-310001.3 Should give you a good starting point. On 13 March 20

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Wandy Lau
Hi, I really appreciate your kind help,guys. Thank you all. I wonder the process of uci configuration process is : LuCI makes changes into the /etc/config/*, then all the file in this directory will be parsed producing the configure file of other application such as hostapt, dropbear and so

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Yousong Zhou
Hi, On 13 March 2014 16:11, Wandy Lau wrote: > These files are parsed by shell scripts or some thing else? I really can't > figure it out. Please give me some idea about this. > UCI is really a pearl in OpenWrt. I was surprised by the design and implementation when trying to understand the det

Re: [OpenWrt-Devel] I still can't figure out how the config filesin /etc/config/* are parsed?

2014-03-13 Thread Marshmallow
You can go to the directory /etc/init.d/, such /etc/init.d/network cant see the file /etc/config/network above is a good entrance for your doubt -- Original -- From: "Jiří Šlachta";; Date: Thu, Mar 13, 2014 04:18 PM To: "OpenWrt Development List";

Re: [OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Jiří Šlachta
Hello Wandy, the UCI guide on OpenWrt wiki describes how it does work. http://wiki.openwrt.org/doc/uci Kind regards, Jiri Slachta Dne 13. 3. 2014 9:11, Wandy Lau napsal(a): > These files are parsed by shell scripts or some thing else? I really can't > figure it out. Please give me some idea a

[OpenWrt-Devel] I still can't figure out how the config files in /etc/config/* are parsed?

2014-03-13 Thread Wandy Lau
These files are parsed by shell scripts or some thing else? I really can't figure it out. Please give me some idea about this. -- This is my life,but world of us~~ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org