blob: 91e97cdc39483b43c8f422d14d0e0c7f70088594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|