mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
16 lines
336 B
Makefile
Executable file
16 lines
336 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
# Copyright (C) 2021 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for CPU Freq Setting
|
|
LUCI_DEPENDS:=@(arm||aarch64)
|
|
|
|
PKG_NAME:=luci-app-cpufreq
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=$(COMMITCOUNT)
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|