Re: [OpenWrt-Devel] [PATCH] omap: add kernel 4.4

2015-12-17 Thread John Crispin
Hi Dirk, i just added these to my local queue and will push then when i am done merging. i wont even compile test this patch so please make sure to test it once it is in trunk John On 12/12/2015 21:54, Dirk Neukirchen wrote: > - tested on Beagleboard C4 > > Signed-off-by: Dirk

Re: [OpenWrt-Devel] [PATCH] [ipq806x] initial support for TP-Link Archer C2600

2015-12-17 Thread John Crispin
Hi, the patch touches too many parts at once. please split it up 1 patch for the ath9k changes another for the kernel part and once for the patches to base-files John On 13/12/2015 18:18, Josh Bendavid wrote: > From: Josh Bendavid > > Add initial support for

Re: [OpenWrt-Devel] [PATCH] package/kernel: Build it87 hardware monitor module

2015-12-17 Thread John Crispin
you know how to write proper descriptions for patches. i have seen you do it many times over many years. i wont even explain to you what is wrong with this one. please fix and resend. John On 16/12/2015 23:10, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson

Re: [OpenWrt-Devel] [PATCH] package/utils/busybox: Jail sysntpd

2015-12-17 Thread Daniel Dickinson
Hi, Speaking of jails, is it possible yet to automagically detect the dependencies for multiple binaries yet (there is package I've got a pull request to add to the packages feed that I haven't jailed because of a dependency on another program; if that other program can be included in the

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

2015-12-17 Thread John Crispin
On 14/12/2015 10:18, Martin Schiller wrote: > 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

[OpenWrt-Devel] [PATCH] libubus: add null for ubus_context object in ubus_shutdown()

2015-12-17 Thread Alexandru Ardelean
At the moment, we do our own null checks before calling ubus_free(). The likely-hood of 'ctx' being null (in ubus_free()) is low, but since free() handles null, might make sense for ubus_free() to do so as well. Signed-off-by: Alexandru Ardelean --- libubus.c | 2 ++ 1

[OpenWrt-Devel] [PATCH] package/kernel: Build it87 hardware monitor module

2015-12-17 Thread openwrt
From: Daniel Dickinson Add packaging of it87 hardware monitor kernel module. It is a common thermal and voltage monitor that is in many x86 (at least) devices, and is just another i2c hwmon module. Signed-off-by: Daniel Dickinson ---

[OpenWrt-Devel] [PATCH] images: Add option to build tar.gz suitable for use as LXC guest rootfs

2015-12-17 Thread openwrt
From: Daniel Dickinson An any target with targz image support we add the option of building a tar.gz which is suitably configured to run as an LXC guest rootfs. NB: This does not require kernel support; the LCX *host* requires the appropriate kernel support, but

Re: [OpenWrt-Devel] v2: Add support for three PowerCloud devices

2015-12-17 Thread Daniel Dickinson
Apparently I had a major keyboarding malfunction that caused important parts of the patch to disappear during a rebase. I know they were there because I tested on all the devices, now it doesn't build. I am fixing and testing now. Regards, Daniel On 16/12/15 09:31 AM, Daniel Dickinson wrote:

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

2015-12-17 Thread John Crispin
On 17/12/2015 10:51, Tathagata Das wrote: > I am not sure if this patch is under verification or not. Please let me know > if any modification is required in this patch. > > Regards, > Tathagata > Hi, still pending, i'll try to do more merging later today John > > -Original

[OpenWrt-Devel] sysupgrade + reverse SSH tunnel broken

2015-12-17 Thread Bastian Bittorf
when starting sysupgrade on a router with an interactive reverse SSH session provided via dropbear/dbclient, the "dbclient" gets killed during early run of the script, keeping the box unreachable. maybe this is the same user other tunnels too. there are 3 possible ways i can imagine: 1) warn the

[OpenWrt-Devel] [PATCH] base-files: For sysfixtime use hwclock if RTC available

2015-12-17 Thread openwrt
From: Daniel Dickinson On systems that have an RTC prefer it to the file-based time fixup (i.e. use hwclock when there is a permanent clock instead of the faked up time logic that is needed when there is not RTC). Signed-off-by: Daniel Dickinson

