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
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,
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
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
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
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
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
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
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
+++
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
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
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo