2021-02-01 02:38:08 +03:00
|
|
|
|
#
|
2024-02-27 17:31:44 +03:00
|
|
|
|
# (с) 2024 gSpot (https://github.com/gSpotx2f/ruantiblock_openwrt)
|
2021-02-01 02:38:08 +03:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
2024-11-03 02:20:45 +03:00
|
|
|
|
PKG_NAME:=luci-app-ruantiblock
|
2024-11-06 15:30:03 +03:00
|
|
|
|
PKG_VERSION:=2.1.0
|
2024-11-03 02:20:45 +03:00
|
|
|
|
PKG_RELEASE:=1
|
2021-02-01 02:38:08 +03:00
|
|
|
|
LUCI_TITLE:=LuCI support for ruantiblock
|
2021-11-04 18:57:08 +03:00
|
|
|
|
LUCI_DEPENDS:=+ruantiblock
|
2021-02-01 02:38:08 +03:00
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
2021-11-04 18:57:08 +03:00
|
|
|
|
#include ../../luci.mk
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2021-02-01 02:38:08 +03:00
|
|
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|