Re: [OpenWrt-Devel] [PATCH] base-files: For sysfixtime use hwclock if RTC available

2015-12-17 Thread Bastian Bittorf
* open...@daniel.thecshore.com [17.12.2015 10:39]: > From: Daniel Dickinson > > On systems that have an RTC prefer it to the file-based > time fixup (i.e. use hwclock when there is a permanent > clock instead of the faked up time

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

2015-12-17 Thread Tathagata Das
I am not sure if this patch is under verification or not. Please let me know if any modification is required in this patch. Regards, Tathagata -Original Message- From: Tathagata Das [mailto:tathag...@alumnux.com] Sent: Monday, December 14, 2015 3:07 PM To: 'OpenWrt Development List'

[OpenWrt-Devel] [PATCH] images: Add option build tar.gz suitable for use as LXC guest rootfs

2015-12-17 Thread openwrt
From: Daniel Dickinson An any target with targz image support we add the option of building a tar.gz which is suitably configured to run as an LXC guest rootfs. NB: This does not require kernel support; the LCX *host* requires the appropriate kernel support, but

[OpenWrt-Devel] [PATCH] dnsmasq: Add option --no-ping

2015-12-17 Thread Hans Dedecker
By default dnsmasq sends an ICMP echo request before allocating an IP address to a host; the uci option noping allows to disable this check. Signed-off-by: Hans Dedecker --- package/network/services/dnsmasq/files/dnsmasq.init | 1 + 1 file changed, 1 insertion(+) diff --git

[OpenWrt-Devel] [PATCH 2/3] initial support for TP-Link Archer C2600

2015-12-17 Thread Josh Bendavid
The device tree file is similar to the current ap148 dts, with sata and nand removed, and buttons/led's added. Signed-off-by: Josh Bendavid --- ...qcom-add-TP-Link-Archer-C2600-device-tree.patch | 300 +

Re: [OpenWrt-Devel] [PATCH 2/3] lantiq: unify dsl led names

2015-12-17 Thread John Crispin
On 17/12/2015 13:58, Mathias Kresin wrote: > 2015-12-17 7:52 GMT+01:00 John Crispin : >> Hi, >> >> we had a discussion yesterday with a few people and agreed to cleanup >> the led names on for the lantiq target to match the format expected by >> the kernel. i like this patch

Re: [OpenWrt-Devel] [PATCH 2/3] lantiq: unify dsl led names

2015-12-17 Thread Mathias Kresin
2015-12-17 7:52 GMT+01:00 John Crispin : > Hi, > > we had a discussion yesterday with a few people and agreed to cleanup > the led names on for the lantiq target to match the format expected by > the kernel. i like this patch however we need to do the led renaming > first i

[OpenWrt-Devel] [PATCH 1/3] initial support for TP-Link Archer C2600

2015-12-17 Thread Josh Bendavid
Add initial support for Archer C2600 to Makefiles and profiles along with needed modifications to tplink-safeloader in firmware-tools. This is sufficient to build a working factory image flashable both from stock web ui and bootloader tftp recovery. Sysupgrade is working as well. Working:

[OpenWrt-Devel] [PATCH netifd] interface: Trigger interface update event when interface data is updated via ubus

2015-12-17 Thread Hans Dedecker
Interface update event will trigger an interface hotplug event and an ubus notify event which will inform subscribers about the updated interface data field Signed-off-by: Hans Dedecker --- interface.c | 21 + interface.h | 1 + ubus.c | 10

[OpenWrt-Devel] [PATCH 3/3] initial support for TP-Link Archer C2600

2015-12-17 Thread Josh Bendavid
There is a patch added here to ath10k to bypass some checks on startup. I believe this is related to the calibration data being provided in external files (dumped from the ART mtd partition at init time) rather than directly from the pcie board. The patch and related discussion is from here:

[OpenWrt-Devel] [PATCH] lantiq: Configure LED polarity for TDW8970 and TDW8980.

2015-12-17 Thread Vittorio G (VittGam)
This patch configures the correct ath9k WLAN LED polarity for the TDW8970, and for the TDW8980 as well. Signed-off-by: Vittorio Gambaletta --- --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -4,8 +4,4 @@ / { model =

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for Cisco's MR18

2015-12-17 Thread Christian Lamparter
Hello, On Saturday, December 12, 2015 04:06:51 PM Christian Lamparter wrote: > On Saturday, December 12, 2015 03:03:55 PM John Crispin wrote: > > which ones are missing ? i merged a total of 5 now. > here they are (the missing ones): > > "ar71xx: refactor 10-ath9k-eeprom" >

Re: [OpenWrt-Devel] [PATCH 1/3] initial support for TP-Link Archer C2600

2015-12-17 Thread Josh Bendavid
(Sorry, missed the changes to tplink-safeloader in firmware tools here, have submitted a separate patch with just those) On 17 December 2015 at 13:34, Josh Bendavid wrote: > Add initial support for Archer C2600 to Makefiles and profiles along with > needed modifications

[OpenWrt-Devel] [PATCH] support for TP-Link Archer C2600 for tplink-safeloader

2015-12-17 Thread Josh Bendavid
Needed modifications to tplink-safeloader to builder Archer C2600 images. Adds partition table and support list strings and properly uses them. Signed-off-by: Josh Bendavid --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file

[OpenWrt-Devel] [PATCH v8 1/3] ar71xx: refactor 10-ath9k-eeprom

2015-12-17 Thread Christian Lamparter
From: Chris R Blake move all library includes and 'firmware already exists' check to the top of the script. Signed-off-by: Chris R Blake --- .../ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 12 ++-- 1 file changed, 6

[OpenWrt-Devel] [PATCH v8 3/3] base-files: cleanup mtd_get_mac_binary hexdump

2015-12-17 Thread Christian Lamparter
From: Chris R Blake Remove usage of dd, as per request from Yousong Zhou. Signed-off-by: Chris R Blake --- package/base-files/files/lib/functions/system.sh | 2 +- 1

[OpenWrt-Devel] [PATCH v8 2/3] ar71xx: scan nand ubi partition for ath9k eeprom files

2015-12-17 Thread Christian Lamparter
From: Chris R Blake The MR18 stores the ath9k eeprom values on the NAND. This patch makes it possible to retrieve the images from there. Signed-off-by: Chris R Blake --- package/base-files/files/lib/functions/system.sh| 17

[OpenWrt-Devel] [PATCH v8 0/3] complete Cisco MR18 support

2015-12-17 Thread Christian Lamparter
This series completes the support for Cisco Meraki's MR18 router [0]. It features: CPU: Atheros/Qualcomm QCA9557-AT4A at 720MHz RAM: 128 MiB DDR2 NAND Flash: Hynix NAND 128MiB 3,3V 8-bit Wireless: SoC AR9550 + 2x Atheros AR9582-AR1A (one 5Ghz, other 2.4Ghz/5Ghz) Ethernet: 1x Gigabit AR8035-A,

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

2015-12-17 Thread Tathagata Das
Thanks John. Please let me know once it is merged into trunk. Regards, Tathagata On 2015-12-17 16:10, John Crispin wrote: On 17/12/2015 10:51, Tathagata Das wrote: I am not sure if this patch is under verification or not. Please let me know if any modification is required in this patch.

[OpenWrt-Devel] [PATCH v4 0/2] ar71xx: Add Support for AirTight Networks C-55 Access Point

2015-12-17 Thread Chris Blake
This list of patches is to add support for the AirTight Networks C-55 AP. Signed-off-by: Chris R Blake Chris Blake (2): ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips ar71xx: Add support for AirTight Networks C-55

[OpenWrt-Devel] [PATCH v4 2/2] ar71xx: Add support for AirTight Networks C-55

2015-12-17 Thread Chris Blake
This patch is to add support for the AirTight Networks C-55 Access Point Signed-off-by: Chris R Blake --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 6 + .../linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCH v4 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-12-17 Thread Chris Blake
The following patch is to add ath79_register_m25p80_large, which sets is_flash to false to support bit banging. This is needed on some 32MB+ SPI chips, such as the S25FL256S1 Signed-off-by: Chris R Blake --- target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c | 8

[OpenWrt-Devel] [PATCH] network/utils/dante: Fix wrong md5sum for download

2015-12-17 Thread openwrt
From: Daniel Dickinson The md5sum in the Makefile doesn't match md5sum of downloaded package which causes failure of builds due to failure to get a successful download. --- package/network/utils/dante/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OpenWrt-Devel] [PATCH] network/utils/dante: Fix wrong md5sum for download

2015-12-17 Thread Lars
hey, as with previous occasions of hashsum mismatches: why does it mismatch? cheers, lars On 17.12.2015 22:51, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > The md5sum in the Makefile doesn't match md5sum > of downloaded package which causes

Re: [OpenWrt-Devel] Fast build testing [Was: Git mirror with branches, tags and full history]

2015-12-17 Thread Bastian Bittorf
* Dirk Neukirchen [02.12.2015 15:35]: > Can you please add some compile speed numbers > on cloud service/workstation/ >8thread hardware to > this wiki page: https://wiki.openwrt.org/doc/faq/development yes, i will update that if i have collected for some more machines.

[OpenWrt-Devel] v1000: Once again patch for support for three PowerCloud devices

2015-12-17 Thread openwrt
1000th times the charm aka these devices must secretly have mental power and not *want* to be integrated! Seriously, I don't know why I've had so much trouble getting such a simple set of patches properly worked up. It's depressing. Must be some kind of mental block where these devices are

[OpenWrt-Devel] [PATCH 6/9] ar71xx: Image generation for PowerCloud CR5000 Cloud Router

2015-12-17 Thread openwrt
From: Daniel Dickinson Kernel part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64 MB RAM, (unused in stock firmware) USB 2.0 port, and five port gigabit ethernet switch. The CR5000 was sold as

[OpenWrt-Devel] [PATCH 3/9] ar71xx: Kernel board definition for PowerCloud CR5000

2015-12-17 Thread openwrt
From: Daniel Dickinson Kernel part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64 MB RAM, (unused in stock firmware) USB 2.0 port, and five port gigabit ethernet switch. The CR5000

Re: [OpenWrt-Devel] [PATCH v8 0/3] complete Cisco MR18 support

2015-12-17 Thread Felix Fietkau
On 2015-12-17 21:28, Christian Lamparter wrote: > On Thursday, December 17, 2015 07:22:04 PM Christian Lamparter wrote: >> This series completes the support for Cisco Meraki's MR18 router [0]. > [...] >> >> v7 -> v8: >> - Architecure and Support files (mach-mr18.c and ar71xx_regs.h) have >>

[OpenWrt-Devel] [PATCH 9/9] ar71xx: PowerCloud CR5000 openwrt configuration

2015-12-17 Thread openwrt
From: Daniel Dickinson OpenWrt configuration part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64MB RAM, (unused on stock firmware) USB 2.0 port and five port gigabit ethernet switch. The CR5000

[OpenWrt-Devel] [PATCH 1/9] ar71xx: Kernel board definition for PowerCloud CAP324

2015-12-17 Thread openwrt
From: Daniel Dickinson Kernel part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP was a device sold by PowerCloud Systems as hardware for the CloudCommand service for 'cloud' based managment of large numbers access points. The

[OpenWrt-Devel] [PATCH 2/9] ar71xx: Kernel board definition for PowerCloud CR3000

2015-12-17 Thread openwrt
From: Daniel Dickinson Kernel part of support for PowerCloud CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port fast ethernet switch, and a fast ethernet wan port which was sold by PowerCloud Systems as

[OpenWrt-Devel] [PATCH 7/9] ar71xx: PowerCloud CAP324 OpenWrt configuration

2015-12-17 Thread openwrt
From: Daniel Dickinson Openwrt configuration part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by PowerCloud Systems who's stock firmware (CloudCommand) provides 'cloud' based managment of large numbers access points. The CAP324

[OpenWrt-Devel] [PATCH 5/9] ar71xx: Image generation for PowerCloud CR3000 Cloud Router

2015-12-17 Thread openwrt
From: Daniel Dickinson Image generation part of support for PowerCloud CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port fast ethernet switch, and a fast ethernet wan port which was sold by PowerCloud Systems as hardware

[OpenWrt-Devel] [PATCH 4/9] ar71xx: PowerCloud CAP324 image generation

2015-12-17 Thread openwrt
From: Daniel Dickinson Image generation (and mtd partition) part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by PowerCloud Systems who's stock firmware (CloudCommand) provides 'cloud' based managment of large numbers of access

[OpenWrt-Devel] [PATCH 8/9] ar71xx: PowerCloud CR3000 OpenWrt configuration

2015-12-17 Thread openwrt
From: Daniel Dickinson OpenWRt configuration part of support for the PowerCloud Systems CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port gigabit ethernet switch, and a fast ethernet wan port that was sold by PowerCloud

[OpenWrt-Devel] [PATCH] Allow scan of single channel

2015-12-17 Thread Dmitry Ivanov
Sometimes it is enough to scan single channel only. This is much faster than scanning all of them and ingnoring unnecessary data. Signed-off-by: Dmitry Ivanov --- include/iwinfo.h | 1 + iwinfo_cli.c | 65

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

2015-12-17 Thread Martin Schiller
On 12/17/2015 at 9:20 AM, John Crispin wrote: > > > On 14/12/2015 10:18, Martin Schiller wrote: > > 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

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

2015-12-17 Thread John Crispin
On 17/12/2015 12:03, Martin Schiller wrote: > On 12/17/2015 at 9:20 AM, John Crispin wrote: >> >> >> On 14/12/2015 10:18, Martin Schiller wrote: >>> This patch adds devicetree aliases support, which makes it possible >> to >>> renumber the physical mac ports. >>> >>> This change has only

[OpenWrt-Devel] [PATCH] feeds: Add option for build-time configuration of opkg repositories

2015-12-17 Thread openwrt
From: Daniel Dickinson It can be convenient to separate builds into base system (included in SDK), and task-oriented SDK builds (so that you limit the number of packages which you must build at one time). For this to work well it is useful to use separate opkg

[OpenWrt-Devel] [PATCH 0/4] Output filename enhancements

2015-12-17 Thread openwrt
The following patch series does the following: 1) Fixes missing version number from Toolchain tarball name. 2) Uses configured distribution name for tarball (SDK, Imagebuild, and Toolchain) filenames as well as for image filenames. 3) Allows to add an extra string (sanitized) to the output image

