[OpenWrt-Devel] [PATCH RESEND 2/5] system-linux: Fix macvlan delete via netlink

2014-06-18 Thread Hans Dedecker
Fix macvlan delete via netlink as netlink attribute IFLA_IFNAME data size was incorrect (size reject by the kernel) and NLM_F_REQUEST flag was missing. In addition some minor improvements (attribute IFLA_INFO_KIND can be left out as RTM_DELLINK does not require the attribute) Signed-off-by: Hans

[OpenWrt-Devel] [PATCH RESEND 2/5] netifd: Fix macvlan delete via netlink

2014-06-18 Thread Hans Dedecker
Fix macvlan delete via netlink as netlink attribute IFLA_IFNAME data size was incorrect (size reject by the kernel) and NLM_F_REQUEST flag was missing. In addition some minor improvements (attribute IFLA_INFO_KIND can be left out as RTM_DELLINK does not require the attribute) Signed-off-by: Hans

Re: [OpenWrt-Devel] Howto force mips64

2014-06-18 Thread John Crispin
Hi Martin, you win the medal as contributor of the day ... i have been fighting with octeon on and off for almost a month. i just dumped my own series of patches which tried to fix up uclibc and simple did what you wrote in the mail and i have a functional image for octeon :) i just tested this o

Re: [OpenWrt-Devel] Add terminfo file in ncurses

2014-06-18 Thread John Crispin
On 12/06/2014 20:26, Jonathan Bennett wrote: > Ran into a problem with my Fedora Linux machine, SSHing into an > Openwrt router. Fedora sets terminfo to xterm-256color, but ncurses > doesn't include that file in the firmware. This causes a few > unintended problems, namely nano fails to launch. A

Re: [OpenWrt-Devel] [PATCH v3] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-18 Thread John Crispin
Hi, this patch is generated against the wrong root directory making "git am" fail. i had to use patch -p0 to manually apply it. Please make sure to send a valid patch the next time. John On 11/06/2014 23:05, Matthew Reeve wrote: > This patch adds support for the MikroTik RouterBOARD S

Re: [OpenWrt-Devel] [PATCH v2 0/5] DNSSEC support

2014-06-18 Thread Steven Barth
Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 09/28] Remove ATHEROS_AR231X

2014-06-18 Thread Sergey Ryazanov
Hi Paul, 2014-06-18 14:25 GMT+04:00 Paul Bolle : > Jiri, Nick, Luis, John, > > On Wed, 2014-04-16 at 13:20 +0400, Sergey Ryazanov wrote: >> 2014-04-15 21:08 GMT+04:00 Paul Bolle : >> > On Thu, 2014-02-13 at 15:14 -0500, John W. Linville wrote: >> >> On Wed, Feb 12, 2014 at 02:50:30PM +0400, Sergey

Re: [OpenWrt-Devel] [PATCH 1/5] netifd: Fix vlan delete via netlink

2014-06-18 Thread Steven Barth
Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [Patch] [Resend] Add terminfo file in ncurses

2014-06-18 Thread Steven Barth
Ah sorry, seems I forgot to send a reply here. I noticed your initial patch was mangled but since it was trivial I applied it manually already: https://dev.openwrt.org/changeset/41212 Thanks and Cheers, Steven ___ openwrt-devel mailing list openwrt-d

Re: [OpenWrt-Devel] [PATCH] lantiq: make loading pci fixup data from cal_data work again

2014-06-18 Thread John Crispin
On 17/06/2014 19:06, Ben Mulvihill wrote: > Changeset 40948 restored an older (and uglier!) version of the code > for reading the athxk calibration partition on lantiq xway boards. > As a result pci fixups stored in this partition are no longer > applied, breaking wireless on the BTHOMEHUBV2B and

[OpenWrt-Devel] Initial Support for Ubiquiti UniFi, Outdoor Plus

2014-06-18 Thread and...@polkaspots.com
This setup works for me. The only thing that I'm not sure, if if I did the magic number in the correct way. diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 80f9090..fa22c14 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b

[OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-18 Thread José Vázquez Fernández
Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if none of these are selected, don't compile it. Tested with BCM6358 and BCM6328 successfully with both 3.10 and 3.14 kernels. Signed off by: José Vázque

[OpenWrt-Devel] [RFC netifd] Out-of-sync reference counter causes seg. fault

2014-06-18 Thread Kristian Evensen
From: Kristian Evensen Hello, I have written a small tool which automatically adds/removes a usb LAN dongle from uci. When the USB device is inserted, I add entries to UCI (using libuci) and do network reload (using libubus). When the device is removed, I remove the UCI-entries and do reload aga

[OpenWrt-Devel] [RFC] ramips: cleanup some rt305x profiles

2014-06-18 Thread Daniel Golle
rename HW5503G profile to HW550-3G to match name in image/Makefile This does fix for #16599, however, are profile names allowed to containes dashes? If not, dashes will have to be removed in profiles for asus, aztech and uplevel boards. (also move both asus boards to asus.mk) --- target/linux/ra

[OpenWrt-Devel] [PATCH] lantiq: copy rootfs-overlay.ubi to bin/lantiq

2014-06-18 Thread Ben Mulvihill
At the moment, an rootfs.ubi is copied over to bin/lantiq but rootfs-overlay.ubi is not. This adds it. Signed-off-by: Ben Mulvihill --- --- a/target/linux/lantiq/image/Makefile2014-06-18 20:50:46.799775413 +0200 +++ b/target/linux/lantiq/image/Makefile2014-06-18 20:51:03.9481746

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-18 Thread Shankar Unni
Thanks for the pointers, all! Let me try with this approach. I'll probably have to build a wrapper around it, since it's being probed from within a C user-space program. On Jun 16, 2014, at 12:20 PM, Jo-Philipp Wich wrote: > Hi, > > the data is cached upon the first call. > > To force a res

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-18 Thread Weedy
On Wed, Jun 18, 2014 at 5:48 PM, Shankar Unni wrote: > Thanks for the pointers, all! > > Let me try with this approach. I'll probably have to build a wrapper > around it, since it's being probed from within a C user-space program. > If you're in C shouldn't you use json directly with ubus/procd