openwrt/package
Robert Marko 57ac0965cf
omnia-eeprom: depend only on subtarget
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: 371e7bef40 ("omnia-eeprom: Mark it nonshared")
Link: https://github.com/openwrt/openwrt/pull/17007
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 90de3b277b)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2024-11-28 18:48:00 +00:00
..
base-files base-files: Mount debugfs and pstore with nosuid,nodev,noexec 2024-11-28 18:47:23 +00:00
boot uboot-envtools: add support for GatoNetworks GDSP 2024-11-28 18:47:11 +00:00
devel gdb: Remove MIPS NSIG patch 2024-10-12 21:51:25 +02:00
firmware linux-firmware: rename packages for i915 firmware 2024-11-28 18:47:17 +00:00
kernel kernel: disable drm-i915 module for x86/geode 2024-11-28 18:47:46 +00:00
libs elfutils: Backport some patches to fix errors 2024-11-28 18:47:36 +00:00
network dropbear: use config_get_bool enable 2024-11-28 18:47:56 +00:00
system procd: update to git HEAD 2024-11-26 12:23:06 +00:00
utils omnia-eeprom: depend only on subtarget 2024-11-28 18:48:00 +00:00
Makefile build: don't include kernel/libc in package index 2024-10-30 14:17:33 +01:00