Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-01-10 Thread Forest Crossman
On Tue, Jan 9, 2024 at 4:52 AM John Crispin wrote: > ---SNIP--- > > * Why is there no USB 3.x host port on the device? > - the USB 3.x and PCIe buses are shared in the selected SoC silicon, > hence only a single High-Speed USB port is available Perhaps you've already considered this, but it may

[OpenWrt-Devel] [PATCH] iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs

2014-09-25 Thread Forest Crossman
The AR9580 with the new ID can be found in the EnGenius ESR900 and the QCA9880 without any subsystem IDs can be found in the EnGenius ESR1750. Signed-off-by: Forest Crossman cyro...@gmail.com --- package/network/utils/iwinfo/src/hardware.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OpenWrt-Devel] [PATCH] ar71xx: add LED defaults for the EnGenius ESR1750

2014-09-25 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index d104f40

[OpenWrt-Devel] [PATCH] ar71xx: enable sysupgrade for the EnGenius ESR900

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b5b2873..846954c

[OpenWrt-Devel] [PATCH] ar71xx: use ETH_ALEN for consistency

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c

[OpenWrt-Devel] [PATCH] ar71xx: make LED names for EnGenius routers follow convention

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh| 4 ++-- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 8 target/linux/ar71xx/files/arch/mips/ath79/mach-eap300v2.c | 6 +++--- target/linux/ar71xx/files/arch

Re: [OpenWrt-Devel] [PATCH] ar71xx: make LED names for EnGenius routers follow convention

2014-08-20 Thread Forest Crossman
across all platforms and models. Or, even better, get rid of the brand/manufacturer identifier entirely and make it something simpler like wlan2g:blue, power:amber, wps:green, wps:red, etc.  --  Forest Crossman On August 20, 2014 at 9:24:28 PM, Yousong Zhou (yszhou4t...@gmail.com(mailto:yszhou4t

[OpenWrt-Devel] [PATCH] ar71xx: build factory image for EnGenius ESR900 and ESR1750

2014-08-14 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/image/Makefile | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ec69b0b..683c238 100644

[OpenWrt-Devel] [PATCH] firmware-utils: made mkdir615h1 work for all Senao-produced devices as mksenaofw and cleaned up some of its formatting

2014-08-01 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ramips/image/Makefile | 5 +- tools/firmware-utils/Makefile | 2 +- .../src/{mkdir615h1.c = mksenaofw.c} | 81 -- 3 files changed, 48 insertions(+), 40

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: add support for the EnGenius ESR900

2014-07-10 Thread Forest Crossman
that even be appropriate when I didn't write most of the code? This is the first free software project I've contributed to so I'm a little unsure of myself when it comes to what I should or should not take credit for. -- Forest Crossman On Sun, Jun 22, 2014 at 4:20 PM, Forest Crossman cyro

Re: [OpenWrt-Devel] [PATCH RESEND] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-07-02 Thread Forest Crossman
and generic because it actually applies to most if not all Senao-produced boards. -- Forest Crossman On Sun, Jun 22, 2014 at 4:33 PM, Forest Crossman cyro...@gmail.com wrote: Signed-off-by: Forest Crossman cyro...@gmail.com --- tools/firmware-utils/src/mkdir615h1.c | 4 ++-- 1 file changed, 2

Re: [OpenWrt-Devel] [PATCH v2 1/3] ar71xx: add kernel support for the EnGenius ESR900

2014-06-24 Thread Forest Crossman
Crossman On Tue, Jun 24, 2014 at 9:01 AM, John Crispin j...@phrozen.org wrote: Hi, On 22/06/2014 22:20, Forest Crossman wrote: diff --git a/target/linux/ar71xx/files/arch/mips/ath79/nvram.c b/target/linux/ar71xx/files/arch/mips/ath79/nvram.c index 43911b8..41c3542 100644 --- a/target/linux

[OpenWrt-Devel] [PATCH v2 0/3] ar71xx: add support for the EnGenius ESR900

2014-06-22 Thread Forest Crossman
Apparrently, Gmail likes to mangle patches if you send them from the web interface. This patch series contains a slightly cleaned-up version of the original patch. Forest Crossman (3): ar71xx: add kernel support for the EnGenius ESR900 ar71xx: add board support for the EnGenius ESR900

[OpenWrt-Devel] [PATCH v2 1/3] ar71xx: add kernel support for the EnGenius ESR900

2014-06-22 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/config-3.10| 1 + .../ar71xx/files/arch/mips/ath79/mach-esr900.c | 222 + target/linux/ar71xx/files/arch/mips/ath79/nvram.c | 16 ++ .../610-MIPS-ath79-openwrt-machines.patch

[OpenWrt-Devel] [PATCH v2 2/3] ar71xx: add board support for the EnGenius ESR900

2014-06-22 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/generic/profiles/engenius.mk | 16 target/linux/ar71xx/image/Makefile | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/engenius.mk diff --git

[OpenWrt-Devel] [PATCH v2 3/3] ar71xx: add user-space support for the EnGenius ESR900

2014-06-22 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- package/base-files/files/lib/functions/system.sh | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 + target/linux/ar71xx/base-files/etc

[OpenWrt-Devel] [PATCH RESEND] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-06-22 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- tools/firmware-utils/src/mkdir615h1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firmware-utils/src/mkdir615h1.c b/tools/firmware-utils/src/mkdir615h1.c index 84692aa..d9fb35c 100644 --- a/tools/firmware

[OpenWrt-Devel] [PATCH] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-06-21 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- tools/firmware-utils/src/mkdir615h1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firmware-utils/src/mkdir615h1.c b/tools/firmware-utils/src/mkdir615h1.c index 84692aa..d9fb35c 100644 --- a/tools/firmware-utils

[OpenWrt-Devel] [PATCH] ar71xx: add support for the EnGenius ESR900

2014-06-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- package/base-files/files/lib/functions/system.sh | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + .../ar71xx/base-files/etc/uci-defaults/02_network | 11