luci-app-cpufreq: drop untest target (#3915)

Someone reports that it has bug in arm64
This commit is contained in:
AmadeusGhost 2020-03-21 22:17:09 +08:00 committed by GitHub
parent 65cdb1918b
commit 66de6c5050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 27 deletions

View File

@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI for CPU Freq Setting
LUCI_DEPENDS:=@(arm||aarch64)
LUCI_DEPENDS:=@arm
PKG_NAME:=luci-app-cpufreq
PKG_VERSION:=1
PKG_RELEASE:=3
PKG_RELEASE:=4
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -8,4 +8,3 @@ function index()
entry({"admin", "services", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 900).dependent=false
end

View File

@ -25,5 +25,3 @@ start()
echo $factor > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
fi
}

View File

@ -17,7 +17,4 @@ case $(board_name) in
;;
esac
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
}