dnsmasq compile error: rfc1035.c:978:56: error: 'struct dnsmasq_daemon' has no member named 'workspacename'

2021-09-27 Thread Patrick Vorlicek
smasq_full_conntrack=y CONFIG_PACKAGE_dnsmasq_full_noid=y # CONFIG_PACKAGE_dnsmasq_full_broken_rtc is not set # CONFIG_PACKAGE_dnsmasq_full_tftp is not set A make dirclean does not help, the target is ipq806x, host is Ubuntu 20.04. Any idea what I did wrong? -- Viele Grüße, Patrick Vorlicek __

Re: jffs2 broken after first reboot

2021-01-18 Thread Patrick Vorlicek
Typical case of rubber duck debugging, sorry for bothering the list. I just realized that I had enabled FSTOOLS_OVL_MOUNT_COMPRESS_ZLIB which seems to cause the issue. @john maybe you want to look into this? Can I be of any help? Viele Grüße, Patrick Vorlicek Am 18.01.2021 um 19:59 schrieb

jffs2 broken after first reboot

2021-01-18 Thread Patrick Vorlicek
fs2 failed - fallback to ramoverlay -- Viele Grüße, Patrick Vorlicek ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-28 Thread 'Patrick Supper'
he new address for bootm; so at the moment it is just an other step for the Install/Flash-Instructions) Regards, Patrick ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-25 Thread 'Patrick Supper'
parator (or create a new function) and set the MAC address in /etc/board.d/02_network + /etc/hotplug.d/firmware/10-ath9k-eeprom? Regards, Patrick ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-24 Thread Patrick Supper
r to solid green (ca 2min) * Known Issue: - U-Boot does NOT support booting large initramfs images from RAM, they need to be written to flash first. Signed-off-by: Patrick Supper --- .../ath79/base-files/etc/board.d/02_network | 3 +- .../ath79/dts/ar9342_zyxel_nwa1123-ni.dts | 161 ++

[OpenWrt-Devel] [PATCH][opkg-lede] libopkg: Fix segfault on trailing comma in deps

2019-04-17 Thread Patrick McDermott
ch is passed through ensure_abstract_pkg_by_name(), abstract_pkg_fetch_by_name(), hash_table_get(), hash_index(), and finally djb2_hash() which dereferences the NULL pointer. Signed-off-by: Patrick McDermott --- libopkg/pkg_depends.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libopkg/pkg_depends.c b/libopkg

[OpenWrt-Devel] [PATCH][opkg-lede] libopkg: Detect gzipped pkg lists by magic number

2019-04-17 Thread Patrick McDermott
Signed-off-by: Patrick McDermott --- libbb/gzip.h | 2 ++ libopkg/pkg_hash.c | 27 --- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/libbb/gzip.h b/libbb/gzip.h index 3a61a1d..28e3a50 100644 --- a/libbb/gzip.h +++ b/libbb/gzip.h @@ -22,6 +22,8

[OpenWrt-Devel] [PATCH][opkg-lede] build: Allow overriding opkg state dir prefix

2019-04-17 Thread Patrick McDermott
Signed-off-by: Patrick McDermott --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26230b3..f57fe10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ INCLUDE(TestBigEndian) SET(HOST_CPU "" CA

[OpenWrt-Devel] JFFS2 overlay failed to mount

2019-03-13 Thread Patrick Vorlicek
ago for the GL-AR750. - Patrick Vorlicek ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] multiple virtual ssid's

2014-05-26 Thread Patrick Shirkey
On Sat, May 24, 2014 4:06 pm, Patrick Shirkey wrote: > Hi, > > For reference sake in case anyone else comes across this thread I have > upgraded to the latest: > > BARRIER BREAKER (Bleeding Edge, r40820) May 22 2014 > > I am seeing better behaviour now. > > firs

Re: [OpenWrt-Devel] multiple virtual ssid's

2014-05-23 Thread Patrick Shirkey
ed for over 12 hours. I would like to understand what is going on at the lower level. It seems like there is an initialisation issue but I am not sure where to look to attempt to fully debug the issue. -- Patrick Shirkey Boost Hardware Ltd ___ openwrt

[OpenWrt-Devel] multiple virtual ssid's

2014-05-21 Thread Patrick Shirkey
issue/driver issue... Does anyone have any thoughts on why this could be happening? -- Patrick Shirkey Boost Hardware Ltd ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-10 Thread Patrick
built. i'am ok with this, because we > also add a lot of features and possibilities which are simply not > possible with ifconfig/route/netstat. I think you must compare busybox with ip, ifconfig, netstat and route. > > the busybox-native ip-command is limited/uncomplete and we shou

[OpenWrt-Devel] libFLAC on PowerPC - error: AltiVec and E500 instructions cannot coexist

2013-09-08 Thread Patrick Vorlicek
Hey guys, I'm trying to compile miniDLNA for my TP-WDR4900 (mpc85xx, e500v2) and this fails at libFLAC as part of libffmpeg-mini. It seems to be an issue with the compile optimizations: make[8]: Entering directory `/data/OpenWRT/TL-WDR4900/build_dir/target-powerpc_uClibc-0.9.33.2/flac-1.2.1/

