Re: [OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-14 Thread Felix Fietkau
On 2012-04-14 9:37 PM, Jeroen van Bemmel wrote: > The Linux kernel version is an important configuration aspect still > missing from menuconfig. It should be possible to have the full config > in a single .config file; Makefiles are the wrong place for setting this > parameter. > I agree it would b

Re: [OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-14 Thread Jeroen van Bemmel
The Linux kernel version is an important configuration aspect still missing from menuconfig. It should be possible to have the full config in a single .config file; Makefiles are the wrong place for setting this parameter. I agree it would be uncommon to change this, that's why it is a developer

Re: [OpenWrt-Devel] [PATCH] Provide an init.d script for mosquitto MQTT broker

2012-04-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, comments inline. > From: Karl Palsson > > Use the service helper scripts to build a simple init script for the > mosquitto broker. To make sure that the standard shipped config file > works, add a mosquitto user if not found. > > Signed-off-b

[OpenWrt-Devel] [PATCH] packages: update libmicrohttpd to 0.9.19

2012-04-14 Thread Michael Heimpold
Also include all library symlinks in the package. Signed-off-by: Michael Heimpold Index: libs/libmicrohttpd/Makefile === --- libs/libmicrohttpd/Makefile (revision 31285) +++ libs/libmicrohttpd/Makefile (working copy) @@ -1,5 +1,5 @@

[OpenWrt-Devel] [packages] libmodbus: install/inlcude all symlinks in package

2012-04-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold Index: libs/libmodbus/Makefile === --- libs/libmodbus/Makefile (revision 31285) +++ libs/libmodbus/Makefile (working copy) @@ -1,6 +1,6 @@ -# -# Copyright (C) 2006-2011 OpenWrt.org # +# Copyright (C)

Re: [OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-14 Thread Felix Fietkau
On 2012-04-13 9:01 PM, Jeroen van Bemmel wrote: > A grep for LINUX_VERSION in target/linux/*/Makefile shows that OpenWRT > current uses a large number of different kernel versions for the various > platforms. While there may be reasons for using a particular version, it > would be nice if newer

[OpenWrt-Devel] [PATCH] update collectd to 4.10.7

2012-04-14 Thread Hannu Nyman
Some users seem to have trouble compiling collectd 4.10.6. The needed patch has apparently been already implemented upstream in 4.10.7 that was released a few days ago. See ticket 11282: https://dev.openwrt.org/ticket/11282 I refreshed the patches and bumped the version. The patch leaves one em