luci-app-cpufreq: drop untest target (#3915)
Someone reports that it has bug in arm64
This commit is contained in:
parent
65cdb1918b
commit
66de6c5050
@ -7,10 +7,10 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI for CPU Freq Setting
|
LUCI_TITLE:=LuCI for CPU Freq Setting
|
||||||
LUCI_DEPENDS:=@(arm||aarch64)
|
LUCI_DEPENDS:=@arm
|
||||||
PKG_NAME:=luci-app-cpufreq
|
PKG_NAME:=luci-app-cpufreq
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -8,4 +8,3 @@ function index()
|
|||||||
|
|
||||||
entry({"admin", "services", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 900).dependent=false
|
entry({"admin", "services", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 900).dependent=false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -25,5 +25,3 @@ start()
|
|||||||
echo $factor > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
echo $factor > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
START=97
|
START=97
|
||||||
boot() {
|
boot() {
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
case $(board_name) in
|
case $(board_name) in
|
||||||
linksys,ea8500)
|
linksys,ea8500)
|
||||||
# make sure auto_recovery in uboot is always on
|
# make sure auto_recovery in uboot is always on
|
||||||
AUTO_RECOVERY_ENA="`fw_printenv -n auto_recovery`"
|
AUTO_RECOVERY_ENA="`fw_printenv -n auto_recovery`"
|
||||||
@ -15,9 +15,6 @@ case $(board_name) in
|
|||||||
# reset the boot counter
|
# reset the boot counter
|
||||||
mtd resetbc s_env
|
mtd resetbc s_env
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
|
||||||
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user