Re: [OpenWrt-Devel] [enhancement] ar71xx: Moving UART related GPIO initialization into the serial drivers.

2015-12-09 Thread Piotr Madalinski
Here are my patches for ar71xx enabling UART to be turned on and off at runtime to free up the GPIO pins, And I forgot to attach the patches. Sorry. Here they are. --- a/arch/mips/ath79/dev-common.c +++ b/arch/mips/ath79/dev-common.c @@ -20,9 +20,37 @@ #include #include +#include #includ

[OpenWrt-Devel] [enhancement] ar71xx: Moving UART related GPIO initialization into the serial drivers.

2015-12-09 Thread Piotr Madalinski
Hi, Here are my patches for ar71xx enabling UART to be turned on and off at runtime to free up the GPIO pins, if someone is interested. I think doing this at runtime is better than compiling out UART support altogether. For example, it allows the failsafe mode to function without problems, and,

Re: [OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Daniel Dickinson
On 09/12/15 04:07 PM, Felix Fietkau wrote: On 2015-12-09 21:47, Felix Fietkau wrote: On 2015-12-09 21:02, Daniel Dickinson wrote: Seems like we've been accumulating separate patches for adding individual boards again, I'm going to clean up that stuff later. When you've fixed the issues that I'v

Re: [OpenWrt-Devel] [PATCH] linux: add support of Synopsys ARCHS38-based boards

2015-12-09 Thread Hauke Mehrtens
On 12/09/2015 03:16 PM, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC HS38 cores. > > ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. > Because of new ISA ARC HS38 are binary incompatible with ARC 700 > cores which requires both separate toolchain

Re: [OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Felix Fietkau
On 2015-12-09 21:47, Felix Fietkau wrote: > On 2015-12-09 21:02, Daniel Dickinson wrote: >>> Seems like we've been accumulating separate patches for adding >>> individual boards again, I'm going to clean up that stuff later. When >>> you've fixed the issues that I've pointed out already, please als

Re: [OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Felix Fietkau
On 2015-12-09 21:02, Daniel Dickinson wrote: >> Seems like we've been accumulating separate patches for adding >> individual boards again, I'm going to clean up that stuff later. When >> you've fixed the issues that I've pointed out already, please also >> restructure your patches to add the mach f

Re: [OpenWrt-Devel] [PATCH 8/9] ar71xx: PowerCloud CR5000 image generation

2015-12-09 Thread Daniel Dickinson
Should be cr5000-nocloud. Did you test this? I compiled but had overlooked the missing image. Also, the mtd layout looks wrong to me. Kill the kernel/rootfs partitions, add just the firmware part in their place (without the explicit offset), and let the kernel figure out the kernel/rootfs spli

Re: [OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Daniel Dickinson
Seems like we've been accumulating separate patches for adding individual boards again, I'm going to clean up that stuff later. When you've fixed the issues that I've pointed out already, please also restructure your patches to add the mach files individually, then a commit that integrates your bo

[OpenWrt-Devel] [PATCH] kernel: Add dummy sound driver

2015-12-09 Thread Ted Hess
Useful when using sound players that can send to icecast, etc. without any sound device attached. Signed-off-by: Ted Hess --- diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 603bb70..d09cf21 100644 --- a/package/kernel/linux/modules/sound.mk +++

[OpenWrt-Devel] [PATCH] ncurses: Fix build of libncursew

2015-12-09 Thread Ted Hess
Packages using libncursesw can fail to build if both libncurses and libncursesw are not installed. Currently the ncurses.h file is installed in "usr/include/ncursesw" directory and includes other .h files in the "usr/include" directory incorrectly. For example: Including fails due to these refer

[OpenWrt-Devel] Board detection for Lamobo R1 fails

2015-12-09 Thread Vasco Steinmetz
Hi, I'm trying to use the /etc/board.d/02_network board specific defaults for the Lamobo R1 (like the integrated switch) which got recently committed. Apparently in sunxi_board_detect() the following case does not match: model="$( cat /proc/device-tree/model )" case "$model" in

Re: [OpenWrt-Devel] [OpenWrt] openwrt build system costs: support of or foundation over?

2015-12-09 Thread Eric Schultz
Dave, I would define $220 monthly as significant. I've talked with management at prpl and we're all on board with funding monthly infrastructure as we have offered in the past. If we had a list of people who are running build servers, what the build servers are building (which device are they buil

[OpenWrt-Devel] Ubiquiti UniFI AC Lite

2015-12-09 Thread Andrew Margarit | Cucumber WiFI
Does anyone know who's maintaining this page? https://wiki.openwrt.org/toh/ubiquiti/unifiac Want to give out a hand with that porting. Cheers, A ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/l

Re: [OpenWrt-Devel] [PATCH v5] Add support for Ubiquiti EdgeRouter X (UBNT-ERX)

2015-12-09 Thread Nikolay Martynov
Hi. I know you guys a probably very busy, but could you please confirm that this is the right list to submit such patches and format of this patch is correct - so I could fix it if it's not. Thanks! 2015-12-03 2:16 GMT-05:00 Nikolay Martynov : > This router is based on MT7621 SoC, no wifi, nan

[OpenWrt-Devel] First boot provisioning

2015-12-09 Thread Lukáš Macura
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I would want to start some discussion about first boot provisioning and theoretical inclusion of some script into default images. Today, if somebody want some automatic way to autoconfigure OpenWrt boxes, he has to create its own image. B

Re: [OpenWrt-Devel] [PATCH v6 5/6] ar71xx: scan nand ubi partition for ath9k eeprom files

2015-12-09 Thread Chris Blake
On Mon, Dec 7, 2015 at 7:48 PM, Yousong Zhou wrote: > On 7 December 2015 at 23:55, Chris Blake wrote: >> Yousong, >> >> Sorry to come back so fast, but how would moving the skip to hexdump >> help the code in any way? For example, we are currently using: >> >> dd bs=1 skip=$offset count=6 if=/dev

[OpenWrt-Devel] [PATCH] linux: add support of Synopsys ARCHS38-based boards

2015-12-09 Thread Alexey Brodkin
This patch introduces support of new boards with ARC HS38 cores. ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. Because of new ISA ARC HS38 are binary incompatible with ARC 700 cores which requires both separate toolchain and target applications including Linux kernel for that

Re: [OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Felix Fietkau
On 2015-12-09 10:21, open...@daniel.thecshore.com wrote: > 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 > acce

Re: [OpenWrt-Devel] [PATCH 8/9] ar71xx: PowerCloud CR5000 image generation

2015-12-09 Thread Felix Fietkau
On 2015-12-09 10:21, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > Image generation (and mtd parititioning) 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 p

Re: [OpenWrt-Devel] [PATCH 2/9] ar71xx: PowerCloud CAP324 image generation To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread Felix Fietkau
On 2015-12-09 10:21, open...@daniel.thecshore.com wrote: > 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 ma

[OpenWrt-Devel] [PATCH] openssl: add config option for no_hw support

2015-12-09 Thread Florian Eckert
The hardware support is required by some 3rd party engines (tpm) Signed-off-by: Florian Eckert --- package/libs/openssl/Config.in | 5 + package/libs/openssl/Makefile | 9 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package/libs/openssl/Config.in b/package/libs

[OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-09 Thread openwrt
From: Daniel Dickinson Packages can use TARGET_GOC for the gnugcc compiler. No generic packaging defaults have been added as I'm not sure what that should look like or if there are even sensible defaults for the Go projects out there. Currently only patches for GCC 5 - previous versions of GCC

[OpenWrt-Devel] Add experimental Golang support (GCCGO)

2015-12-09 Thread openwrt
GCC 5 now supports Go 1.4 which is modern enough to make building Go programs practical for systems supported by OpenWrt. (Actually GCCGO which is the GCC-based golang compile which will build Go 1.4 projects but is a different stack than the standard golang environment which does not (to my knowl

[OpenWrt-Devel] [PATCH 4/9] ar71xx: PowerCloud CR3000 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 Thread openwrt
From: Daniel Dickinson Kernel part of support package for PowerCloud 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 which was sold by PowerCloud Systems as hardware for the Skydog cloud-managed r

[OpenWrt-Devel] [PATCH 8/9] ar71xx: PowerCloud CR5000 image generation

2015-12-09 Thread openwrt
From: Daniel Dickinson Image generation (and mtd parititioning) 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 was sold as ha

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

2015-12-09 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 Systems as hardware for the Skyd

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

2015-12-09 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 is a dual-band 802.11n wireless

[OpenWrt-Devel] [PATCH 7/9] ar71xx: PowerCloud CR5000 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 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 hardware for the Skydog cloud-mana

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

2015-12-09 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 was sold as hardware for the Skyd

[OpenWrt-Devel] [PATCH 5/9] ar71xx: PowerCloud CR3000 image generation

2015-12-09 Thread openwrt
From: Daniel Dickinson Image generation (and mtd partition) 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 Systems as hardw

[OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel@lists.openwrt.org

2015-12-09 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 CAP324 is a dual-band 802.11n wireless access point w

[OpenWrt-Devel] [PATCH 2/9] ar71xx: PowerCloud CAP324 image generation To: openwrt-devel@lists.openwrt.org

2015-12-09 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 points. The CAP324 is a dual-band

[OpenWrt-Devel] [PATCH 0/9] ar71xx: Add support for three PowerCloud devices

2015-12-09 Thread openwrt
This patch series finally gets the previously attempted PowerCloud device patch series up-to-date with trunk, including using the new image generation Makefile format instead of old-style. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt