Makefile 378 B

1234567891011121314
  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 app to configure Tor
  6. LUCI_DEPENDS:=+luci-base +tor +tor-hs
  7. PKG_VERSION:=1.0.0
  8. PKG_RELEASE:=1
  9. PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature