Re: [OpenWrt-Devel] trunk build failure for feeds/packages/utils/nut

2014-03-03 Thread Tim Harvey
On Sat, Mar 1, 2014 at 12:37 AM, Hannu Nyman wrote: >> However the thing that bothers me more than 'nut' failing, is the fact >> that it is _not_ selected in my .config. What would be causing it to build? >> If I uninstall the package (./scripts/feeds uninstall nut) my build succeeds >> fine. > >

[OpenWrt-Devel] [PATCH] [packages]: collectd: make nut conditional

2014-03-03 Thread Tim Harvey
Make the nut support conditional. Signed-off-by: Tim Harvey --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index d923ab4..f412999 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile

[OpenWrt-Devel] [PATCH 3/3] Updated openconnect to 5.03

2014-03-03 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos --- libs/openconnect/Makefile | 49 libs/openconnect/files/openconnect.sh | 56 + libs/openconnect/files/vpnc-script| 156 ++ net/openconnect/Config.in |

[OpenWrt-Devel] [PATCH 2/3] Added gnutls 3.2.12

2014-03-03 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos --- libs/gnutls/Makefile | 70 +++ libs/gnutls/patches/001-no_doc_tests_po.patch | 65 - 2 files changed, 29 insertions(+), 106 deletions(-) delete mode 100644 libs/gnutls/patches/001

[OpenWrt-Devel] [PATCH 1/3] Added nettle library 2.7.1

2014-03-03 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos --- libs/nettle/Makefile | 72 1 file changed, 72 insertions(+) create mode 100644 libs/nettle/Makefile diff --git a/libs/nettle/Makefile b/libs/nettle/Makefile new file mode 100644 index 000..98358

Re: [OpenWrt-Devel] [PATCH] hostadp/netifd Full Dynamic VLAN support

2014-03-03 Thread Joseph CG Walker
On 03/03/2014 01:14 PM, Felix Fietkau wrote: > On 2014-03-03 17:59, Joseph CG Walker wrote: >> >> This patch brings full dynamic vlan support to netifd that existed in >> hostapd.sh in Attitude Adjustment. >> >> This email was originally sent to n...@openwrt.org, but the CC to the devel >> list w

Re: [OpenWrt-Devel] [PATCH] hostadp/netifd Full Dynamic VLAN support

2014-03-03 Thread Felix Fietkau
On 2014-03-03 17:59, Joseph CG Walker wrote: > > This patch brings full dynamic vlan support to netifd that existed in > hostapd.sh in Attitude Adjustment. > > This email was originally sent to n...@openwrt.org, but the CC to the devel > list was rejected, this email is another attempt at a CC.

Re: [OpenWrt-Devel] [PATCH] hostadp/netifd Full Dynamic VLAN support

2014-03-03 Thread Joseph CG Walker
On 03/03/2014 12:29 PM, Vittorio G (VittGam) wrote: > Hi Joseph, > > Thank you for the patch! But there is an error here: > > On Mar 3, 2014 5:59 PM, "Joseph CG Walker" > mailto:joe%2bopen...@chubbypenguin.net>> > wrote: > >> +define Package/hostpad-common/conffiles >> +/etc/config/hostpad.vlan

Re: [OpenWrt-Devel] [PATCH] hostadp/netifd Full Dynamic VLAN support

2014-03-03 Thread Vittorio G (VittGam)
Hi Joseph, Thank you for the patch! But there is an error here: On Mar 3, 2014 5:59 PM, "Joseph CG Walker" wrote: > +define Package/hostpad-common/conffiles > +/etc/config/hostpad.vlan > +endef Hostpad instead of hostapd. ;) Regards, Vittorio G ___

[OpenWrt-Devel] [PATCH] kernel/generic-3.10: remove MTD restriction for fill-up partition

2014-03-03 Thread Erwin Authried
The current MTD commandline partitioning driver does not allow fill-up partitions that are followed by one or more fixed size partitions. This modification allows fill-up partitions to be places anywhere in the flash. Many devices are available with different flash size. Some of them have a flash p

[OpenWrt-Devel] [PATCH] hostadp/netifd Full Dynamic VLAN support

2014-03-03 Thread Joseph CG Walker
This patch brings full dynamic vlan support to netifd that existed in hostapd.sh in Attitude Adjustment. This email was originally sent to n...@openwrt.org, but the CC to the devel list was rejected, this email is another attempt at a CC. Signed-off-by: Joseph CG Walker diff --git a/package/

[OpenWrt-Devel] Ubiquiti Nanobeam

2014-03-03 Thread valent.turko...@gmail.com
Hi, did anybody get their hands on Ubiquiti Nanobeam equipment? Nanobeam is very similar to Nanobridge but it has improved radio and antenna design, and faster cpu. Guys on the Ubiquiti forums are really stoked about how great they work: http://community.ubnt.com/t5/Installation-Troubleshooting/Na

[OpenWrt-Devel] ICplus 175D MDIO addressing

2014-03-03 Thread Yegor Yefremov
I've attached the IP175D to my MAC via MAC 5 ("Router application using one MII/RMII port" diagram in the datasheet). According to the 4.1 PHY ID Map, it's MDIO address should be 5, but scan finds only 5 PHYs, i.e. till address 4: davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver

[OpenWrt-Devel] [PATCH] Update Tvheadend to 3.4patch1

2014-03-03 Thread Atanas Vladimirov
Update Tvheadend v3.4.27 (patch1) in trunk. I built it with success for mpc85xx and ar71xx but may need more testing. This is a patch release that includes several important fixes: -Lots of memleak's fixed by user Benny Morgan -XMLTV series/episode number parsing bug fixed