Makefile 424 B

12345678910111213141516
  1. # See /LICENSE for more information.
  2. # This is free software, licensed under the Apache License, Version 2.0 .
  3. #
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=LuCI support for SSH Tunnels (sshtunnel package)
  6. PKG_LICENSE:=Apache-2.0
  7. PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
  8. LUCI_DEPENDS:=+luci-base +sshtunnel
  9. PKG_VERSION:=1.1.0
  10. PKG_RELEASE:=1
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature