mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-17 12:50:28 +08:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUCI_TITLE:=LuCI app for vsftpd
|
|
LUCI_DEPENDS:=+vsftpd
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|