[OpenWrt-Devel] [PATCH] [package] iw: update to 3.13

2014-01-23 Thread Dirk Neukirchen
update to 3.13 refresh and delete obsolete patches 200-reduce_size.patch has coalesce removed from Makefile iw 3.10 vs. 3.13: 92456 Jan 21 11:29 /usr/sbin/iw 97288 Jan 23 10:33 build_dir/target-mips_34kc_uClibc-0.9.33.2/iw-3.13/ipkg-ar71xx/iw/usr/sbin/iw Signed-off-by: Dirk Neukirchen

Re: [OpenWrt-Devel] nfs mount

2014-01-23 Thread Dirk Neukirchen
On 19.01.2014 17:37, jonsm...@gmail.com wrote: Also, if you turn on nfs mount support in busybox it won't build. Although I don't believe that is necessary to use nfs. Something is messed up with the dependencies. On Sat, Jan 18, 2014 at 4:38 PM, jonsm...@gmail.com jonsm...@gmail.com

[OpenWrt-Devel] menuconfig and deselect ('1 click' packages selection)

2014-01-23 Thread etienne . champetier
Hi For AA I have a package that select and deselect everything I need, like deselect wpad-mini and select wpad (full) In BB deselect isn't supported anymore, so how can i do a '1 click' packages selection in BB the relevant commits: f6a0204436d51e2227a1b9c8f0463936a9c03f0a build: add new

[OpenWrt-Devel] [PATCH] cmus: fix configure checks against host files

2014-01-23 Thread Mathias Kresin
cmuses configure checks an absolute path for the existence of a kernel header. This results in a check against the hosts version of /usr/include/sys/soundcard.h, which potentially does not exists (at least on my system). This patch supersedes http://patchwork.openwrt.org/patch/2713/.

[OpenWrt-Devel] [PATCH] shadow: add missing build dependency

2014-01-23 Thread Mathias Kresin
As jow has stated in #12004 correctly, shadows needs a build dependency on libintl (gettext) to provide the missing m4 macros. The missing dependency was spotted while doing a parallel build. This patch closes #12004. Signed-off-by: Mathias Kresin open...@kresin.me --- diff --git

[OpenWrt-Devel] [PATCH] mxml: Update package source URL

2014-01-23 Thread Mathias Kresin
The ftp.easysw.com site has disappeared completely. So switch to the authors personal site. Signed-off-by: Mathias Kresin open...@kresin.me --- diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index fdaa504..d3ba357 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -13,7 +13,7 @@

[OpenWrt-Devel] [PATCH] cups: Update package source URL

2014-01-23 Thread Mathias Kresin
The ftp.easysw.com site has disappeared completely. This patch adds the official cups site as package source and drops all easysw.com servers and not longer existent mirrors of easys.com. Signed-off-by: Mathias Kresin open...@kresin.me --- diff --git a/net/cups/Makefile b/net/cups/Makefile

[OpenWrt-Devel] ar71xx: Add platform machine support for the Netgear WNDR3700v4

2014-01-23 Thread Stefan Agner
Yes, you're right. I want to make sure we have a unique configuration for this machine without changing some existing code. I'm a bit confused because the WNDR4300 is still marked as broken. So I decided to make a unique one. Also I can't check the image on the WNDR4300 because lack of the

Re: [OpenWrt-Devel] menuconfig and deselect ('1 click' packages selection)

2014-01-23 Thread Joris de Vries
Based on an email sent by Weedy [1] I have a config file that deselects packages I don’t need or want via 'CONFIG_PACKAGE_ppp=n’ or similar lines. In that same fashion, you can select via ‘CONFIG_PACKAGE_nano=y’ (provided nano is installed via the packages feed). Then you can copy that file to

Re: [OpenWrt-Devel] ar71xx: Add platform machine support for the Netgear WNDR3700v4

2014-01-23 Thread deca1064
Hi Stefan, Thanks for the information. I send you my patch as an attachment. I hope that's ok. Sound's great if you can merge this devices together. Let us know the results. -- Ralph On 01/23/2014 10:35 PM, Stefan Agner wrote: Yes, you're right. I want to make sure we have a unique

[OpenWrt-Devel] [PATCH] telepathy-python: fix build error by updating to latest upstream version

2014-01-23 Thread Mathias Kresin
The telepathy-python 0.15.19 tarball does not contain all files which are referenced in the file ./spec/all.xml of the same tarball. xsltproc v1.1.27-rc1 shows an error about missing files, but goes ahead. Starting with xsltproc 1.1.27-rc1 [1] an error code is returned, which breaks the build.

[OpenWrt-Devel] Support for USB LTE modems Samsung GT-B3730 / GT-B3710 / GT-B3740

2014-01-23 Thread Michael Berlin
Hi there! I'd like to use a Samsung GT-B3740 USB LTE modem together with OpenWRT. I assume that the modem isn't supported yet by OpenWRT because it requires the kalmia kernel module which I couldn't find in the OpenWRT sources. The kalmia driver can be found here:

Re: [OpenWrt-Devel] [PATCH] [packages] boost: fixed build failure with CONFIG_PKG_BUILD_USE_JOBSERVER=y

2014-01-23 Thread Mathias Kresin
17.11.2013 12:32, Szymon Acedański: When running with CONFIG_PKG_BUILD_USE_JOBSERVER=y (which is the default), PKG_JOBS is defined as '--jobserver-fds=2,3 -j'. This way bjam gets the '-j' option, which is invalid (a number of jobs should follow). This patch fixes this by not passing '-j' at all