19 lines
395 B
Makefile
19 lines
395 B
Makefile
# LuCI Material Theme
|
|
# Copyright 2015 Lutty Yang <lutty@wcan.in>
|
|
#
|
|
# Licensed under the Apache License v2.0
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Advanced Tomato Material
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-theme-opentomcat
|
|
PKG_VERSION:=0.2.50
|
|
PKG_RELEASE:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|