[OpenWrt-Devel] [PATCH 2/4] targets: Use configured distribution name for SDK, IB, and Toolchain tarball names

2015-12-17 Thread openwrt
From: Daniel Dickinson We allow to configure the version distribution name; let's also use it for the tarballs (SDK, ImageBuilder, and SDK). Signed-off-by: Daniel Dickinson --- target/imagebuilder/Makefile | 2 +- target/sdk/Makefile

[OpenWrt-Devel] [PATCH 3/4] images: use configured distribution name for output image names

2015-12-17 Thread openwrt
From: Daniel Dickinson We allow to configure the version distribution name; let's also use it for the final image filenames. Signed-off-by: Daniel Dickinson --- include/image.mk | 28 +++- 1 file changed, 15

[OpenWrt-Devel] [PATCH 1/4] target/toolchain: Fix tarball filename

2015-12-17 Thread openwrt
From: Daniel Dickinson Toolchain makefile was missing include of version.mk so the openwrt version was missing from the filename. This patch fixes that. Signed-off-by: Daniel Dickinson --- target/toolchain/Makefile | 1 + 1 file

[OpenWrt-Devel] [PATCH 4/4] images imagebuilder: Allow to add sanitized extra name

2015-12-17 Thread openwrt
From: Daniel Dickinson For final output image names allow user to add an extra string (which is sanitized). This is particularly useful with ImageBuilder where you may generate multiple images from the same base and for the same board, with different package