mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-13 22:20:59 +00:00
16 lines
318 B
Makefile
16 lines
318 B
Makefile
#
|
||
# (с) 2024 gSpot (https://github.com/gSpotx2f/ruantiblock_openwrt)
|
||
#
|
||
|
||
include $(TOPDIR)/rules.mk
|
||
|
||
PKG_VERSION:=1.5-1
|
||
LUCI_TITLE:=LuCI support for ruantiblock
|
||
LUCI_DEPENDS:=+ruantiblock
|
||
LUCI_PKGARCH:=all
|
||
|
||
#include ../../luci.mk
|
||
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
||
# call BuildPackage - OpenWrt buildroot signature
|