Re: [OpenWrt-Devel] [PATCH v2 1/1] lm-sensors: split out sensors-detect from rest of package

2011-05-06 Thread Luka Perkov
On Fri, May 06, 2011 at 04:00:19PM -0600, Philip Prindeville wrote: > On 5/6/11 12:06 PM, Luka Perkov wrote: >> On Thu, May 05, 2011 at 05:28:43PM -0600, Philip Prindeville wrote: >>> Since sensors-detect isn't always needed where sensors is used, and >>> has unexpressed dependency on perl, it migh

[OpenWrt-Devel] [PATCH] add interface and hosts parsing from uci dhcp config to ISC dhcpd (fix bridges)

2011-05-06 Thread Rajko Stojadinovic
This allows people to use the luci interface to specify to dhcpd which interfaces it should listen to, and which static MAC->IP host mappings should it define For the interface, this has to be done in the initscript, via commandline when the server is started For the static hosts, the initscript ma

Re: [OpenWrt-Devel] [PATCH v2 1/1] lm-sensors: split out sensors-detect from rest of package

2011-05-06 Thread Philip Prindeville
On 5/6/11 12:06 PM, Luka Perkov wrote: > On Thu, May 05, 2011 at 05:28:43PM -0600, Philip Prindeville wrote: >> Since sensors-detect isn't always needed where sensors is used, and has >> unexpressed dependency on perl, it might make more sense to have this be >> separated out... >> >> Redux with

Re: [OpenWrt-Devel] [PATCH v2 1/1] lm-sensors: split out sensors-detect from rest of package

2011-05-06 Thread Luka Perkov
On Thu, May 05, 2011 at 05:28:43PM -0600, Philip Prindeville wrote: > Since sensors-detect isn't always needed where sensors is used, and has > unexpressed dependency on perl, it might make more sense to have this be > separated out... > > Redux with better perl dependencies. Applied in 26838 w

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Joachim Schlipper
Ah, now I get it. I guess I was thinking too complicated to realize that it's that simple. Thanks a lot! Joachim On 05/06/2011 01:42 PM, Jo-Philipp Wich wrote: > With topdir I mean the directory where you run "make" in, > feeds.conf.default and LICENSE are located there. > > As I also wrote initi

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-06 Thread John Crispin
On 06/05/11 15:13, Peter Lebbing wrote: > On 02/05/11 14:01, John Crispin wrote: >> after the very long thread on the ML, i figure no one was aware that the >> patch was complete. > > So, can someone please commit my patch, > ? > > (Or tell me why not...)

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-06 Thread Peter Lebbing
On 02/05/11 14:01, John Crispin wrote: > after the very long thread on the ML, i figure no one was aware that the > patch was complete. So, can someone please commit my patch, ? (Or tell me why not...) Thanks, Peter. -- I use the GNU Privacy Guard (Gn

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Jo-Philipp Wich
With topdir I mean the directory where you run "make" in, feeds.conf.default and LICENSE are located there. As I also wrote initially you have to create this folder, it is not there by default. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Joachim Schlipper
Sorry Jow, I didn't misunderstood what you meant with buildroot topdir. I guess now you mean a "files" folder that is not in my package dir, but somewhere in the build_dir folder (or any descendant), right? Now I'm searching for the folder or any example that uses it, but I can't find one. Could yo

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The linked discussion refers to an entirely different matter. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3DxosACgkQdputYINPTPPUMwCfStx5Xh72QnO35HV0O/1q

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > The problem is that if I just copy my own configuration file to > /etc/config/openvpn, it will be overwritten by the one from the > openvpn-package. So my config is lost. Not if you put it in the files/ dir of the buildroot topdir as I wrote. Its pr

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Joachim Schlipper
Philip, thanks for pointing me to that. I was thinking of doing something similar as a last resort, but had the belief there must be a better way. But when you do it that way, my conscience permits me to do the same :-) cheers Joachim On 05/06/2011 12:49 AM, Philip Prindeville wrote: > Joachim: >

Re: [OpenWrt-Devel] Problem: "Cannot satisfy the dependencies for ..." during installation into image

2011-05-06 Thread Ithamar R. Adema
On Thu, 2011-05-05 at 16:49 -0600, Philip Prindeville wrote: > I agree that user files should take precedence over canned release > files (actually, I thought this was the case?). This used to be the cause, but broken a while ago. See this[1] disucssion for previous discussion on basically the sa

[OpenWrt-Devel] netfilter -j QUEUE fails with nf_queue: error creating packet message

2011-05-06 Thread Anders
Hi, I've written a simple netfilter app intercepting packets using the QUEUE target. It work ok when run on my gentoo machine, but on vanilla backfire, it fails with a number of: 192.168.1.1 kernel: nf_queue: error creating packet message in the log. I seem to be getting one of those for each pa