mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# Copyright (C) 2019 Lienol
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-brook-server
|
|
LUCI_TITLE:=LuCI support for Brook Server
|
|
LUCI_DEPENDS:=+brook
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.1
|
|
PKG_RELEASE:=1-20200101
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|