mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
20 lines
503 B
Makefile
20 lines
503 B
Makefile
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License
|
|
# as published by the Free Software Foundation; either version 2
|
|
# of the License, or (at your option) any later version.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Design Theme
|
|
LUCI_DEPENDS:=
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_VERSION:=7.1
|
|
PKG_RELEASE:=6
|
|
|
|
LUCI_MINIFY_CSS:=
|
|
CONFIG_LUCI_CSSTIDY:=
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|