diff options
author | S. Brusch <ne20002@gmx.ch> | 2023-01-30 20:40:13 +0100 |
---|---|---|
committer | ne20002 <ne20002@gmx.ch> | 2023-07-25 13:17:57 +0200 |
commit | 3a4843f341c9d0c5749b9cad4c82eacf67b0a79c (patch) | |
tree | 58c583f586e0b318316d3b513d984042e4caa4e6 /applications/luci-app-crowdsec-firewall-bouncer/Makefile | |
parent | 075b86ceebe7c9ef31a11fcecad0b26960fd4dc3 (diff) |
crowdsec-firewall-bouncer: add app
Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: S. Brusch <ne20002@gmx.ch>
Compile tested: no compile, script
Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.3
Description: this is the luci app for crowdsec-firewall-bouncer package
Diffstat (limited to 'applications/luci-app-crowdsec-firewall-bouncer/Makefile')
-rw-r--r-- | applications/luci-app-crowdsec-firewall-bouncer/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/applications/luci-app-crowdsec-firewall-bouncer/Makefile b/applications/luci-app-crowdsec-firewall-bouncer/Makefile new file mode 100644 index 0000000000..fb28d24ae4 --- /dev/null +++ b/applications/luci-app-crowdsec-firewall-bouncer/Makefile @@ -0,0 +1,18 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=CrowdSec firewall bouncer LuCI interface +LUCI_DEPENDS:=+luci-base +crowdsec-firewall-bouncer + +PKG_MAINTAINER:=S. Brusch <ne20002@gmx.ch> +PKG_LICENSE:=Apache-2.0 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |