diff options
author | Lutty Yang <gy.dlcs@gmail.com> | 2015-09-16 19:59:17 +0800 |
---|---|---|
committer | Lutty Yang <gy.dlcs@gmail.com> | 2015-09-16 19:59:17 +0800 |
commit | b825a140fd10d57a68ee9b39ffe9db7231c8f3de (patch) | |
tree | 4d4676fec5c7f2c063fdf6db5f70773ac030fdb9 /themes/luci-theme-material/Makefile | |
parent | 3288fe76ab3d2269abcf902d0df6f847c6200e8e (diff) |
init Material Design theme
Diffstat (limited to 'themes/luci-theme-material/Makefile')
-rwxr-xr-x | themes/luci-theme-material/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/luci-theme-material/Makefile b/themes/luci-theme-material/Makefile new file mode 100755 index 000000000..5bc16eb7d --- /dev/null +++ b/themes/luci-theme-material/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Material Theme +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |