Re: [OpenWrt-Devel] [PATCH] procd: introduce exec call for sysupgrade

2014-06-01 Thread Daniel Golle
Hi John, On 06/01/2014 08:01 AM, John Crispin wrote: > On 01/06/2014 05:13, Daniel Golle wrote: >> sysupgrade needs to run as the only process on devices having >> their rootfs on block and ubi. Introduce an exec call to be used >> by sysupgrade for that purpose. > > nak, this is a huge security

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-06-01 Thread bjzhougong
Hi Zhou Thanks for your help! I find another issue: 1. No station connect to WR703n, get the log only from uart 2. After hours, when one sta connect to WR703n by wifi, it should output those logs: Jan 1 00:33:49 OpenWrt daemon.info dnsmasq-dhcp[1540]: DHCPREQUEST(br-lan) 192.168.22.147 00:08:22

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-06-01 Thread Yousong Zhou
On 1 June 2014 22:23, bjzhougong wrote: > Hi Zhou > > Thanks for your help! > > I find another issue: > 1. No station connect to WR703n, get the log only from uart > 2. After hours, when one sta connect to WR703n by wifi, it should output > those logs: > Jan 1 00:33:49 OpenWrt daemon.info dnsmasq-

Re: [OpenWrt-Devel] [PATCH] procd: introduce exec call for sysupgrade

2014-06-01 Thread John Crispin
On 01/06/2014 14:26, Daniel Golle wrote: > Hi John, > > On 06/01/2014 08:01 AM, John Crispin wrote: >> On 01/06/2014 05:13, Daniel Golle wrote: >>> sysupgrade needs to run as the only process on devices having >>> their rootfs on block and ubi. Introduce an exec call to be >>> used by sysupgra

[OpenWrt-Devel] [PATCH] ar71xx_nand: add mikrotik rb2011r5 mips machine

2014-06-01 Thread Alexander Couzens
--- target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c | 1 + .../patches-3.10/707-MIPS-ath79-rb2011r5-support.patch | 12 2 files changed, 13 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.10/707-MIPS-ath79-rb2011r5-support.patch diff --git a/targe

[OpenWrt-Devel] [PATCH RESEND 3/4] base-files: remove function service_kill

2014-06-01 Thread Zhao, Gang
Function service_kill is deprecated and has no user, so remove it. Signed-off-by: Zhao, Gang --- package/base-files/files/lib/functions/service.sh | 23 --- 1 file changed, 23 deletions(-) diff --git a/package/base-files/files/lib/functions/service.sh b/package/base-files/f

[OpenWrt-Devel] [PATCH RESEND 0/4] add support for dlink dir-615-e1 and some cleanup

2014-06-01 Thread Zhao, Gang
The first three patches are resent patches. Zhao, Gang (4): ar71xx: add support for dlink dir-615-e1 ar71xx: image: clean up and add missing argument for some macros base-files: remove function service_kill package: netifd: remove blank line at the end of file package/base-files/files/li

[OpenWrt-Devel] [PATCH RESEND 1/4] ar71xx: add support for dlink dir-615-e1

2014-06-01 Thread Zhao, Gang
Dlink dir-615-e1 can use dir-600-a1's image, but the factory firmware's partition of dir-615-e1 is not equal to dir-600-a1's openwrt image, and also dir-600-a1's image can't be uploaded through dlink's normal firmware update web page(by changing the last bytes of dir-600-a1's image, it can be uploa

[OpenWrt-Devel] [PATCH RESEND 2/4] ar71xx: image: clean up and add missing argument for some macros

2014-06-01 Thread Zhao, Gang
Macro Sysupgrade/KR is not used and seems unnecessary, so remove it. Also add padding argument to macro Sysupgrade/RKuImage. Signed-off-by: Zhao, Gang --- target/linux/ar71xx/image/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] [PATCH RESEND 4/4] package: netifd: remove blank line at the end of file

2014-06-01 Thread Zhao, Gang
Signed-off-by: Zhao, Gang --- package/network/config/netifd/files/lib/netifd/proto/dhcp.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh b/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh index 2e58c19..178ff55 100755

[OpenWrt-Devel] [PATCH] jshn: improve code readability

2014-06-01 Thread Zhao, Gang
No logical change, just let the code more readable. Signed-off-by: Zhao, Gang --- This is for git://git.openwrt.org/project/libubox.git sh/jshn.sh | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sh/jshn.sh b/sh/jshn.sh index 06ba965..baea4ed 100644 --- a/sh/jshn.sh ++

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-06-01 Thread bjzhougong
Hi Zhou >>Was the above log emitted by pppd with demand option enabled? I ask >>because the PID of pppd remains the same. The log read that the link >>was once lost (see the "Connection time ..." line), then reconnected. No demand option, I test with another modem, and it seem that this modem do

[OpenWrt-Devel] SoC RT5350F based wireless socket / power plug

2014-06-01 Thread Bastian Bittorf
I found an interesting product for ~25 Euro which is build around a RT5350F but it useless / has a bad software design 8-) so it makes so sense to install OpenWrt on it: Edimax SP-1101W (EU) FCC ID: QBL-RTSPO120-0 maybe this or next week i will play with it and fill a wiki-page. bye, bastian ___

[OpenWrt-Devel] [PATCH] minidlna: update to 1.1.2

2014-06-01 Thread Ian Leonard
This updates Minidlna to version 1.1.2. Minidlna has had several changes since 1.0.25: Renamed minidlna binary to minidlnad (affects the luci plugin) and install to /usr/sbin/ per upstream behavior Adjust for the configure script changing to autoconf Adjust config file protection All patches are

Re: [OpenWrt-Devel] [PATCH] minidlna: update to 1.1.2

2014-06-01 Thread Ian Leonard
On 06/01/2014 11:43 PM, Ian Leonard wrote: > This updates Minidlna to version 1.1.2. > > Minidlna has had several changes since 1.0.25: > Renamed minidlna binary to minidlnad (affects the luci plugin) and install to > /usr/sbin/ per upstream behavior > Adjust for the configure script changing to