mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
|
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some packages with variants did not specify the default among the
alternatives, so were left without any apk 'provider_priority'
for that package. This caused the apk solver to select the wrong
variant, silently changing the requested package list.
Notable among these were busybox, procd and the hostapd/wpad suite.
This behavior presented in the imagebuilders when creating the
image as follows, silently replacing packages even when explicitly
requested:
$ make image PACKAGES=busybox
...
( 14/148) Installing busybox-selinux (1.37.0-r6)
...
We add 'DEFAULT_VARIANT:=1' to the packages that were missing one,
providing apk with sufficient information to choose the correct
package.
See link below for further examples and discussion.
Link: https://github.com/openwrt/openwrt/pull/21288#issuecomment-3704101422
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21358
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
||
|---|---|---|
| .. | ||
| adb | ||
| audit | ||
| bcm27xx-utils | ||
| bcm4908img | ||
| bsdiff | ||
| busybox | ||
| bzip2 | ||
| checkpolicy | ||
| cli | ||
| ct-bugcheck | ||
| debugcc | ||
| dns320l-mcu | ||
| dtc | ||
| e2fsprogs | ||
| f2fs-tools | ||
| fbtest | ||
| firmware-utils | ||
| fitblk | ||
| fritz-tools | ||
| jboot-tools | ||
| jsonfilter | ||
| lua | ||
| lua5.3 | ||
| mdadm | ||
| mtd-utils | ||
| nilfs-utils | ||
| nvram | ||
| omnia-eeprom | ||
| omnia-mcutool | ||
| osafeloader | ||
| policycoreutils | ||
| provision | ||
| px5g-mbedtls | ||
| px5g-wolfssl | ||
| ravpower-mcu | ||
| secilc | ||
| spidev_test | ||
| ucode | ||
| ucode-mod-bpf | ||
| ucode-mod-pkgen | ||
| ucode-mod-uline | ||
| uencrypt | ||
| ugps | ||
| usbgadget | ||
| usbmode | ||
| util-linux | ||
| yafut | ||
| zyxel-bootconfig | ||
| zyxel-bootconfig-ipq807x | ||