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

2017-05-16 Thread Luis Araneda
quot;:0} <- 9dc9e08c # status: {"status":0,"objid":-723209694} <- 4bb7a57d # status: {"status":0,"objid":-1940255602} <- 1a8c6bf2 # add_object: {} -> 1a8c6bf2 # data: {"objid":752170120} -> 1a8c6bf2 # status: {"status":0} I've done some research, and I've found https://lists.openwrt.org/pipermail/openwrt-devel/2015-September/035514.html and I think the call to ubusd_acl_check() shouldn't generate an error in my case because I have an ACL file (assuming it is properly written) - I doing something wrong in the ACL file? - Is the root user the only allowed to add an object to the bus? - Am I missing something? Thanks in advance, Luis Araneda. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

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

2017-06-26 Thread Luis Araneda
ervice": { "methods": [ "list" ] } }, "publish": [ "testobj" ] } Cheers, Luis Araneda. On Wed, May 17, 2017 at 1:17 AM, Luis Araneda wrote: > Hi, > > > I'm trying to create a ubus object using a n

Re: [LEDE-DEV] [PATCH 00/13] sunxi: upgrade to kernel 4.9 and add A64 support

2017-08-27 Thread Luis Araneda
de-dev > > > Yes ! > > > Regards > > > ___ > Lede-dev mailing list > Lede-dev@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/lede-dev Hi, I've applied your patches, and I've made others to add support for the Nanopi M1 Plus board, which uses an H3 SoC. Everything seems working fine, even the WiFi card on the board (.dts+nvram files). Are you waiting for more testing to merge this to master? I'm sure that almost all H3 based boards can be supported, at least at some basic level. Regards, Luis Araneda. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH 2/4] sunxi: base files: add AP6212 (brcm43430) NVRAM

2017-10-18 Thread Luis Araneda
Used by the NanoPi M1 Plus board Signed-off-by: Luis Araneda --- .../lib/firmware/brcm/brcmfmac43430-sdio.txt | 53 ++ 1 file changed, 53 insertions(+) create mode 100644 target/linux/sunxi/base-files/lib/firmware/brcm/brcmfmac43430-sdio.txt diff --git a/target

[LEDE-DEV] [PATCH 3/4] mac80211: enable brcmfmac's SDIO support on sunxi target

2017-10-18 Thread Luis Araneda
Needed to support some SDIO connected cards, like AMPAK modules Signed-off-by: Luis Araneda --- package/kernel/mac80211/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 7e9b5ad618..add713a014 100644 --- a

[LEDE-DEV] [PATCH 4/4] sunxi: add support for NanoPi M1 Plus board

2017-10-18 Thread Luis Araneda
Cortex-A7@1.2GHz - RAM: 1GB DDR3 - eMMC: 8GB - microSD slot - Ethernet 10/100/1000M - Wifi: AP6212 Signed-off-by: Luis Araneda --- target/linux/sunxi/image/cortex-a7.mk | 12 ++ ...un8i-add-common-dtsi-file-for-nanopi-SBCs.patch | 160 ...un8i-add-support-for

[LEDE-DEV] [PATCH 1/4] uboot-sunxi: add NanoPi M1 Plus board

2017-10-18 Thread Luis Araneda
Signed-off-by: Luis Araneda --- package/boot/uboot-sunxi/Makefile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 50c6b06a71..849d8ba353 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot

[LEDE-DEV] [PATCH 0/4] sunxi: add support for NanoPi M1 Plus

2017-10-18 Thread Luis Araneda
This series add support for the NanoPi M1 Plus board. Compile and tested using a real board. NanoPi M1 Plus key features - SoC: Allwinner H3, Quad-core Cortex-A7@1.2GHz - RAM: 1GB DDR3 - eMMC: 8GB - microSD slot - Ethernet 10/100/1000M - Wifi: AP6212 Luis Araneda (4): uboot-sunxi: add NanoPi

Re: [LEDE-DEV] [PATCH 0/4] sunxi: add support for NanoPi M1 Plus

2017-11-13 Thread Luis Araneda
d on sunxi/Makefile) I've been testing video processing workloads (OpenCV), and the board has been running stable so far. Thanks in advance, Luis Araneda. On Thu, Oct 19, 2017 at 12:18 AM, Luis Araneda wrote: > This series add support for the NanoPi M1 Plus board. > > Compile and t

Re: [LEDE-DEV] fixing of image file names

2017-11-29 Thread Luis Araneda
all of us, I'm time constrained as well. > > Any feedback on this approach (and help in migrating exists boards of > course) is highly welcome. That seems like the correct way to go, but is a lot of work as you mentioned. I can start with the ipq806x and sunxi targets, since they are