From 2f32ddd6031bc9e0066478696aa2b6762c35d2b3 Mon Sep 17 00:00:00 2001 From: Zhao ZHANG Date: Tue, 9 Jun 2020 23:25:43 +0200 Subject: luci-mod-dashboard: initial checkin Signed-off-by: ZHANG Zhao [improve firmware version, fix dependencies, clean acls] Signed-off-by: Paul Spooren [fix css for themes other than bootstrap] Signed-off-by: Florian Eckert --- modules/luci-mod-dashboard/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/luci-mod-dashboard/Makefile (limited to 'modules/luci-mod-dashboard/Makefile') diff --git a/modules/luci-mod-dashboard/Makefile b/modules/luci-mod-dashboard/Makefile new file mode 100644 index 0000000000..dfaeeb7e26 --- /dev/null +++ b/modules/luci-mod-dashboard/Makefile @@ -0,0 +1,18 @@ +# +# Copyright 2019-2020 ZHANG Zhao +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Dashboard Pages +LUCI_DEPENDS:=+luci-base +libiwinfo + +PKG_BUILD_DEPENDS:=iwinfo +PKG_LICENSE:=Apache-2.0 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature + -- cgit v1.2.3