0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-30 20:50:32 +00:00
Files
luci/libs/luci-lib-iptparser/Makefile
Florian Eckert c3f93d6cb5 luci-lib-iptparser: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19 13:49:07 +01:00

17 lines
337 B
Makefile

#
# Copyright (C) 2018 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:=Iptables listing parser class
LUCI_DEPENDS:=+luci-base
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature