diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-10-25 11:29:18 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2018-10-29 20:09:01 +0800 |
commit | cc957467785264062a1d2f73c3b607bd0b936744 (patch) | |
tree | c24ec944b9a74dd24c93dea985899ad3811ce20c /themes/luci-theme-rosy/Makefile | |
parent | 35b543e270428357d22ede5ceff39653b3371a1b (diff) |
theme: add initial commit for rosy theme
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy/Makefile')
-rwxr-xr-x | themes/luci-theme-rosy/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/luci-theme-rosy/Makefile b/themes/luci-theme-rosy/Makefile new file mode 100755 index 0000000000..def973da74 --- /dev/null +++ b/themes/luci-theme-rosy/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:=Rosy Theme +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |