Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread Denis Shulyaka
Hi, I'm currently packaging a 2.11.1 version. Here is the link: http://shulyaka.org.ru/pub/tinycdb.tar.gz http://shulyaka.org.ru/pub/postfix.tar.gz 2014-09-29 2:04 GMT+04:00 W. Michael Petullo : >> Wow! I'm happy that someone new joined the party. Toes it mean that binary >> packages for Barrier

Re: [OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-28 Thread Catalin Patulea
On Sun, Sep 28, 2014 at 3:34 PM, Hans Dedecker wrote: > diff --git a/system-linux.c b/system-linux.c > index c4d89be..7f14ca9 100644 > --- a/system-linux.c > +++ b/system-linux.c > @@ -1703,6 +1705,29 @@ static int system_add_gre_tunnel(const char *name, > const char *kind, > > nla_put_u8

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread W. Michael Petullo
> Wow! I'm happy that someone new joined the party. Toes it mean that binary > packages for Barrier Breaker are going to be available? I'm asking because > during the compilation I get the following error: > > /mnt/trash/barrier_breaker-14.07-rc3/OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_

Re: [OpenWrt-Devel] [PATCH] GRE: Tos support

2014-09-28 Thread Baptiste Jonglez
On Sun, Sep 28, 2014 at 09:35:05PM +0200, Hans Dedecker wrote: > Tos support is added as a generic grev4/grev6 parameter which can have the > following values : > -inherit (outer header inherits the tos value of the inner header) > -hex value > > Signed-off-by: Hans Dedecker Thanks, I

[OpenWrt-Devel] Compilation problem

2014-09-28 Thread Grzegorz Sójka
Hi there, I'm trying to compile the trunk using host powered by PLD (=Polish(ed) Linux Distribution). I overcome several errors but I'm not able to handle the following: /bin/bash ./libtool --tag=CC --mode=link ccache gcc -O2 -I/mnt/trash/trunk/staging_dir/host/include -no-undefined -vers

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread Grzegorz Sójka
On 09/28/14 21:03, Denis Shulyaka wrote: I looks like Dovecot is available in the packages repository on GitHub. See https://github.com/openwrt/packages/tree/master/mail. Denis, do you have any intention of pushing your Postfix package to OpenWrt's GitHub repository? If not, would you mind if I

[OpenWrt-Devel] [PATCH] GRE: Tos support

2014-09-28 Thread Hans Dedecker
Tos support is added as a generic grev4/grev6 parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker --- package/network/config/gre/Makefile | 2 +- package/network/config/gre/files

[OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-28 Thread Hans Dedecker
Tos support is added as a generic gre parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker --- system-linux.c | 35 ++- system.c | 1 + system.h

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread Denis Shulyaka
Hi Michael, I'd like to do it myself, I just never did it before... Please give me a day or two to update it to a newer version and double check for the possible issues (postfix is not easy to cross-compile) and I'll create a pull request on GitHub. Thank you guys for showing your interest on the

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread W. Michael Petullo
> I just found your message at the web. Grate job! I'm definitely going to use > it. > > In the meantime I have a question: what do you use to download messages from > the router? I looks like Dovecot is available in the packages repository on GitHub. See https://github.com/openwrt/packages/tree/

Re: [OpenWrt-Devel] Ubiquiti Nanostation LOCO M5

2014-09-28 Thread Bill Moffitt
Martin- Yes, it does. The LOCO images are only in the trunk, not in 14.07 - only the nanostation xw images are currently in 14.07. Is there any chance we could get the LOCO xw images (which, I suspect, would also be the Bullet/Pico xw images) built for the "final" 14.07? -Bill On 09/24/201

[OpenWrt-Devel] want to clarify why a local mirror doesn't work for mtd-utils

2014-09-28 Thread Robert P. J. Day
i asked about this once upon a time, and i did some extra research recently, so i just want to clarify how i *think* some downloads are being done -- specifically, mtd-utils. i set up a local mirror, and it has a mtd-utils-1.4.5.tar.gz tarball in it, but if i'm setting up a new openwrt build

Re: [OpenWrt-Devel] [PATCH] [packages] AA: update openvpn-devel to compile against polarssl 1.2.x

2014-09-28 Thread Gert Doering
Hi, On Wed, Sep 24, 2014 at 07:43:13PM +0200, Stefano De Carlo wrote: > Il 24/09/2014 18:30, Gert Doering ha scritto: > > > > "OpenVPN Upstream" would recommend to go up to HEAD in git/master, aka > > 9048d50b0a27a724ad088dc4904eb4888b0bca87 - this is all "openvpn-devel" > > anyway, but what we ha

[OpenWrt-Devel] [PATCH] [package] hostapd: vlan bridge naming inconsistent

2014-09-28 Thread Jon Agland
VLAN bridge naming is inconsistent when using LuCI and trying to do dynamic VLANs with OpenWRT (hostapd). hostapd tries to use brvlanyyy but LuCI only creates br-vlanyyy (when you use vlanyyy and select bridge) This minor patch resolves this issue, so that you can use Dynamic VLAN support wi

Re: [OpenWrt-Devel] [RFC] ar71xx: fix seama factory type image generation.

2014-09-28 Thread Yousong Zhou
Add Gabor Juhos and Felix Kaechele to cc list. I tend to think this patch can and should be merged as it is clear that firmwares generated by current method won't work anyway. On 14 September 2014 22:07, Yousong Zhou wrote: > Currently JFFS2 end-of-filesystem marker 0xdeadc0de is included the >

Re: [OpenWrt-Devel] missing debootstrap-udeb_1.0.61_all.udeb

2014-09-28 Thread Jiří Šlachta
Hi, I sent a pull request on the github site to update the debootstrap. Kind regards, Jiri Dne 28/09/2014 v 12:00 Robert P. J. Day napsal(a): > On Sun, 28 Sep 2014, Yousong Zhou wrote: > >> hi >> >> On 27 September 2014 05:44, Robert P. J. Day wrote: >>> >>> Download failed. >>> --2014-09-26 1

Re: [OpenWrt-Devel] missing debootstrap-udeb_1.0.61_all.udeb

2014-09-28 Thread Robert P. J. Day
On Sun, 28 Sep 2014, Yousong Zhou wrote: > hi > > On 27 September 2014 05:44, Robert P. J. Day wrote: > > > > Download failed. > > --2014-09-26 17:31:12-- > > http://downloads.openwrt.org/sources/debootstrap-udeb_1.0.61_all.udeb > > > > should this exist somewhere? > > > > It should try first t

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread Denis Shulyaka
Hi, Actually right now I just forward the mails to my another address making use of postfix excellent alias maps and address extensions feature which allows me to use different mail id's for registrations on different Web sites, so that if one of them leaks my email address to the spammers I would

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread Grzegorz Sójka
Hi there, I just found your message at the web. Grate job! I'm definitely going to use it. In the meantime I have a question: what do you use to download messages from the router? -- Regards/Pozdrawiam Grzesiek Wysłane z kompa wolnego od wirusów Billa Gatesa. __