[OpenWrt-Devel] block mount and usbmode switch

2013-09-01 Thread Patrick Vorlicek
Hey guys, I have a problem with my TL-MR3040 (battery powered 3G router). It has only 4MB flash and so I'm using extroot with the microSD card in the huawei 3g stick. The only problem is, that usbmode switch is called _after_ the microSD got rootfs, which detaches the card. In previous versio

[OpenWrt-Devel] [PATCH][AA] IB Support and gzip images

2013-05-26 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a patch to support brcm2708 Image Builder and gzip images. This Patch is for AA. gruss pat -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG wi

[OpenWrt-Devel] [PATCH][packages] add luaneightbl

2013-03-20 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi neightbl is a lua lib for reading mac,ip6 table from kernel Signed-off-by: Patrick Grimm - --- /dev/null 2013-02-17 21:23:56.06800 +0100 +++ lang/luaneightbl/Makefile 2013-03-20 10:03:46.0 +0100 @@ -0,0 +1,57 @@ +# +# Copyright (C

[OpenWrt-Devel] [PATCH][packages] fix pthsem

2013-03-19 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have pthsem up and running on ar71xx and x86 with uclibc. Signed-off-by: Patrick Grimm Index: libs/pthsem/Makefile === - --- libs/pthsem/Makefile (revision 36087) +++ libs

[OpenWrt-Devel] [PATCH] [packages] add libwebsockets

2013-03-19 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This library provide Server and Client functions for Websockets. Signed-off-by: Patrick Grimm - --- /dev/null 2013-02-17 21:23:56.06800 +0100 +++ libs/libwebsockets/Makefile 2013-03-19 21:47:04.893856000 +0100 @@ -0,0 +1,36 @@ +include

Re: [OpenWrt-Devel] Buffalo WZR-HP-AG300H vlan woes

2012-10-26 Thread Patrick van Staveren
that should work: https://dev.openwrt.org/ticket/12377 Thanks to mperez on the forums who first came across this: https://forum.openwrt.org/viewtopic.php?pid=155341#p155341 Cheers, Patrick On Oct 22, 2012, at 23:44, Patrick van Staveren wrote: > Hello, > > Has anyone used multiple VLAN

[OpenWrt-Devel] Buffalo WZR-HP-AG300H vlan woes

2012-10-22 Thread Patrick van Staveren
n the case where the default network config was added, the submitter's patch was modified to use untagged on port 0. See: https://dev.openwrt.org/ticket/9607 Thanks in advance! Patrick van Staveren ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ramips: Board support for Asus RT-N10+ (patch v3)

2012-03-04 Thread Patrick van Staveren
vice#ramips.platform This is ready to go to trunk at this point, if the developers can have a look? Cheers, Patrick Signed-off-by: Patrick van Staveren On 02/22/2012 11:54 PM, Patrick van Staveren wrote: Hello, I've been working on support for this board and I've worked out the kin

[OpenWrt-Devel] [PATCH] ramips: Board support for Asus RT-N10+ (patch v2)

2012-02-22 Thread Patrick van Staveren
x27;ve left the LAN MAC to unset so it uses defaults. I think this is ready to commit. Signed-off-by: Patrick van Staveren --- base-files/etc/diag.sh |3 base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom |1 base-files/etc/uci-defaults/network

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread Patrick Florek
Do you got openwrt running on the w501v? Am 15.02.2012 00:01 schrieb "John Crispin" : > On 14/02/12 23:57, Luca Olivetti wrote: > > Al 14/02/12 23:42, En/na Luca Olivetti ha escrit: > >> Al 14/02/12 20:31, En/na John Crispin ha escrit: > >>> > The problem is, the voice firmware available with

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread Patrick Florek
A look on freetz could be worth. They modify the original firmware which is shipped out by the manufacturers, avm fritzboxes. Maybe they have some stuff concerning the fxs. Me own a dt w501v too. But i think its out of date, cuz of low rom\ram. I'm also intrested in a platform with fxs, dsl and o

[OpenWrt-Devel] [PATCH] Board support for Asus RT-N10+

2012-01-29 Thread Patrick van Staveren
opied & pasted from the DIR-300 B1. I'm worried this means that sysupgrade might write data to the wrong place? I've been too scared to try as I haven't tapped the serial port yet. Comments, feedback, advice, help appreciated! Cheers, Patrick van Staveren Links: -- [1] http:

[OpenWrt-Devel] [PATCH] [packages] Add libwebsockets

2012-01-08 Thread Patrick Grimm
Description: Binary data Gruss Patrick PGP.sig Description: Signierter Teil der Nachricht ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 5/5] [orion] add rd88f5181l-ge and rd88f5181l-fxo devices

