Makefile 365 B

1234567891011121314
  1. # Copyright 2023 Puran Lyu <pl2355@nyu.edu>
  2. # This is free software, licensed under the Apache License, Version 2.0.
  3. include $(TOPDIR)/rules.mk
  4. LUCI_TITLE:=LuCI support for irqbalance
  5. LUCI_DEPENDS:=+luci-base +irqbalance
  6. PKG_LICENSE:=Apache-2.0
  7. PKG_MAINTAINER:=Puran Lyu <pl2355@nyu.edu>
  8. include ../../luci.mk
  9. # call BuildPackage - OpenWrt buildroot signature