blob: 88db5098af07ed75bf1491c180b55f5695949adf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2023 ImmortalWrt.org
include $(TOPDIR)/rules.mk
PKG_LICENSE:=Apache-2.0
LUCI_TITLE:=LuCI app for OpenList
LUCI_DEPENDS:=+openlist
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_PROVIDES:=luci-app-alist
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|