قرینه از
https://git.openwrt.org/project/luci.git
synced 2025-01-18 23:45:02 +00:00
ed4c10ba2a
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
15 خطوط
315 B
Makefile
15 خطوط
315 B
Makefile
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Support for VTI interfaces
|
|
LUCI_DEPENDS:=+vti
|
|
|
|
PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|