Create r4se_custom_config.sh

This commit is contained in:
Jiale Liu 2023-03-19 00:49:22 +08:00 committed by GitHub
parent 342361cbef
commit 67e60d0c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
sed -i -e '/CONFIG_MAKE_TOOLCHAIN=y/d' configs/rockchip/01-nanopi
sed -i -e 's/CONFIG_IB=y/# CONFIG_IB is not set/g' configs/rockchip/01-nanopi
sed -i -e 's/CONFIG_SDK=y/# CONFIG_SDK is not set/g' configs/rockchip/01-nanopi