mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
ed4c10ba2a
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
16 lines
315 B
Makefile
16 lines
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
|