13 lines
322 B
Makefile
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
|