mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
23 lines
460 B
Makefile
23 lines
460 B
Makefile
#
|
|
# Copyright (C) 2020 Nate Ding
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_Title:=LuCI Support for BearDropper
|
|
LUCI_PKGARCH=all
|
|
|
|
PKG_VERSION:=1.1
|
|
PKG_RELEASE:=20200522
|
|
|
|
PKG_MAINTANINER:=Nate Ding <natelol@github.com>
|
|
PKG_LICENSE:=GLPv3
|
|
PKG_LICENSE_FILES:=LICENSE
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|