mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 12:40:36 +03:00
12 lines
235 B
Makefile
12 lines
235 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for youtubeUnblock
|
|
LUCI_DEPENDS:=+luci-base
|
|
|
|
PKG_LICENSE:=GPL
|
|
PKG_MAINTAINER:=Vadim Vetrov <vetrovvd@gmail.com>
|
|
|
|
include ./luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|