Makefile 435 B

123456789101112131415161718192021
  1. #
  2. # Copyright 2019 Shun Li <riverscn@gmail.com>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. PKG_NAME:=luci-app-omcproxy
  8. PKG_VERSION:=0.1.0
  9. PKG_RELEASE:=1
  10. PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
  11. PKG_LICENSE:=Apache-2.0
  12. LUCI_TITLE:=LuCI support for omcproxy
  13. LUCI_DEPENDS:=+luci-base +omcproxy
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature