mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
16 lines
355 B
Makefile
16 lines
355 B
Makefile
# Copyright (C) 2019 Openwrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI disk monitor
|
|
LUCI_DEPENDS:=+smartmontools
|
|
LUCI_PKGARCH:=all
|
|
PKG_MAINTAINER:=animefansxj <af_xj@hotmail.cn>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|