Update r2s_lienol.yml

This commit is contained in:
klever1988
2020-03-16 18:51:27 +08:00
committed by GitHub
parent 7b14018f5f
commit 7efc17ff8a

View File

@@ -73,7 +73,8 @@ jobs:
echo -e '\nDYC Build\n' >> package/base-files/files/etc/banner
#rm target/linux/rockchip-rk3328/base-files/etc/modules.d/10-rtl8821cu
sed -i '/#/d' target/linux/rockchip-rk3328/config-4.14 #fix compile error
sed -i '/CONFIG_BLK_CGROUP/i\CONFIG_DEBUG_BLK_CGROUP=y' target/linux/rockchip-rk3328/config-4.14 #as above
sed -i '/CONFIG_BLK_CGROUP/a\CONFIG_DEBUG_BLK_CGROUP=y' target/linux/rockchip-rk3328/config-4.14 #as above
sed -i '/CONFIG_BLK_CGROUP/a\CONFIG_CFS_BANDWIDTH=y' target/linux/rockchip-rk3328/config-4.14 #as above
- name: Mod luci
run: |