mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-08 11:27:28 +08:00
21 lines
462 B
Makefile
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
|