[LEDE-DEV] [PATCH usbmode 1/2] cmake: Find libubox/blobmsg_json.h

2016-07-11 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/blobmsg_json.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletio

[LEDE-DEV] [PATCH usbmode 2/2] cmake: Search for libjson-c

2016-07-11 Thread Florian Fainelli
Since we use libblobmsg_json which uses libjson-c internally, make sure we find this library. Signed-off-by: Florian Fainelli --- CMakeLists.txt |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95d757f..28394e5 100644 --- a/CMakeLis

[LEDE-DEV] [PATCH mountd] cmake: Find uci.h

2016-07-11 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[LEDE-DEV] [PATCH iwinfo] Makefile: explictly link with all shared libraries

2016-07-11 Thread Florian Fainelli
linking with libuci means we need to link with libblobmsg_json, libjson-c and libubox. Sinc e we do not use pkg-config or something equivalent, we need to specify all dependencies. Signed-off-by: Florian Fainelli --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi

[LEDE-DEV] [PATCH] cmake: Find libubus.h

2016-07-11 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubus.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff -

[LEDE-DEV] [PATCH uhttpd] cmake: Find libubox/usock.h

2016-07-11 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/usock.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[LEDE-DEV] [PATCH firewall3] cmake: Find uci.h

2016-07-11 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/

Re: [LEDE-DEV] [PATCH] [mksh] Update to r52c

2016-07-11 Thread John Crispin
Hi could you please * change the subject prefix to "utils/mksh:" and remove the [] On 11/07/2016 09:18, Alive 4ever wrote: > Update mksh package to sync with current latest upstream (r52c). > * remove this tearline > Signed-off-by: alive4ever * we need a real name please John

Re: [LEDE-DEV] [RFC v4 4/4] ar71xx: base-files: remove the now unneeded 09_fix-seama-header

2016-07-11 Thread Jo-Philipp Wich
Hi Yousong, I just pulled the series into my tree and will push it to master once my build test is through. Thanks for taking care of the Seama stuff! ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listi

Re: [LEDE-DEV] [RFC v4 0/4] ar71xx: image: fix making seama images

2016-07-11 Thread Steven Haigh
Just to be a pain, is there an ETA for this patchset to make it into the main git repo? If fixes a lot of issues that lead to non-working installs without these patches... On 9/07/2016 11:46 PM, Steven Haigh wrote: > Tested-by: Steven Haigh > > Confirmed correct operation of these patches to ma

[LEDE-DEV] restore or compile config backup from openwrt

2016-07-11 Thread Jochen Demmer
Hi, would I have to expect problems when restoring a configuration backup from a Chaos Calmer device? I plan to upgrade some devices to lede but don't want to reconfigure them manually. Also: What if I compile myself a lede firmware with buildroot and also use old configuration files (/etc/c

[LEDE-DEV] [PATCH] [mksh] Update to r52c

2016-07-11 Thread Alive 4ever
Update mksh package to sync with current latest upstream (r52c). Signed-off-by: alive4ever --- utils/mksh/Makefile | 4 +-- utils/mksh/patches/100-dot_mkshrc | 52 ++- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/utils/mk