blob: b1b341e491d155217c9cf12aef2994779f387423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Squid LuCI Interface
LUCI_DEPENDS:=+luci-base +squid
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>, \
Daniel Nilsson <dannil+github@protonmail.com>
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|