depend on gl-ui and gl-e750-mcu because we modify those packages

We do need the MCU package and we modify the web UI so let's actually
depend on the relevant packages.
This commit is contained in:
Tobias Mueller 2023-08-28 10:41:13 +02:00
parent d934a6c028
commit 928d4360ca

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=blue-merle PKG_NAME:=blue-merle
PKG_VERSION:=1.0.3 PKG_VERSION:=1.1.0
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_MAINTAINER:=Matthias <matthias@srlabs.de> PKG_MAINTAINER:=Matthias <matthias@srlabs.de>
@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/blue-merle define Package/blue-merle
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+bash +coreutils-shred +python3 +python3-pyserial +patch DEPENDS:=gl-ui gl-e750-mcu +bash +coreutils-shred +python3 +python3-pyserial +patch
TITLE:=Anonymity Enhancements for GL-E750 Mudi TITLE:=Anonymity Enhancements for GL-E750 Mudi
endef endef