mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
16 lines
339 B
Makefile
16 lines
339 B
Makefile
#
|
||
# (с) 2020 gSpot (https://github.com/gSpotx2f/ruantiblock_openwrt)
|
||
#
|
||
|
||
include $(TOPDIR)/rules.mk
|
||
|
||
PKG_VERSION:=0.9.0
|
||
PKG_RELEASE:=1
|
||
LUCI_TITLE:=Translation for luci-app-ruantiblock - Русский (Russian)
|
||
LUCI_DEPENDS:=+luci-app-ruantiblock
|
||
LUCI_PKGARCH:=all
|
||
|
||
include ../../luci.mk
|
||
|
||
# call BuildPackage - OpenWrt buildroot signature
|