2011-09-19 Thread Patrick Florek
than his space in the filesystem. Should i increase the size for it. How o i set the offset? 1.5M or 2M? Greetings Patrick 2011/8/29  : > From: "Eugene San (eugenesan)" > > > Signed-off-by: Eugene San (eugenesan) > --- >  target/linux/orion/README    

[OpenWrt-Devel] [PATCH] LIRC

2011-09-19 Thread Patrick Florek
Improved and more comfortable; newer Version; more tools integrated Index: packages/utils/lirc/Config.in === --- Config.in (Revision 0) +++ Config.in (Revision 0) @@ -0,0 +1,52 @@ +# lirc configuration +menu "Configuration"

[OpenWrt-Devel] [Patch] olsrd.init add virtual interface name

2010-08-09 Thread Patrick Grimm
Hi This patch add interface name handling for the NonOlsrIf Option in olsrd init script. e.g. NonOlsrIf=lan and not NonOlsrIf=eth0 Signed-off-by: Patrick Grimm Index: olsrd.init === --- olsrd.init (Revision 22459) +++ olsrd.init

Re: [OpenWrt-Devel] brcm-2.4 the alias ip is the primary ip

2010-07-11 Thread Patrick Grimm
Am Sonntag 11 Juli 2010, 02:07:20 schrieb Felix Fietkau: > On 2010-07-11 12:22 AM, Patrick Grimm wrote: > > Hi > > > > I have attached the config from my setup. > > The follow Patch rename the default interface name from wl0 to wlan0 and > > add > > Er

[OpenWrt-Devel] brcm-2.4 the alias ip is the primary ip

2010-07-10 Thread Patrick Grimm
Hi I have attached the config from my setup. The follow Patch rename the default interface name from wl0 to wlan0 and add wl* to return 0 in the hotplug.d net config. That is testet with backfire branch and wrt54gl and WHR-G54S. Gruss Patrick ip addr show dev wl0

Re: [OpenWrt-Devel] rsync closed ?

2010-01-12 Thread Patrick Grimm
Am Dienstag, 12. Januar 2010 14:16:59 schrieb ZioPRoTo (Saverio Proto): > Is rsync at openwrt.org now closed ? I am missing rsync too. But i use wget. wget --limit-rate=100k -nH -m -l 1 http://downloads.openwrt.org/kamikaze/$OPENWRT_VER/$BOARD/packages/ Patr

[OpenWrt-Devel] [PATCH] radvd add hotplug script

2009-11-24 Thread Patrick Grimm
reload radvd config if a interface change the state. This is for the IgnoreIfMissing on|off option in radvd interface section. Signed-off-by: Patrick Grimm Index: ipv6/radvd/files/radvd.hotplug === --- ipv6/radvd/files

[OpenWrt-Devel] [PATCH] dnsmasq addnhosts list

2009-11-21 Thread Patrick Grimm
Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm I

Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-12 Thread Patrick Scharrenberg
move to the right mount point, if the mount mechanism for removable media is changed anyway. Any suggestions? Best regards Patrick Jose Vasconcellos wrote: > Attached is a patch to handle the mounting and unmounting > of blocked device. This handles both USB and IEEE1394 > devices. It remo

[OpenWrt-Devel] [PATCH] package-vim: fix broken Makefile

2008-05-21 Thread Patrick Scharrenberg
- corrected inclusion of Package/vim/Default - removed unused Package/vim-full/conffiles and Package/vim/conffiles - removed unused/broken Package/vim-full/postinst and Package/vim/postinst which tried to modify files on the build-host!! Signed-off-by: Patrick Scharrenberg <[EMAIL PROTEC

[OpenWrt-Devel] madwifi radar detection

2008-04-22 Thread Patrick Grimm
Hi, the iwpriv param doth is doubles. One is calling 80211h and one is calling doth. https://dev.openwrt.org/changeset/9624 https://dev.openwrt.org/changeset/10401 I think 10401 is the right way. greetings Patrick ___ openwrt-devel

[OpenWrt-Devel] [PATCH] enable IPv6-support for ipsec-tools

2007-12-09 Thread Patrick Scharrenberg
Enable IPv6-Support for ipsec-tools Signed-off-by: Patrick Scharrenberg <[EMAIL PROTECTED]> --- Index: package/ipsec-tools/Makefile === --- package/ipsec-tools/Makefile(Revision 9671) +++ package/ipsec-tools/Ma

[OpenWrt-Devel] [PATCH] Add ipupdate package

2007-11-28 Thread Patrick Scharrenberg
Add ipupdate package. Signed-off-by: Patrick Scharrenberg <[EMAIL PROTECTED]> --- Index: package/ipupdate/Makefile === --- package/ipupdate/Makefile (Revision 0) +++ package/ipupdate/Makefile (Revision 0) @@ -0,0

[OpenWrt-Devel] wrt54gs doesn't start since r7955

2007-07-17 Thread Patrick Scharrenberg
Hi! since revision 7955 my wrt54gs doesn't start any more. I built with kernel 2.6. 7954 works fine, 8022 without the 7954-patch also. I don't have a serial-cable, so I can't see what's going on in there.. :-) Regards Patrick _