[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 --- package/base-files/files/etc/init.d/sysctl |4 +++- 1 files changed, 3 insertions(+), 1 deletions

[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 --- package/base-files/Makefile|2 ++ .../base-files/files/etc/hotplug.d/net/00-sysctl |9 ++--- package/base

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

[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 think

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-de

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

2015-01-21 Thread Stefan Tomanek
ply add 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 as

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

2015-01-21 Thread Stefan Tomanek
D:42/00:FF:FF:FF:FF:FF' This change consists of the following cherry-picked upstream commits: b3d6a0a8259002448a29f14855d58fe0a624ab76 b83e455451a875ba233b3b8ac29aff8b62f064f2 79cd993a623e101952b81fa6a29c674cd858504f (squashed to implement bssid_{white,black}lists) 0047306bc9ab7d

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 feedb

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

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

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

2015-02-11 Thread Stefan Tomanek
Dies schrieb John Crispin (blo...@openwrt.org): > > Any more feedback regarding both patches? > > still on my todo, sorry for the delay it'll take a few more days till i > can go over all the hostapd patches in the queue. Nevermind, I just wanted to make sure that it didn't slide off the table :

[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 --- .../network/services/dnsmasq/files/dnsmasq.init|7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a

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

2015-03-30 Thread Stefan Tomanek
-add-tftp-no-fail-to-ignore-missing-tftp-root.patch b/package/network/services/dnsmasq/patches/120-add-tftp-no-fail-to-ignore-missing-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-tft

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

2015-03-31 Thread Stefan Tomanek
-add-tftp-no-fail-to-ignore-missing-tftp-root.patch b/package/network/services/dnsmasq/patches/120-add-tftp-no-fail-to-ignore-missing-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-ro

[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 /home/stefan/openwrt/openwrt/bu

[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 +- package/iptables/patc

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] [PATCH] dsniff: add patch to fix decoding of POP data

2011-11-04 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- net/dsniff/patches/001-decode_pop.patch | 122 +++ 1 files changed, 122 insertions(+), 0 deletions(-) create mode 100644 net/dsniff/patches/001-decode_pop.patch diff --git a/net/dsniff/patches/001-decode_pop.patch b/net/dsniff

[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 --- package/hotplug2/files/hotplug2.rules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package

[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 --- utils/triggerhappy/Makefile| 49 utils

[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 --- utils/triggerhappy/Makefile| 51 utils

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

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

2010-11-14 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): > 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). Any news about adding this small patch to the official repository? It

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

2010-11-14 Thread Stefan Tomanek
ucing the additional 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] 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 $(TOPDIR

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, no

[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 --- utils/triggerhappy/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils

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 fa

[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 which is needed during compilation. Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |6 +++--- 1 files

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-de

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 t

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

2010-12-08 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- 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 +++ b/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 --- 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 +++ b/utils/triggerhappy/Makefile

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

2010-12-12 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- 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 +++ b/utils/triggerhappy/Makefile

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

2010-12-16 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index b9569fd..58b83b3 100644 --- a/utils/triggerhappy/Makefile +++ b/utils/triggerhappy/Makefile

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 > --- > utils/triggerhappy/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefi

[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 --- 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 --- a/utils/triggerhappy/Makefile

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

2011-03-24 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- 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 +++ b/utils/triggerhappy/Makefile

Re: [OpenWrt-Devel] How to recognize if a default route is active

2011-04-16 Thread Stefan Tomanek
Dies schrieb Jo-Philipp Wich (x...@subsignal.org): > I'd suggest to use "ip route list exact 0.0.0.0/0" to find the device > and then the find_config() shell function to map the device to an uci > interface name. Just a remark: It is possible that this command does not return a default route even