mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.17.2
|
|
|
|
LUCI_TITLE:=LuCI Support for mihomo
|
|
LUCI_DEPENDS:=+luci-base +mihomo
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|