[OpenWrt-Devel] How to keep disabled services disabled after sysupgrade

2015-06-18 Thread Stefan Tomanek
Whenever I update my OpenWrt system using sysupgrade, unwanted services pop up; I am using one of my devices as a simple AP, so it must not start dnsmasq, odhcpd or the firewall service. Running sysupgrade however reinstates the links in /etc/rc.d/ removed by '/etc/init.d/foo disable'. I was

Re: [OpenWrt-Devel] How to keep disabled services disabled after sysupgrade

2015-06-18 Thread Stefan Tomanek
Dies schrieb Bastian Bittorf (bitt...@bluebottle.com): Can anyone supply any different ideas or provide some feedback? maybe: disabled services are stored during sysupgrade in e.g. /lib/upgrade/keep.d/services_disabled and this file will be read line by line during firstboot/uci-defaults

Re: [OpenWrt-Devel] [PATCH v2] sysctl: read settings from /etc/sysctl.d/*.conf

2015-06-12 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/. Anything new here? :-D ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH] sysctl: read settings from /etc/sysctl.d/*.conf

2015-05-27 Thread Stefan Tomanek
This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/, which take precedence over /etc/sysctl.conf. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- package/base-files/files/etc/init.d/sysctl |4 +++- 1 files

[OpenWrt-Devel] [PATCH v2] sysctl: read settings from /etc/sysctl.d/*.conf

2015-05-27 Thread Stefan Tomanek
This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- package/base-files/Makefile|2 ++ .../base-files/files/etc/hotplug.d/net/00-sysctl

[OpenWrt-Devel] [Patch v2] [dnsmasq] backport --tftp-no-fail to ignore missing tftp root

2015-03-31 Thread Stefan Tomanek
-tftp-root.patch new file mode 100644 index 000..c85e4e6 --- /dev/null +++ b/package/network/services/dnsmasq/patches/120-add-tftp-no-fail-to-ignore-missing-tftp-root.patch @@ -0,0 +1,193 @@ +From 56920681eaf2c5eb08fc75baee4939d15d03b0ea Mon Sep 17 00:00:00 2001 +From: Stefan Tomanek

[OpenWrt-Devel] [PATCH] [dnsmasq] add --tftp-no-fail to ignore missing tftp root

2015-03-30 Thread Stefan Tomanek
-tftp-root.patch new file mode 100644 index 000..9a2a94a --- /dev/null +++ b/package/network/services/dnsmasq/patches/120-add-tftp-no-fail-to-ignore-missing-tftp-root.patch @@ -0,0 +1,103 @@ +From 859e01b56ca9aa1e3a871bfd4db1e372f1a7302d Mon Sep 17 00:00:00 2001 +From: Stefan Tomanek

[OpenWrt-Devel] [PATCH] dnsmasq: Make parameters optional in dhcpboot config

2015-02-21 Thread Stefan Tomanek
The --dhcp-boot option of dnsmasq does not require servername and serveraddress arguments if the builtin tftp server is used. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- .../network/services/dnsmasq/files/dnsmasq.init|7 +++ 1 files changed, 3 insertions

Re: [OpenWrt-Devel] [PATCH] hostapd: backport BSSID black/whitelists

2015-02-11 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): Any feedback regarding this backported feature? this patch is fine, the log file one scares me though as there is no log rotate logic. What kind of log rotate logic do you mean? That can be implemented externally

Re: [OpenWrt-Devel] [PATCH] hostapd: backport BSSID black/whitelists

2015-01-28 Thread Stefan Tomanek
Dies schrieb John Crispin (blo...@openwrt.org): Any feedback regarding this backported feature? this patch is fine, the log file one scares me though as there is no log rotate logic. What kind of log rotate logic do you mean? That can be implemented externally if needed: just move the old

Re: [OpenWrt-Devel] [PATCH] hostapd: backport BSSID black/whitelists

2015-01-28 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): This change adds the configuration options bssid_whitelist and bssid_blacklist used to limit the AP selection of a network to a specified (finite) set or discard certain APs. Any feedback regarding this backported feature

[OpenWrt-Devel] [PATCH] hostapd: Add client association log file

2015-01-21 Thread Stefan Tomanek
an assoc_log_file entry to the wireless network: config wifi-iface option device 'radio1' option network 'hotspot' option ssid 'MyNetwork' option mode 'ap' option encryption 'none' option assoc_log_file '/tmp/assoc_log-hotspot' Signed-off-by: Stefan Tomanek

Re: [OpenWrt-Devel] [PATCH] update iptables to 1.4.12.1

2011-10-22 Thread Stefan Tomanek
Any news about updating iptables to a recent version? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Current trunk fails to compile: mtd-utils patches failing

2011-10-10 Thread Stefan Tomanek
Any idea why my trunk/git snapshot fails to compile? $ make [...] make[3]: Entering directory `/home/stefan/openwrt/openwrt/tools/mtd-utils' . /home/stefan/openwrt/openwrt/include/shell.sh; gzip -dc /home/stefan/openwrt/openwrt/dl/mtd-20101124.tar.gz | /bin/tar -C

[OpenWrt-Devel] [PATCH] update iptables to 1.4.12.1

2011-10-10 Thread Stefan Tomanek
--- package/iptables/Makefile |6 +- .../patches/010-multiport-linux-2.4-compat.patch | 265 package/iptables/patches/011-recent-add-reap.patch | 116 - .../patches/020-iptables-disable-modprobe.patch|8 +-

[OpenWrt-Devel] [PATCH] [packages] triggerhappy: update to version 0.3.4

2011-03-24 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index 5d07332..aa3ea19 100644 --- a/utils/triggerhappy/Makefile

[OpenWrt-Devel] [PATCH] update triggerhappy package to version 0.3.2

2010-12-23 Thread Stefan Tomanek
this introduces several bugfixes Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index 58b83b3..2f22fb1 100644

Re: [OpenWrt-Devel] [PATCH] update triggerhappy package to version 0.3.1-1

2010-12-17 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils

[OpenWrt-Devel] [PATCH] update package triggerhappy to version 0.3.0-1

2010-12-12 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index b9569fd..c96b121 100644 --- a/utils/triggerhappy/Makefile

[OpenWrt-Devel] [PATCH] update package triggerhappy to version 0.3.0-1

2010-12-09 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index a0bde02..23dc53b 100644 --- a/utils/triggerhappy/Makefile

[OpenWrt-Devel] [PATCH] [packages/triggerhappy] update Makefile for 0.2.2

2010-12-08 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index a0bde02..724e91a 100644 --- a/utils/triggerhappy/Makefile

Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-22 Thread Stefan Tomanek
Dies schrieb Matthias Buecher / Germany (m...@maddes.net): So if you are sure that the patch is not mangled by your mail client (no wraps, no tabs to spaces), then inline is definitely preferred. Maybe setting some options in your mail client will avoid this behaviour. Can you point me to the

[OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
This patch upgrade the triggerhappy daemon to upstream version 0.1.6, which fixes several build and runtime issues. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de --- utils/triggerhappy/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
Dies schrieb Florian Fainelli (flor...@openwrt.org): I/home/florian/dev/openwrt/trunk/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/include -c -o trigger.o trigger.c make[3]: *** No rule to make target `evtable_EV.h', needed by `eventnames.o'. Stop. I think the Makefile fails

[OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
This patch upgrade the triggerhappy daemon to upstream version 0.1.6, which fixes several build and runtime issues. It also explicitly specifies the path to the header file linux/input.h which is needed during compilation. Signed-off-by: Stefan Tomanek stefan.tomanek+open...@wertarbyte.de

Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
Dies schrieb Mirko Vogt (li...@nanl.de): Committed in r24076, thanks. Thanks :) Please attach patches as files next time, since inlining often screws them up (in this case spaces - tabs). Although https://dev.openwrt.org/wiki/SubmittingPatches says otherwise? Send a mail to openwrt-devel

[OpenWrt-Devel] [PATCH] update triggerhappy package to version 0.1.4

2010-11-18 Thread Stefan Tomanek
--- utils/triggerhappy/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index 984708d..e9db1d9 100644 --- a/utils/triggerhappy/Makefile +++ b/utils/triggerhappy/Makefile @@ -6,8 +6,8 @@ include

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Stefan Tomanek
Dies schrieb Xiangfu Liu (xiangf...@gmail.com): -PKG_VERSION:=0.1.3 -PKG_REV:=f7c42167127fb8377f99440f943ab863433b14b5 +PKG_VERSION:=0.1.4 +PKG_REV:=d5a041b18f010d4b1f4a33cfed00fcbe604e3a91 PKG_RELEASE:=1 Due to some changes (and added features) this version is now designated 0.1.5, not

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

2010-11-14 Thread Stefan Tomanek
hotplug handler. Greetings Stefan Tomanek ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2010-11-12 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

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-12 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): 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. Any suggestions regarding this patch? I'm not sure

[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