* CONFIG_TARGET_VERSION has not been used for years, remove it.
* CONFIG_TARGET_CUSTOMER is only used by one feed and is defined there as
well, so the definition here is not needed, remove it.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
A CycloneDX SBOM is generated by the OpenWrt build system. It the same
license information as the license report. Remove the license report
script.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
It was used to update branches of feeds according to the commit hashes
in feeds.conf. Mostly used when doing release branches for the
first time. We do it manually now, so it is not needed anymore.
CFE is no longer. Remove the script. In the future, we might integrate
U-Boot upgrade into iopupgrade.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This script has been broken for several years and DSL as a techology is
not that common anymore. Remove it.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Work around config generation issue on fresh clone by running genconfig
twice. This is a temporary "fix" until the cause is found for a broken
config being generated in some specific situations.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
The update_package command no longer works with the new genconfig
design. For now, replace it with a message until its replacement has
been merged.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
The package inbd is deprecated with the logic for generation of
hotplug events for dsl and ethernet ports having been moved to
dslmngr and ethmngr respectively.
UBIFS and ext4 can still be re-enabled by interested developers, when it
is required for development. All production images should use squashfs
only. Produce only one image (squashfs) in all cases to reduce
confusion. Previously, this had also already been set for some targets,
but setting it here globally ensures, this applies to all targets.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Generate Cyclone DX Software bill of materials (SBOM) by default.
This will enable easier license and CVE checking.
https://cyclonedx.org/
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
CONFIG_BUSYBOX_CONFIG_DEVMEM is disabled by default, so there is no need
to explicitly disable it.
(This is probably true for a few others of those options as well and is
to be investigated later).
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Nping is only used as a convenience util. Due to restrictions imposed by
nmap's license (NPSL 0.95) distributing it in official images becomes
questionable. Remove it. Users can still enable it, if needed.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This is a hack to retain existing behaviour in case of ambiguities of
device names between differen targets. For now, let Broadcom have the
lowest priority.
genconfig script is to be replaced soon and the existing code makes
adding a proper check hard and we need some way to deal with the
ambiguity quickly.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>