From 67e60d0c3282f08db6ed185d90558925f6b7602a Mon Sep 17 00:00:00 2001 From: Jiale Liu Date: Sun, 19 Mar 2023 00:49:22 +0800 Subject: [PATCH] Create r4se_custom_config.sh --- openwrt-scripts/r4se_custom_config.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openwrt-scripts/r4se_custom_config.sh diff --git a/openwrt-scripts/r4se_custom_config.sh b/openwrt-scripts/r4se_custom_config.sh new file mode 100644 index 0000000..176aa98 --- /dev/null +++ b/openwrt-scripts/r4se_custom_config.sh @@ -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