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
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
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
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
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
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
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
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
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
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
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 :
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
-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
-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
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
---
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
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
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
39 matches
Mail list logo