mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
23 lines
543 B
Makefile
23 lines
543 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
|
|
PKG_NAME:=luci-app-oled
|
|
LUCI_Title:=LuCI support for ssd1306 0.91\' 138x32 display
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+i2c-tools +coreutils-nohup +libuci
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=1.0
|
|
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_LINCESE_FILES:=LICENSE
|
|
PKF_MAINTAINER:=natelol <natelol@github.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|