[OpenWrt-Devel] [PATCH] Fix install of iptables pkg-config files.

2013-05-01 Thread Danny Baumann
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be installed. Should fix collectd build and thus #13146; which should make collectd appear in snapshots again. Signed-off-by: Danny Baumann --- package/network/utils/iptables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[OpenWrt-Devel] [PATCH 1/2] Add kernel module package for hid-generic driver.

2012-12-19 Thread Danny Baumann
Needed to support e.g. keyboards and mice. Signed-off-by: Danny Baumann --- package/kernel/modules/other.mk | 14 ++ 1 Datei geändert, 14 Zeilen hinzugefügt(+) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 607b065..f5d872c 100644 --- a/package

[OpenWrt-Devel] Improve HID device support

2012-12-19 Thread Danny Baumann
Certain devices (UPSes and weather stations were mentioned on the bug tracker) need two config changes in order to be supported: - The generic HID driver (introduced in kernel 3.4 or 3.5, not sure) needs to be packaged - hidraw support needs to be enabled The attached patches do exactly that. R

[OpenWrt-Devel] [PATCH 2/2] Enable hidraw support.

2012-12-19 Thread Danny Baumann
It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann --- package/kernel/modules/other.mk | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+),