build: fix the path
This commit is contained in:
@@ -14,10 +14,10 @@ sed -i '/DEPENDS+/ s/$/ +wsdd2/' `find . -type f -path '*/ksmbd-tools/Makefile'`
|
||||
if [ $DEVICE = 'r2s' ]; then
|
||||
sed -i "s/enable '0'/enable '1'/" `find feeds/ -type f -name oled | grep config`
|
||||
sed -i 's/1400000/1450000/' target/linux/rockchip/patches-5.4/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch
|
||||
truncate -s-1 package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption governor0 'schedutil'" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption minfreq0 '816000'" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption maxfreq0 '1512000'\n" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
truncate -s-1 package/feeds/luci/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption governor0 'schedutil'" >> package/feeds/luci/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption minfreq0 '816000'" >> package/feeds/luci/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
echo -e "\toption maxfreq0 '1512000'\n" >> package/feeds/luci/luci-app-cpufreq/root/etc/config/cpufreq
|
||||
fi
|
||||
|
||||
if [ $DEVICE = 'r4s' ]; then
|
||||
|
||||
Reference in New Issue
Block a user