[OpenWrt-Devel] AR9344 Openwrt + check Multiple condition /etc/config/system

2015-10-21 Thread Afkar Rafique
I am working on AR9344 Openwrt. I have configured the status led based on eth0.2 trigger in /etc/config/system config led 'Status_led' option name 'Status_led' option interval '50' option sysfs 'db120:green:status' option default '0' option trigger 'netdev'

Re: [OpenWrt-Devel] [PATCH] kernel: Fix environment pointer setup in ar71xx/ath79

2015-10-21 Thread Stijn Tintel
On 21-10-15 17:53, Ted Hess wrote: > Observed on ar71xx/ath79 platforms such as Ubiquiti RouterStations.Reported > in #20642.: > (https://dev.openwrt.org/ticket/20642). > > If embedded command-line text exists with CONFIG_IMAGE_CMDLINE_HACK=y,firmware > init doesn't initialize environment pointer

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-21 Thread John Crispin
On 15/10/2015 15:01, Alexandru Ardelean wrote: > This fix contains 2 parts: > - kernel 4.1: backport upstream patch "perf build: Do not fail on missing > Build file" > - add +liblzma dependency > did you find out why there is suddenly a dependency on lzma ? John > Signed-off-by: Al

[OpenWrt-Devel] [PATCH] kernel: Fix environment pointer setup in ar71xx/ath79

2015-10-21 Thread Ted Hess
Observed on ar71xx/ath79 platforms such as Ubiquiti RouterStations.Reported in #20642.: (https://dev.openwrt.org/ticket/20642). If embedded command-line text exists with CONFIG_IMAGE_CMDLINE_HACK=y,firmware init doesn't initialize environment pointer (fw_init_cmdline not called). arcs_cmdline i

[OpenWrt-Devel] [PATCH] uClibc: enable xattr support to make feature sets of libc implementations closer to each other

2015-10-21 Thread Maxim Storchak
Size increase is about 3-4k: this is how big xattr.os in uClibc after stripping is. Signed-off-by: Maxim Storchak --- toolchain/uClibc/config-0.9.33.2/common | 2 +- toolchain/uClibc/config-ng-1.0.6/common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/uClibc/c

Re: [OpenWrt-Devel] Firmware Upgrade - Mikrotik - ar71xx

2015-10-21 Thread Ufo
so you dont know the "wget2nand" script for that hardware? please have a look at http://wiki.openwrt.org/oldwiki/openwrtdocs/hardware/mikrotik/rb100 and dont be angry, if expected files are not existing. just change the filename (fi when using imagebuilder) On 20.10.2015 18:13, David Hutchiso

Re: [OpenWrt-Devel] how to stop a inittab service without reboot

2015-10-21 Thread Claudio Thomas
what would be the difference when starting such a "service" as normal init.d-script or procd-init-script, instead of as entry in inittab? As far as I remember the procd-init-script has also a "respawn" option, so that procd should also restart the service in case it stops... Has inittab a higher p