mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
packages: drop DEVICE specific dependency for omnia
Both packages `ombnia-mcu-firmware` and `omnia-mcutool` would depend on a specific device. The buildbots however build all devices and therefore the package isn't build at all, due to unmet dependencies. While this didn't cause issues with OPKG, APK fails actively due to the missing packages. Drop the specific dependency, however wants to install unrelated firmware on any device can do that anyway. Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit f35a29d63f445d784f1e266eaa6d3825a249cd6c) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
ec774fafe6
commit
70ee25f70f
@ -29,7 +29,6 @@ define Package/omnia-mcu-firmware
|
||||
CATEGORY:=Firmware
|
||||
URL:=https://gitlab.nic.cz/turris/hw/$(PKG_DISTNAME)/-/releases
|
||||
TITLE:=CZ.NIC Turris Omnia MCU firmware
|
||||
DEPENDS:=@TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
|
||||
endef
|
||||
|
||||
define Package/omnia-mcu-firmware/description
|
||||
|
@ -27,7 +27,7 @@ define Package/omnia-mcutool
|
||||
CATEGORY:=Utilities
|
||||
URL:=https://gitlab.nic.cz/turris/$(PKG_NAME)
|
||||
TITLE:=CZ.NIC Turris Omnia MCU utility
|
||||
DEPENDS:=+libopenssl +omnia-mcu-firmware @TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia
|
||||
DEPENDS:=+libopenssl +omnia-mcu-firmware
|
||||
endef
|
||||
|
||||
define Package/omnia-mcutool/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user