omnia-eeprom: depend only on subtarget
authorRobert Marko <robimarko@gmail.com>
Mon, 18 Nov 2024 16:15:54 +0000 (17:15 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 28 Nov 2024 18:48:00 +0000 (18:48 +0000)
commit57ac0965cf8455c69907eb6be80cdc2695596822
tree875738e3afab93d361433d5e99bef199df7fd81d
parent69eecbef91b831da1c2282ad71495ce3e5be8477
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: 371e7bef4046 ("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 90de3b277b8e1d121b2f7023578979c6b616167f)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/utils/omnia-eeprom/Makefile