mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-03 03:20:52 -05:00
encode dependencies with commas
The intention is to have the system recognise our dependencies and to reject installation if the dependencies are not met. Better yet, have it install the dependencies!
This commit is contained in:
parent
e867547c4f
commit
7531d2b691
2
Makefile
2
Makefile
@ -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
|
||||||
EXTRA_DEPENDS:=luci-base gl-sdk4-mcu bash coreutils-shred python3 python3-pyserial patch
|
EXTRA_DEPENDS:=luci-base,gl-sdk4-mcu,bash,coreutils-shred,python3,python3-pyserial,patch
|
||||||
TITLE:=Anonymity Enhancements for GL-E750 Mudi
|
TITLE:=Anonymity Enhancements for GL-E750 Mudi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user