Makefile 315 B

123456789101112131415
  1. #
  2. # This is free software, licensed under the Apache License, Version 2.0 .
  3. #
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=Support for VTI interfaces
  6. LUCI_DEPENDS:=+vti
  7. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  8. PKG_LICENSE:=Apache-2.0
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature