Makefile 401 B

12345678910111213141516
  1. # This is free software, licensed under the Apache License, Version 2.0 .
  2. #
  3. include $(TOPDIR)/rules.mk
  4. LUCI_TITLE:=LuCI Support for SQM Scripts
  5. LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package
  6. PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
  7. LUCI_DEPENDS:=+sqm-scripts
  8. LUCI_PKGARCH:=all
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature