[OpenWrt-Devel] STAGING_DIR vs. --sysroot

2015-11-06 Thread Rüdiger , Christoph
Hi folks, I'm wondering a bit why the OpenWrt toolchains rely on a set STAGING_DIR environment variable. I haven't found any documentation on this except "You have to set it". Examining the source tree of gcc didn't show me any STAGING_DIR occurrence. It seems to be used only in the specs file.

Re: [OpenWrt-Devel] How to add ubus users?

2015-09-26 Thread Rüdiger , Christoph
Hi Jow, thank you for that information. > If the password option is specified like "$p$" then the password hash > for is validated against /etc/shadow. > > If the password option is specified like "$1$" then the client supplied > login password is hashed through crypt() and compared against the

[OpenWrt-Devel] How to add ubus users?

2015-09-25 Thread Rüdiger , Christoph
Hi! I've seen that there is an ACL concept for the ubus available [1], which fits very nice to my plan making our system services available as ubus calls instead of maintaining a REST API structure in parallel. However, I was not able to figure out how to add additional users to the ubus. There

Re: [OpenWrt-Devel] Project specific settings

2015-09-15 Thread Rüdiger , Christoph
> what kind of changes are we talking about ? just config file stuff or > big changes to how stuff is built and installed ? >From what I've seen so far, it is about half in the package Makefiles, so how >stuff is built and installed. The other half is shared between changes in the >code and chan

[OpenWrt-Devel] Project specific settings

2015-09-15 Thread Rüdiger , Christoph
Hello, I'm quite new to OpenWrt and being faced with an existing build tree here. After reading nearly everything I could force Google to bubble it up to the top result pages, I'm still struggling with a simple question. Our build tree is full of custom patches to different packages, mainly in