[OpenWrt-Devel] [PATCH] openssl: Fix x86_64 build on some 64bit host systems

2014-02-28 Thread Helmut Schaa
On some build hosts openssl fails to install since openssl installs itself into lib64 while the openwrt Makefile expects the libs to end up in lib. install -m0644 .../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-install/usr/lib/libcrypto.so.* .../openwrt/build_dir/target-

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add 16MB Flash version for Embedded Wireless Dorin Platform

2014-02-28 Thread Felix Fietkau
On 2014-02-27 10:58, Embedded Wireless GmbH wrote: > Tested-by: Embedded Wireless GmbH www.embeddedwireless.de > Signed-off-by: Embedded Wireless GmbH Committed in r39763, r39764 - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt

Re: [OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-28 Thread Helmut Schaa
Hi Jonas, On Tue, Feb 18, 2014 at 11:16 AM, Jonas Gorski wrote: > On Tue, Feb 18, 2014 at 10:52 AM, Helmut Schaa > wrote: >> On Tue, Feb 18, 2014 at 10:46 AM, Helmut Schaa >> wrote: >>> On Mon, Feb 17, 2014 at 5:37 PM, Jonas Gorski wrote: On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa

[OpenWrt-Devel] [patch] ar71xx: ar934x_nfc: fix memory initialization bug

2014-02-28 Thread Dávid Völgyes
ar71xx: ar934x_nfc: fix memory initialization bug sizeof(array_from_function_definition) gives back the size of the pointer. sizeof(type) * array_size should be used in memset. Signed-off-by: David Völgyes --- a/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c +++ b/target/linux/ar71xx/fil

[OpenWrt-Devel] PATCH AR933x Serial Baud Rate

2014-02-28 Thread Alex Walker
Dear folks, I noticed that the bit timing of the UART in the WR703N / AR9331 device is inaccurate and provide a patch to improve timing accuracy. I suppose to change #define AR933X_UART_MAX_STEP0x to #define AR933X_UART_MAX_STEP0x in linux-3.10.32/drivers/tty/serial/ar

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add dyndns service providers

2014-02-28 Thread billchan
Adding dyndns service providers (dyndns.fr, dyndnspro.com, webdomotic.com and dynamicdomain.net). In File : packages/net/ddns-scripts/files/usr/lib/ddns/services Signed-off-by: Nabil Chaniour Index: packages/net/ddns-scripts/files/usr/lib/ddns/services

[OpenWrt-Devel] [PATCH] cns3xxx: fix uImage build issue

2014-02-28 Thread Tim Harvey
The uImage target will always fail on a clean build due to dependency issues. Building the uImage isn't necessary anyway as its re-built with correct entry points in image/Makefile so remove it. Signed-off-by: Tim Harvey --- target/linux/cns3xxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[OpenWrt-Devel] [PATCH] Fix regression in busybox sysntpd init when specifying more than one ntp server in the config file.

2014-02-28 Thread Vittorio G (VittGam)
Hi, This patch fixes a regression introduced with r38787. Before patching: /usr/sbin/ntpd -n -l -p server1 server2 server3 server4 After patching: /usr/sbin/ntpd -n -l -p server1 -p server2 -p server3 -p server4 Signed-off-by: Vittorio Gambaletta --- --- a/trunk/package/utils/busybox/files/s

[OpenWrt-Devel] [PATCH 1/2] Updated gmp to 5.1.3

2014-02-28 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos --- libs/gmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gmp/Makefile b/libs/gmp/Makefile index 0a07990..4f6e167 100644 --- a/libs/gmp/Makefile +++ b/libs/gmp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk

[OpenWrt-Devel] [PATCH 2/2] Added nettle library

2014-02-28 Thread Nikos Mavrogiannopoulos
This library is needed for DNSSEC support in dnsmasq, and to update gnutls to a more recent version. Signed-off-by: Nikos Mavrogiannopoulos --- libs/nettle/Makefile | 72 1 file changed, 72 insertions(+) create mode 100644 libs/nettle/Makefil

Re: [OpenWrt-Devel] [PATCH:kernel] OpenWRT for Raspberry PI - _fixed_ second version.

2014-02-28 Thread Florian Fainelli
2014-01-20 2:14 GMT-08:00 Bastian Bittorf : > * Oskari Rauta [20.01.2014 08:19]: >> > Since the current raspberry pi target BCM2708 will never be accepted > > just an idea: maybe it should not be a subtarget of BCM2708 but > a standalone one? than the special patches are not a problem anymore > g

[OpenWrt-Devel] [PATCH] [ramips] Rewrite rt2880.c pinmux code in latest format

2014-02-28 Thread Claudio Leite
The rt2880 pinmux code from r38026 does not include changes necessary for the base RT2880 SOC target (rt2880.c) to build. This adapts the existing code into the latest format. Signed-off-by: Claudio Leite --- --- arch/mips/ralink/rt288x.c.orig 2014-02-26 11:41:22.346741653 -0500 +++ arch/mi

[OpenWrt-Devel] Can "network_get_device" work without current connection (offline)?

2014-02-28 Thread Rafał Miłecki
I found this issue while trying to get miniupnpd working. It was constantly failing to start for me because of: > user.notice upnp daemon: external interface not found, not starting miniupnpd requires "external_iface" in config file (/etc/config/upnpd). When starting it translates this "external_i

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

2014-02-28 Thread Tim Harvey
I've updated to OpenWrt trunk from from a version about 3 mo's old (r39762) and I'm finding that with the various packages I've selected in my .config something is causing feeds/packages/utils/nut to build which fails with: ... checking for pm_connect... no checking for avahi-core version via pkg-

[OpenWrt-Devel] Problem linking libs in Developing a Makefile for mod security

2014-02-28 Thread Derek Werthmuller
I'm working on a makefile for mod security to work with nginx. I've build the makefile based on other makefiles and the recommendations. Having problems having nginx build make use of mod security I started looking at the details of the mod security build. I trying to check the mod security bui

[OpenWrt-Devel] [PATCH:kernel] OpenWRT for Raspberry PI - _fixed_ second version.

2014-02-28 Thread Oskari Rauta
Sounds great. Hope it works. > 2014-01-20 2:14 GMT-08:00 Bastian Bittorf : > > I ended up rebasing raspberry/rpi-3.10.y against the latest > corresponding linux-3.10.y stable release, and that means about 175 > patches... The good thing is that this should now bring us in line > with all the fix

Re: [OpenWrt-Devel] [PATCH 2/2] Added nettle library

2014-02-28 Thread Nikos Mavrogiannopoulos
On 02/28/2014 09:27 PM, Nikos Mavrogiannopoulos wrote: > This library is needed for DNSSEC support in dnsmasq, and to update > gnutls to a more recent version. [...] > +ifeq ($(CPU_SUBTYPE),neon) > +CONFIGURE_ARGS += \ > + --enable-arm-neon > +endif It seems my neon detection is wrong here as