Not sure if the maillist will accept tar attachment.
Attached.
From: Jiri Slachta
To: Ming-Ching Tiew ; OpenWrt Development List
Sent: Wednesday, May 1, 2013 12:13 AM
Subject: Re: [OpenWrt-Devel] Anyone working on having libpri, dahdi-linux and
dahdi-t
didn't try the patch, but I'm all for it, as it fixes a really annoying
behavior.
2013/4/30 Sergey Ryazanov
> Reducing entropy of configuration file, which is introduced by find
> utility, by applying sorting to its output.
>
> Find is used here to scan packages and targets subdirectories. Its
Reducing entropy of configuration file, which is introduced by find
utility, by applying sorting to its output.
Find is used here to scan packages and targets subdirectories. Its
output, known for its random ordering, determines the base order of
configuration options. So let's fix that.
Signed-o
On Tue, Apr 30, 2013 at 10:46 PM, Jiri Slachta wrote:
> Dne 30.4.2013 22:08, valent.turko...@gmail.com napsal(a):
>> On Tue, Apr 30, 2013 at 9:36 PM, valent.turko...@gmail.com
>> wrote:
>>> I had missed package with engines ;)
>>> Now I got images built correctly and installed on CF card.
>>>
>>>
Dne 30.4.2013 22:08, valent.turko...@gmail.com napsal(a):
> On Tue, Apr 30, 2013 at 9:36 PM, valent.turko...@gmail.com
> wrote:
>> I had missed package with engines ;)
>> Now I got images built correctly and installed on CF card.
>>
>> Can you or somebody else check out what is the issue?
>>
>> Pl
On Tue, Apr 30, 2013 at 9:36 PM, valent.turko...@gmail.com
wrote:
> I had missed package with engines ;)
> Now I got images built correctly and installed on CF card.
>
> Can you or somebody else check out what is the issue?
>
> Please connect to:
> ssh r...@valentt.no-ip.org -p 22001 password is "
I had missed package with engines ;)
Now I got images built correctly and installed on CF card.
Can you or somebody else check out what is the issue?
Please connect to:
ssh r...@valentt.no-ip.org -p 22001 password is "openwrt"
___
openwrt-devel mailing
On Tue, Apr 30, 2013 at 2:01 PM, Jiri Slachta wrote:
> Hello,
>
> changes made in https://dev.openwrt.org/changeset/36485 left empty
> directories.
>
> Please, delete following empty directories:
> ...
Done, thanks for pointing out.
___
openwrt-devel m
On Wed, Feb 06, 2013 at 08:39:40PM +0100, Phileas Fogg wrote:
> deboostrap package doesn't install the file devices.tar.gz which is
> necessary for debootstrap to work properly.
>
> Signed-off-by: Phileas Fogg
> ---
Thank you. Applied in r36501 with package upgrade.
Luka
___
Luka,
I tried your suggestion as it made sense but when I tried the extra quoting of:
[ -n "$v" ] && append_param "$p" && ARGS="$ARGS=\"$v\""
I get the error:
# /etc/init.d/tinc start
Could not open log file "/tmp/log/tinc.thelans.log-test": No such file
or directory
The patch I sent was disco
Hello,
there is always an interest for things like that. Please, share your current
work and I (at least) will take a look at it.
Jiri
Ming-Ching Tiew napsal(a):
>I tried the asterisk 11 feeds on the trunk.
>
>Noticed that it does not have dahdi-linux, dahdi-tools and libpri.
>
>Anyone curren
The update to the mac80211 package in svn r36470, which update the
compat-wireless to 2013-02-22 breaks my AA compile. The error is
net/wireless/nl80211.c: In function 'nl80211_send_wowlan_tcp':
implicit declaration of function 'nla_put_be32'
nla_put_be32 wasn't in the kernel's net/netlink.h unt
Thanks you all for the fix.
---
Luiz Angelo Daros de Luca, Me.
luizl...@gmail.com
2013/4/30 Jonas Gorski
> On Mon, Apr 29, 2013 at 4:54 PM, Jonas Gorski wrote:
> > Still build testing, but as a addendum, vanilla 4.6.x is *not*
> > affected, so selecting 4.6.3 instead of 4.6-l
Fair enough ... I tried early on and couldn't make that driver work,
attempting network traffic on eth0 would hang the system, and there was no
kernel panic stack to help
Now that everything else is working I can give it another try. I have learned
rather a bit more about this architecture since -
On Tue, Apr 30, 2013 at 1:58 PM, Andrew McDonnell
wrote:
>
> This patch adds ethernet and switch support - ag7240 ethernet driver
> incorporating RTL8309 switch and S26 switch support - for the D-link DIR 632
> router (hardware version A1) based on DD-WRT r20421. I added Linux platform
> suppor
On Mon, Apr 29, 2013 at 4:54 PM, Jonas Gorski wrote:
> Still build testing, but as a addendum, vanilla 4.6.x is *not*
> affected, so selecting 4.6.3 instead of 4.6-linaro avoids the error,
> too.
The fix is now committed to both trunk (r36486) and Attitude
Adjustment (r36500) for all affected gcc
Hello,
changes made in https://dev.openwrt.org/changeset/36485 left empty directories.
Please, delete following empty directories:
packages/net/asterisk-1.8.x
packages/net/asterisk-11.x
packages/net/asterisk-chan-sccp-b
packages/net/kamailio
packages/net/kamailio3
packages/net/miax
packages/net
This patch adds board support for the D-link DIR-632-A1. Requires other patch
adding AG7240+S26+8309 support for Ethernet; tested net, wlan, USB, buttons and
LEDs
Signed-off-by: Andrew McDonnell
---
target/linux/ar71xx/base-files/etc/diag.sh |3 +
.../ar71xx/base-files/etc/uci-def
I noticed the following message when restarting the fw on trunk:
Warning: Unable to locate ipset utility, disabling ipset support
So, I decided to poke around the fw3 source code on gitweb here:
http://nbd.name/gitweb.cgi?p=firewall3.git;a=summary
I see there's an ipsets.c and ipsets.h in here.
> IMHO the logic should be:
>
> if wl $WIFIDEV bands | grep -q "802.11a" ; then
> channel=36
> else
> channel=1
> fi
The logic should be:
channel=11
if wl $WIFIDEV bands | grep -q "802.11a" ; then
channel=36
fi
This brings it in line with mac80211
(package/mac80211/files/lib/wi
* Rafał Miłecki [30.04.2013 13:14]:
> > Can you point me to some guidelines or sth? I had no idea about that.
> > Is that documented anywhere?
>
> I checked http://wiki.openwrt.org/doc/uci/wireless and it specifies
> "auto" as default value for "channel", but that's for station mode
> only.
IMHO
2013.04.29. 6:46 keltezéssel, Yousong Zhou írta:
> Update the numbering of kernel patch for supporting Netgear WNR2000v3 from
> 617 to 618.
>
> Signed-off-by: yousong
> ---
The patch was broken, but I have applied it manually.
Thanks,
Gabor
___
openw
2013.04.29. 7:05 keltezéssel, Yousong Zhou írta:
> Add description for -W option into usage output of mktplinkfw.
>
> Signed-off-by: yousong
> ---
> I came across this when reading target/linux/ar71xx/image/Makefile and
> could not find what -W was for. This is a small patch tries to help make
>
2013/4/29 Rafał Miłecki :
> 2013/4/29 Jo-Philipp Wich :
>> On 18.04.2013 11:17, Rafał Miłecki wrote:
>>> Hardcoding channel number to 11 is a bad idea, it may be even not
>>> available on some devices. If there are two single-band radios, the
>>> one for 5GHz doesn't have 11 channel.
>>
>> That pat
Hi Sandy,
On Mon, Apr 29, 2013 at 11:00:00PM -0400, Sandy McArthur Jr wrote:
> tinc expects long parameters to be in the form "--name=value" and the
> current init scripts generate "--name value" parameters.
I don't think that matters. Also look bellow...
>+++ b/net/tinc/files/tinc.init
>@@ -42,
25 matches
Mail list logo