luci/applications/luci-app-irqbalance/Makefile
Puran Lyu 468ad9f792 luci-app-irqbalance: add new package
Add LuCI interface for irqbalance package

Signed-off-by: Puran Lyu <pl2355@nyu.edu>
2023-12-30 23:36:31 +00:00

13 lines
322 B
Makefile

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