[OpenWrt-Devel] breakage in the rt3050 build

2013-06-19 Thread jonsm...@gmail.com
That last commit didn't fix everything. rt2x00pci.ko is still in the package list. mkdir -p /home/apps/openwrt/bin/ramips/packages /home/apps/openwrt/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/linux-ramips_rt305x/compat-wireless-2013-06-13/ipkg-ramips_24kec/kmod-rt2x00-pci/CONTROL /home/apps/open

Re: [OpenWrt-Devel] [6relayd] Crash when timerfd_create is not enabled

2013-06-19 Thread Steven Barth
Thanks for the hint. It is fixed upstream now. I will update the OpenWrt revision when some more bugs pile up. Cheers, Stevem ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [6relayd] Crash when timerfd_create is not enabled

2013-06-19 Thread Hans Dedecker
When timerfd_create is not enabled in the Linux kernel the 6relayd daemon crashes when the router advertisement message timer expires. This is caused by not checking the parameter socket in the code below in the file router.c line 76 for (size_t i = 0; i < config->slavecount; ++i) {

[OpenWrt-Devel] [PATCH] Update owfs to 2.9p0

2013-06-19 Thread Dennis Ljungmark
Attached is a patch that updates owfs to latest version. The upstream changes mean that our C-library and kernel has to support threads. As far as I can tell, this isn't a problem on any platforms, but I may be wrong. Signed-Off: D.S. Ljungmark 0001-owfs-Update-owfs-to-2.9p0.patch Description:

[OpenWrt-Devel] [PATCH] [ar71xx] Fix for wrong eth0 mac assignment and fix for partition layout on Netgear WNDAP360

2013-06-19 Thread Jacek Kikiewicz
Signed-off-by: Jacek Kikiewicz Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c (revision 36968) +++ target/linux/ar71xx/files/arch/mips/ath79/mach-

Re: [OpenWrt-Devel] Fix lldpd in trunk

2013-06-19 Thread Jo-Philipp Wich
Hi, no objections to the patch per-se but since including the cli now also requires ncurses, I'd rather split it into a separate binary package, so we have lldpd and lldpcli which depends on lldpd. ~ Jow ___ openwrt-devel mailing list openwrt-devel@list

[OpenWrt-Devel] Fix lldpd in trunk

2013-06-19 Thread Michael Braun
Hi, currently lldpd ships lldpctl as a symlink to lldpcli, which is not installed. This patch fixes this. This in turn triggers dependency warnings, which also get fixed up. While we're at it, I also bump the version to the latest release, which contains several bugfixes. Regards, M. Braun diff