[OpenWrt-Devel] [PATCH] dnsmasq: changed option nonwildcard to --bind-dynamic

2015-12-14 Thread sami
From: Sami Olmari Changed option nonwildcard from --bind-interfaces into --bind-dynamic. With this, Dnsmasq binds the address of individual interfaces, allowing multiple dnsmasq instances, but if new interfaces or addresses appear, it automatically listens on those. This makes dynamically created

[OpenWrt-Devel] [PATCH] ramips: mt7621: fix error message when initramfs is too large

2015-12-14 Thread Nikolay Martynov
Signed-off-by: Nikolay Martynov --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 1b12249..abfb4cf 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/l

[OpenWrt-Devel] [PATCH v2] ramips: mt7621: add patch to setup CM memory region for palmbus

2015-12-14 Thread Nikolay Martynov
This is tested and works on ubnt-erx. Signed-off-by: Nikolay Martynov --- v2: set palmbus region to same boundaries as stock u-boot --- .../0060-mt7621-set-up-palmbus-memory-region.patch | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 target/linux/ramips/patche

Re: [OpenWrt-Devel] [PATCH 6/6] ramips: mt7621: disable ISDN in kernel config

2015-12-14 Thread Nikolay Martynov
2015-12-14 4:54 GMT-05:00 Felix Fietkau : > On 2015-12-14 04:04, Nikolay Martynov wrote: >> It's unlikely that devices on this SoC would need any ISDN support. >> This should make kernel a bit smaller. >> >> Signed-off-by: Nikolay Martynov > NACK from me on this one. I don't want people to fill up

[OpenWrt-Devel] [PATCH] kernel: kmod-ptp selects a new config symbol

2015-12-14 Thread Dirk Neukirchen
since Kernel 3.14 408eccce net: ptp: move PTP classifier in its own file found while bug search thx olmari on IRC Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/other.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk

[OpenWrt-Devel] [PATCH 1/2] brcm2708-gpu-fw: update to latest version

2015-12-14 Thread Álvaro Fernández Rojas
+PKG_VERSION:=20151214 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_REV).tar.gz PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/ -PKG_MD5SUM:=21ac2ba64ef045655b4d4677b3fdf6cd +PKG_MD5SUM:=66bbad77fdd9e5391d4130fa11d94646 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV

Re: [OpenWrt-Devel] [PATCH] generic: add missing 4.4 symbols

2015-12-14 Thread Dirk Neukirchen
On 14.12.2015 20:19, Felix Fietkau wrote: > On 2015-12-14 18:20, Dirk Neukirchen wrote: >> found with omap target >> >> Signed-off-by: Dirk Neukirchen >> --- >> target/linux/generic/config-4.4 | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/target/linux/generic/config-4.4 >> b

Re: [OpenWrt-Devel] [PATCH] generic: add missing 4.4 symbols

2015-12-14 Thread Felix Fietkau
On 2015-12-14 18:20, Dirk Neukirchen wrote: > found with omap target > > Signed-off-by: Dirk Neukirchen > --- > target/linux/generic/config-4.4 | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 > index 25a8d1b..094a

[OpenWrt-Devel] [PATCH] kernel: remove obsolete config symbols from 4.4

2015-12-14 Thread Dirk Neukirchen
Only remove old symbols for 4.4 since older Kernels might be removed sooner/later and 4.4 is the next LTS build tested against omap 4.4 CONFIG_ALL_KMODS 291 old symbols in generic were found and deleted selected but no longer functional symbols overview: -CONFIG_ARPD=y -CONFIG_BT_L2CAP=y -CONFIG

[OpenWrt-Devel] [PATCH] generic: add missing 4.4 symbols

2015-12-14 Thread Dirk Neukirchen
found with omap target Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-4.4 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 25a8d1b..094a505 100644 --- a/target/linux/generic/config-4.4 +++ b/target/

[OpenWrt-Devel] [PATCH] binutils: upgrade to version 2.25

2015-12-14 Thread Alexandru Ardelean
Fixes build: config/tc-i386.c: In function 'build_modrm_byte': config/tc-i386.c:6143:31: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] && !op.bitfield.reg64 != 1 Contains this fix: https://sourceware.org/ml/binutils/2014-09/ms

Re: [OpenWrt-Devel] [PATCH v4 1/2] Add ubnt_hsr platform flag and enable for UniFi Outdoor Plus

2015-12-14 Thread Stefan Rompf
Hi Tim, > The auto-built image of 9 December 2015 for this device results in a > bricked state. TFTP recovery with a stock recovery firmware from > Ubiquity does not allow the device to boot either. try flashing the chaos calmer factory image with TFTP (openwrt-15.05-ar71xx-generic-ubnt-unifi-out

Re: [OpenWrt-Devel] [PATCH v4 1/2] Add ubnt_hsr platform flag and enable for UniFi Outdoor Plus

2015-12-14 Thread Tim ODriscoll
On Tue Jun 16 23:16:46 CEST 2015, Stefan Rompf wrote: Add tuner for the HSR filter of the UniFi Outdoor Plus access point. Usage of the tuner is controlled at runtime by ath9k_platform_data. The code can be enabled or disabled by a compile time option. The auto-built image of 9 December 2015 fo

Re: [OpenWrt-Devel] [PATCH 6/6] ramips: mt7621: disable ISDN in kernel config

2015-12-14 Thread Felix Fietkau
On 2015-12-14 04:04, Nikolay Martynov wrote: > It's unlikely that devices on this SoC would need any ISDN support. > This should make kernel a bit smaller. > > Signed-off-by: Nikolay Martynov NACK from me on this one. I don't want people to fill up the target configs with random arbitrary overrid

[OpenWrt-Devel] [Patch] ipq806x: add support for Netgear D7800

2015-12-14 Thread Tathagata Das
Add support for the Netgear D7800 and build appropariate sysupgrade and factory images. Known issues: . USB ports are not working . DSL is not added Signed-off-by: Tathagata Das d7800_support.patch Description: Binary data ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH v2] lantiq, xrx200-net: add devicetree aliases support for port->mac mapping

2015-12-14 Thread Martin Schiller
This patch adds devicetree aliases support, which makes it possible to renumber the physical mac ports. This change has only cosmetical reasons (e.g. appearance in swconfig, kernel messages on link change). Signed-off-by: Martin Schiller --- Changes in v2: - use devicetree aliases instead of 'id

Re: [OpenWrt-Devel] [PATCH 6/6] ramips: mt7621: disable ISDN in kernel config

2015-12-14 Thread Bastian Bittorf
* John Crispin [14.12.2015 09:19]: > > +# CONFIG_ISDN is not set > > ah you found my easter egg. this has been in our config for ages for > some reason beyond my knowledge ;) using OpenWrt as an ISDN-dialup/concentrator is not totally out of scope, but nowadays it's at least exotic... bye, bast