mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
17 lines
399 B
Makefile
17 lines
399 B
Makefile
# Copyright (C) 2019 CCnut
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for Netkeeper-Interception
|
|
LUCI_DEPENDS:=+luci-compat +netkeeper-interception +luci-proto-netkeeper
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=0.1
|
|
PKG_RELEASE:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|