[RFC PATCH v2] gpio-button-hotplug: convert to gpio descriptor (gpiod_) API

2021-08-19 Thread Christian Lamparter
OpenWrt's special gpio-button-hotplug driver is still using exclusively the legacy GPIO Subsystem gpio_ API. While it still does work fine for most devices, upstream linux is starting to convert platform support like that of the APU2/3/4 to the new GPIOD LOOKUP tables that are not supported by it.

[PATCH] ltq-vdsl/ltq-vdsl-app: clean up configure args

2021-08-19 Thread Jan Hoffmann
The userspace application now uses the model=full option to match the configuration of the kernel module. The source no longer contains SOAP support, which was the primary reason to build only typical instead of full before. This makes several CLI commands, which were already supported in the kern

[PATCH] odhcp6c: add DNS RA option lifetime support

2021-08-19 Thread Asura Liu (asuliu) via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- To support RFC 8106 DNS RA option

[PATCH 2/4] target/imagebuilder: change help text for image build

2021-08-19 Thread Florian Eckert
Unify the help text for the image makefile target. That it looks unifrom as with the otheer help texts. Signed-off-by: Florian Eckert --- target/imagebuilder/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuild

[PATCH 4/4] target/imagebuilder: add help text and rename whatdepends to package_whatdepens

2021-08-19 Thread Florian Eckert
Add the missing help text for the package_whatdepends makefile target. Signed-off-by: Florian Eckert --- target/imagebuilder/files/Makefile | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile i

[PATCH 3/4] target/imagebuilder: update help text for manifest target

2021-08-19 Thread Florian Eckert
Add missing help text for manifest makefile target in the quick overview help output. Also unify the help text for the manifest makefile target, so that it looks uniform like the other help texts. Signed-off-by: Florian Eckert --- target/imagebuilder/files/Makefile | 3 ++- 1 file changed, 2 ins

[PATCH 1/4] target/imagebuilder: add depends target to show all package that gets installed

2021-08-19 Thread Florian Eckert
This commits adds the makefile targets `package_depends` this wrapper is a call to `opkg depends`. This command shows what install dependencies exist when the package is installed into the image Signed-off-by: Florian Eckert --- target/imagebuilder/files/Makefile | 18 +- 1 file