coolsnowwolf-luci/applications/luci-app-oled/Makefile
2024-09-16 11:36:22 +08:00

21 lines
462 B
Makefile

#
# Copyright (C) 2020 Nate Ding
#
# This is free software, licensed under the GUN General Public License v3.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
LUCI_Title:=LuCI support for ssd1306 oled display
LUCI_DEPENDS:=+coreutils +coreutils-nohup +libuci
LUCI_PKGARCH:=all
PKG_LICENSE:=GPLv3
PKG_LINCESE_FILES:=LICENSE
PKG_MAINTAINER:=natelol <natelol@github.com>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature