Depend on luci rather than GL

In v4 firmware neither gl-ui nor gl-e750-mcu exists.
This commit is contained in:
Tobias Mueller 2023-10-16 13:28:13 +02:00
parent 6e6a7fdca6
commit 04b1e6dfcb

View File

@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/blue-merle
SECTION:=utils
CATEGORY:=Utilities
EXTRA_DEPENDS:=gl-ui gl-e750-mcu bash coreutils-shred python3 python3-pyserial patch
EXTRA_DEPENDS:=luci-base bash coreutils-shred python3 python3-pyserial patch
TITLE:=Anonymity Enhancements for GL-E750 Mudi
endef