mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
17 lines
239 B
Makefile
17 lines
239 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.2-20230106
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for xunyou
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=xunyou
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|