From: Yousong Zhou
Almost all busybox applets are alternatives to some other existing
"full" utilities. To lift the maintenance burden of enumerating CONFIG
symbols, symlink path of each applet, we special case busybox here as a
known alternatives provider.
All file pathes provided by busybox w
From: Jeff Kletsky
Certain devices can have both NOR- and NAND-resident firmware, such as
the GL.iNet GL-AR300M. These devices can be booted with either firmware.
The GL-AR300M boot loader will automatically fail-over to NOR firmware
after three failed boots, providing end-user benefits when bad
On 8/06/19 14:48, André Valentin wrote:
> This package adds scripts for xfrm interfaces support.
> Example configuration via /etc/config/network:
>
> config interface 'xfrm0'
> option proto 'xfrm'
> option mtu '1300'
> option zone 'VPN'
> option tunlink 'wan'
>
Hello,
On 05.06.19 22:23, Christian Lamparter wrote:
> I had to attach the patch as a file since gmail's webmail interface now seems
> to
> eat all the tabs. I hope this still gets through.
I ran into problems booting multiple QCA9558 boards, namely the OCEDO
Koala and the devolo WiFi pro 1200e
Hi,
On Tue, 11 Jun 2019 at 23:08, Stijn Tintel wrote:
>
> Hi,
>
> Since we now have a 19.07 branch, is it OK to switch KERNEL_PATCHVER for
> targets in master that have 4.19 support to 4.19?
Fine by me. The earlier we start testing 4.19, the faster we can iron
out the kinks, hopefully reducing t
On Tue, Jun 11, 2019 at 11:28 PM Linus Walleij wrote:
> One of the patches were not properly refreshed. Fix it up.
>
> Signed-off-by: Linus Walleij
Bah, drop this patch. I was fixing my own out-of-tree patches :P
Sorry for the buzz
Linus Walleij
___
One of the patches were not properly refreshed. Fix it up.
Signed-off-by: Linus Walleij
---
.../0008-ARM-dts-Enable-Gemini-flash-access.patch | 7 ---
1 file changed, 7 deletions(-)
diff --git
a/target/linux/gemini/patches-4.19/0008-ARM-dts-Enable-Gemini-flash-access.patch
b/tar
The squashfs+jffs2 root filesystem only came up as read-only
and the config would not take:
[ 25.600237] mount_root: Could not open mtd device: /dev/mtd4
[ 25.634674] mount_root: reading rootfs_data failed
[ 25.665346] mount_root: Could not open mtd device: /dev/mtd3
[ 25.699802] mount_roo
The DNS-313 isn't the only special board so let's bite the
bullet and create a case ladder in preparation for DIR-685.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebase on the new patch using library functions
---
.../lib/preinit/05_set_ether_mac_gemini | 28 +++
Hi,
Since we now have a 19.07 branch, is it OK to switch KERNEL_PATCHVER for
targets in master that have 4.19 support to 4.19?
Thanks,
Stijn
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/open
The DIR-685 has the MAC addresses in the RedBoot code just like
DNS-313. Check some magic numbers to determine that the MAC
address is where we want it and extract it from RedBoot.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebase on the other patches
- Use library functions to get part
This simplifies the ethernet address extraction script
by using standard library functions to locate the MTD
partitions and extract ethernet address from a binary
offset location in the flash.
Suggested-by: Christian Lamparter
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- New patch prepen
Hi,
On Mon, Jun 10, 2019 at 8:10 PM Andre Valentin wrote:
>
> Hi Hans,
>
> after testing xfrm tunnels a bit I found to big differences compared to other
> convential tunnels.
> 1) xfrm tunnel interfaces cannot be replaced with netlink
> 2) xfrm tunnel interfaces DO NOT vanish if parent is delete
ramips: add Edimax EW-7478APC
SoC:MediaTek MT7620a @ 580MHz
RAM:64M (Winbond W9751G6KB-25)
FLASH: 8MB (Macronix)
WiFi: SoC-integrated: MediaTek MT7620a bgn
WiFi: MediaTek MT7612EN nac
Switch: Mediatek MT7530W Gigabit Switch (4 x LAN, 1 x WAN)
USB:Yes 1 x 2.0 (+ 1 x 2.0 unpopulated
From: Jeff Kletsky
Backport upstream support for GigaDevice GD5F1GQ4UFxxG SPI NAND
* Add support for GigaDevice GD5F1GQ4UFxxG
* Add support for two-byte device IDs
* Define macros for page-read ops with three-byte addresses
Upstream patches refreshed against 4.19.48
Run-tested-on: ath79/nan
From: Jeff Kletsky
Supersedes https://patchwork.ozlabs.org/project/openwrt/list/?series=112040
and addresses related comments
GigaDevice (and a future commit for Paragon) SPI NAND required for
use of SPI NAND on at least GL.iNet GL-AR300M and GL-AR750S, already
on the ath79 target on both openwr
From: Jeff Kletsky
generic: Add/rename patches for consistency
ipq40xx: Generic-level patch replaces same-source patches-4.19/
082-v4.20-mtd-spinand-winbond-Add-support-for-W25N01GV.patch
Several SPI NAND chips were added between 4.19 and 5.1
including GigaDevice, Toshiba, and Winbond.
Great idea, but that needs to happen upstream.
As far as I know iwinfo is only used for the hardware gains
and ubus stuff in OpenWrt. It would be nice if it could be replaced
by iw completely.
Regards,
Vincent Wiemann
On 11.06.19 18:29, Nick wrote:
> iw has no c library. So if you want to do aut
iw has no c library. So if you want to do automatically switching or
stuff like this, I directly would have to use nl80211.
Would be nice to split iw into a libiw and cmd iw or something like this.
Bests,
Nick
On 21.05.19 19:34, John Crispin wrote:
>
> On 21/05/2019 17:44, Nick wrote:
>> If I ext
On 2019-06-11 12:32, Nylon Chen wrote:
> When a building package has -flto option leads to building error
>
> We must use the gcc-ar wrapper instead of ar to invoke ar with the right
> plugin arguments for handling the LTO objects when -flto is specified.
>
> Signed-off-by: Che-Wei Chuang
> Sign
Hi Christian,
I worked in all the changes you requested until I got to this:
On Thu, May 30, 2019 at 12:46 AM Christian Lamparter wrote:
> > + ifconfig eth0 hw ether $MAC1 2>/dev/null
>
> I guess while we are at it, why not change it to
> "ip link set dev eth0 addres
Cosmetical patch that just merges two cases.
Signed-off-by: Adrian Schmutzler
---
.../ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git
a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
When a building package has -flto option leads to building error
We must use the gcc-ar wrapper instead of ar to invoke ar with the right
plugin arguments for handling the LTO objects when -flto is specified.
Signed-off-by: Che-Wei Chuang
Signed-off-by: Nylon Chen
---
rules.mk | 12 +--
The current script passes CFLAGS parameters to gcc-* utilities,
but they can not identify CFLAGS parameters,
so following this script will fail package build
Signed-off-by: Che-Wei Chuang
Signed-off-by: Nylon Chen
---
scripts/ext-toolchain.sh | 9 +
1 file changed, 9 insertions(+)
diff
The AE3XX prototype demonstrates the AE3XX example platform on the FPGA.
It is composed of one Andestech(nds32) processor and AE3XX.
Signed-off-by: Che-Wei Chuang
Signed-off-by: Nylon Chen
---
target/linux/nds32/Makefile | 23
target/linux/nds32/config-4.19
This patchset adds basic support for Andes's nds32 ISA
and nds32 family's CPU IP based on ae3xx platform.
The board is entirely supported since Linux 4.19.
Nylon Chen (2):
toolchain: add support of nds32 architecture
nds32: add new target for AE3XX boards
include/kernel.mk
This commit provides basic support for the
Andes 32-bit (nds32) architecture.
Signed-off-by: Che-Wei Chuang
Signed-off-by: Nylon Chen
---
include/kernel.mk | 2 ++
include/site/nds32 | 33 +
include/target.mk | 4
target/Config.in| 5 +
toolc
27 matches
Mail list logo