Re: [LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-06-26 Thread Stijn Tintel
On 27-06-17 08:23, Yury Shvedov wrote: > Like that? No, the patch is still mangled, and it is not sent with git send-email, but with Thunderbird. Please have a look at https://www.kernel.org/pub/software/scm/git/docs/git-send-email.html, you can pass your SMTP server credentials to it. Alternativel

Re: [LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-06-26 Thread Yury Shvedov
Like that? Make an ability to configure Accounting-Interim-Interval via UCI Signed-off-by: Yury Shvedov --- package/network/services/hostapd/files/hostapd.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/

Re: [LEDE-DEV] [PATCH] toolchain/arc: update to the most recent release arc-2017.03

2017-06-26 Thread Alexey Brodkin
Hi Hauke, On Mon, 2017-06-26 at 22:45 +0200, Hauke Mehrtens wrote: > On 06/26/2017 05:03 PM, Evgeniy Didin wrote: > > > > arc-2017.03 is the most recent release toolchain for ARC cores > > and it is based on upstream Binutils 2.28 and GCC 6.3.0 > > > > Signed-off-by: Evgeniy Didin > > Cc: Alexe

Re: [LEDE-DEV] [PATCH] Adding acct_interval to wireless configuration

2017-06-26 Thread Stijn Tintel
On 29-05-17 14:04, Yury Shvedov wrote: > Hi, I'm new here and I wonder why there is still no UCI option to configure > Radius-Accounting-Interim-Interval. > I've made a patch to fix that and like to share it to others and ask is there > any serious reason for lack of such > option? > > Make an a

Re: [LEDE-DEV] [PATCH] hostapd: configure NAS ID regardless of encryption

2017-06-26 Thread Stijn Tintel
On 14-06-17 14:51, Yury Shvedov wrote: > RADIUS protocol could be used not only for authentication but for > accounting too. Accounting could be configured for any type of networks. > However there no way to configure NAS Identifier for non-WPA-EAP > networks without this patch. The patch is broken

Re: [LEDE-DEV] Create a ubus object with a non-root account

2017-06-26 Thread Luis Araneda
Hi, I finally had the time to dig into the source code of the ubus daemon and find the answer. I left it here in case anyone has the same question. The keyword "publish" can be used in an ubus' ACL file to grant a non-root user to create an object. I found the keyword in the "ubusd_acl.c" file fr

Re: [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-06-26 Thread Hauke Mehrtens
On 06/10/2017 03:13 PM, Hauke Mehrtens wrote: > Hi, > > As many already acknowledged this proposal I would like to call for an > official vote among the LEDE committers till 14.6.2017 on this proposal. > I counted the following replays to the proposal already as an > acknowledgment: > Steven, Matt

Re: [LEDE-DEV] [PATCH] toolchain/arc: update to the most recent release arc-2017.03

2017-06-26 Thread Hauke Mehrtens
On 06/26/2017 05:03 PM, Evgeniy Didin wrote: > arc-2017.03 is the most recent release toolchain for ARC cores > and it is based on upstream Binutils 2.28 and GCC 6.3.0 > > Signed-off-by: Evgeniy Didin > Cc: Alexey Brodkin > Cc: John Crispin > --- When will the ARC CPU be supported in mainline

[LEDE-DEV] [PATCH v2 0/2] brcm47xx: fix failsafe mode on the WRT54GSv1

2017-06-26 Thread Mirko Parthey
Fix several issues with failsafe mode on the Linksys WRT54GSv1. Changes from v1: * [PATCH 1/3] is unchanged. * [PATCH 2/3]: Clean up obsolete code and variables. Only update the patches for Linux 4.4; the 4.1 series fails to apply and seems to be unused. * Drop [PATCH 3/3]; an equivalent was c

[LEDE-DEV] [PATCH v2 2/2] brcm47xx: resolve GPIO conflict for WRT54GSv1

2017-06-26 Thread Mirko Parthey
On the Linksys WRT54GSv1, the adm6996 switch driver and the gpio_button_hotplug module both claim GPIO 6, which is connected to the Reset button. When the switch driver's request wins, the Reset button cannot work. This makes it impossible to enter failsafe mode without a serial console. Stop req

[LEDE-DEV] [PATCH v2 1/2] brcm47xx: use DMZ LED as status indicator

2017-06-26 Thread Mirko Parthey
On the Linksys WRT54GSv1, the Power LED flickers in the "off" state. Indicate status using the DMZ LED if available, since it has solid "on" and "off" states. This change was tested on the WRT54GSv1, but may also affect other brcm47xx devices. Fixes FS#793. Signed-off-by: Mirko Parthey --- tar

Re: [LEDE-DEV] [PATCH 2/3] brcm47xx: resolve GPIO conflict for WRT54GSv1

2017-06-26 Thread Mirko Parthey
On Fri, Jun 23, 2017 at 10:24:50PM +0200, Hauke Mehrtens wrote: > Could you also remove the references of eerc from the other places of > the code. OK. > > ret = devm_gpio_request(&pdev->dev, priv->eesk, "adm_eesk"); > > if (ret) > > return ret; > > + /* > > +* We do not

[LEDE-DEV] [PATCH] toolchain/arc: update to the most recent release arc-2017.03

2017-06-26 Thread Evgeniy Didin
arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- package/devel/gdb-arc/Makefile| 6 +++--- toolchain/binutils/Config.in

Re: [LEDE-DEV] [PATCH] packages: update triggerhappy to version 0.5.0 and fix licence tag

2017-06-26 Thread txt.file
Can "PKG_SOURCE_PROTO:=git" also be removed? kind regards txt.file -- This message is signed. Stefan Tomanek: > Tested on TP-Link Archer C7 > > Signed-off-by: Stefan Tomanek > --- > utils/triggerhappy/Makefile |9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git

[LEDE-DEV] [PATCH] ipq806x: Enable AP148 fit image(.itb) generation

2017-06-26 Thread Ram Chandra Jangir
This change enables .itb image generation for AP148, It will help us to boot and test AP148 with NOR flash. Signed-off-by: Ram Chandra Jangir --- target/linux/ipq806x/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/im

[LEDE-DEV] [PATCH] uboot-envtools: Add support for IPQ806x AP148 and DB149

2017-06-26 Thread Ram Chandra Jangir
IPQ806x AP148 and DB149 boards didn't have the UCI ubootenv section initialized, so the usage of fw_printenv required manual configuration. With this change, the "fw_printenv" and "fw_setenv" command will automatically work on NOR and NAND based platforms. Signed-off-by: Ram Chandra Jangir --- p

[LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.34

2017-06-26 Thread Koen Vandeputte
- Refreshed all patches - Adapted 1 (0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch) Compile tested on: cns3xxx, imx6 Run tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 ++-- ...-usb-xhci-add-firmware-loader-for

[LEDE-DEV] Quick question regarding tty group

2017-06-26 Thread Koen Vandeputte
Hi Jow, After running the latest source build some minutes ago, I noticed these prints in the bootlog: [ 27.77] procd: - early - [ 27.78] procd: - watchdog - [ 27.92] procd: cannot set group tty for /dev/ttyS2 [ 27.93] procd: cannot set group tty for /dev/ttyS0 [ 27.9