mirror of https://github.com/openwrt/openwrt.git
Now that omnia-eeprom is marked nonshared building the cortex-a9 mvebu
subtarget will fail with:
ERROR: unable to select packages:
omnia-eeprom (no such package):
required by: world[omnia-eeprom]
This is because omnia-eeprom depends on TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
which will not be satisfied in buildbots since CONFIG_TARGET_ALL_PROFILES
and CONFIG_TARGET_PER_DEVICE_ROOTFS are set in which case
CONFIG_TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia is not set.
So, lets simply depend on the mvebu/cortex-a9 subtarget.
Fixes:
|
||
---|---|---|
.. | ||
adb | ||
audit | ||
bcm27xx-utils | ||
bcm4908img | ||
bsdiff | ||
busybox | ||
bzip2 | ||
checkpolicy | ||
ct-bugcheck | ||
debugcc | ||
dns320l-mcu | ||
dtc | ||
e2fsprogs | ||
f2fs-tools | ||
fbtest | ||
firmware-utils | ||
fitblk | ||
fritz-tools | ||
jboot-tools | ||
jsonfilter | ||
lua | ||
lua5.3 | ||
mdadm | ||
mtd-utils | ||
nvram | ||
omnia-eeprom | ||
omnia-mcutool | ||
osafeloader | ||
policycoreutils | ||
px5g-mbedtls | ||
px5g-wolfssl | ||
ravpower-mcu | ||
secilc | ||
spidev_test | ||
ucode | ||
ucode-mod-bpf | ||
uencrypt | ||
ugps | ||
usbgadget | ||
usbmode | ||
util-linux | ||
yafut | ||
zyxel-bootconfig |