Re: [OpenWrt-Devel] Build failing of eglibc

2010-10-31 Thread Philip Prindeville
On 10/30/10 1:56 PM, Philip Prindeville wrote: I'm doing a build after syncing up a couple of hours ago... Last change rev is 23715. It fails on eglibc: ... make subdir=nscd -C nscd ..=../ subdir_install make[6]: Entering directory

[OpenWrt-Devel] [PATCH] add input subsystem to hotplug rules

2010-10-31 Thread Stefan Tomanek
This patch adds the input subsystem to the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads). Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- package/hotplug2/files/hotplug2.rules |2 +- 1 files changed, 1 insertions(+), 1

[OpenWrt-Devel] [PATCH] [package] add triggerhappy hotkey daemon

2010-10-31 Thread Stefan Tomanek
Triggerhappy is a lightweight hotkey daemon that can launch arbitrary commands on input events. It supports the hotplugging of devices and the processing of key combinations. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile

[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

[OpenWrt-Devel] [PATCH v2 1/4] Firmware-utils: Add support for board id overrides for bcm63xx.

2010-10-31 Thread Jonas Gorski
Add a switch for using the information1 field to hardcode a board id in the bcm tag for boards that don't provide any usable identification but need special handling. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- tools/firmware-utils/src/imagetag.c | 19 ++- 1

[OpenWrt-Devel] [PATCH v2 2/4] bcm63xx: Add board id override fixup.

2010-10-31 Thread Jonas Gorski
Add a fixup for the kernel to check the bcm tag of the image for a board id in the information1 field, and use that instead of the supplied one by cfe. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- .../patches-2.6.35/400-generic_boardid_fixup.patch | 42

[OpenWrt-Devel] [PATCH v2 3/4] bcm63xx: Add defconfigs.

2010-10-31 Thread Jonas Gorski
Port the mechanism for different default configurations from ar71xx and use the old configuration as the default configuration. This should have no functional differences to before. While we are at it, remove the obsolete nat option. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com ---

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=$(TARGET_CC) \

[OpenWrt-Devel] [PATCH] fix gnuplot compile error

2010-10-31 Thread Xiangfu Liu
Hi this patch add intl, iconv patch to TARGET FLAGS, add intl and iconv to DEPENDS. attach is the patch. this patch is base on : URL: svn://svn.openwrt.org/openwrt/packages Repository Root: svn://svn.openwrt.org/openwrt Repository UUID: 3c298f89-4303-0410-b956-a3cf2f4a3e73 Revision: 23742 --

Re: [OpenWrt-Devel] [PATCH] Add include leds-net5501 module

2010-10-31 Thread Philip Prindeville
On 10/30/10 3:38 PM, Florian Fainelli wrote: Le Friday 15 October 2010 19:18:44, Philip Prindeville a écrit : Trying the following patch, but it's not building the module. What am I missing? Looking closer at the Kconfig dependencies, we should have: LEDS_GPIO_PLATFORM and GPIO_CS5535