diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-04 08:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 08:51:12 +0200 |
commit | d9bca30640a5a284383f9ea605207cae8aff5618 (patch) | |
tree | 202f9b697de689bcbba9bf1929a10c0ddf154b55 /modules/luci-mod-dashboard/Makefile | |
parent | 171480e4e71d4d9bc75d22cc9dfbc19b467ec0a4 (diff) | |
parent | 2f32ddd6031bc9e0066478696aa2b6762c35d2b3 (diff) |
Merge pull request #4185 from ZoZhang/dashboard
luci-mod-dashboard: initial checkin
Diffstat (limited to 'modules/luci-mod-dashboard/Makefile')
-rw-r--r-- | modules/luci-mod-dashboard/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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 <Zhao.Zhang2@etu.univ-grenoble-alpes.fr> +# +# 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 + |