Signed-off-by: ZHANG Zhao <Zhao.Zhang2@etu.univ-grenoble-alpes.fr> [improve firmware version, fix dependencies, clean acls] Signed-off-by: Paul Spooren <mail@aparcar.org> [fix css for themes other than bootstrap] Signed-off-by: Florian Eckert <fe@dev.tdt.de>
18 lines
378 B
Makefile
18 lines
378 B
Makefile
#
|
|
# 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
|
|
|