[OpenWrt-Devel] [PATCH] lm-sensors package upgrade and new package fancontroled

2010-11-16 Thread Luka Perkov
Upgrade lm-sensors package. Patch enables compiling applications that depend on libsensors library. Add fancontroled (fancontrol for embedded devices) package. fancontroled is linux daemon written in C implementing a temperature dependent fan speed control. fancontroled provides similar functional

Re: [OpenWrt-Devel] [PATCH] lm-sensors package upgrade

2010-11-01 Thread Luka Perkov
On Sun, Oct 31, 2010 at 11:48:39PM +0100, Michael Büsch wrote: > PKG_BUILD_PARALLEL does nothing unless you use the default > build macro, or PKG_JOBS. > > So you either want to $(call Build/Compile/Default) and set the > appropriate MAKE_FLAGS, or add PKG_JOBS to your Build/Compile macro. > > I

Re: [OpenWrt-Devel] [PATCH] lm-sensors package upgrade

2010-10-31 Thread Michael Büsch
On Sun, 2010-10-31 at 23:25 +0100, Luka Perkov wrote: > +PKG_BUILD_PARALLEL:=1 > define Build/Compile > $(MAKE) -C $(PKG_BUILD_DIR) \ > + $(TARGET_CONFIGURE_OPTS) \ > KERNELVERSION="$(LINUX_VERSION)" \ > LINUX="$(LINUX_DIR)" \ > CC="$(TA

[OpenWrt-Devel] [PATCH] lm-sensors package upgrade

2010-10-31 Thread Luka Perkov
Upgrade lm-sensors package. Patch enables compiling applications that depend on libsensors library. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: lm-sensors/Makefile === --- lm-sensors/Makefile (revision 2

[OpenWrt-Devel] [PATCH] lm-sensors package upgrade

2010-10-23 Thread Luka Perkov
Update the lm-Sensors Makefile to new the release (3.2.0). Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: utils/lm-sensors/Makefile === --- utils/lm-sensors/Makefile (revision 23597) +++ utils/lm-sensors

Re: [OpenWrt-Devel] [PATCH] lm-sensors package upgrade/update

2010-08-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Committed in r22491 - thanks! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxZoScACgkQdputYINPTPMTsACfS56kXhAZGNAR+0km8Nb8apO1 6ZEAnAu8dfFSXudZdKHu6fOiPS6k

[OpenWrt-Devel] [PATCH] lm-sensors package upgrade/update

2010-08-02 Thread Luka Perkov
Update the lm-Sensors Makefile to new the release (3.1.2). Enable package selection on other platforms. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: utils/lm-sensors/Makefile === --- utils/lm-sensors/Mak