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