CONFIG_I2C_BRCMSTB seems not working

This commit is contained in:
Lee Miller 2023-02-15 06:05:23 +02:00
parent 54250cf063
commit d5ee8cddf7
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ cat ${pwd}/feeds.conf >> feeds.conf
./scripts/feeds install -a
make defconfig
echo "CONFIG_I2C_BRCMSTB=y" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
echo 'CONFIG_PACKAGE_python3-packages=y' >> .config
echo 'CONFIG_PACKAGE_python3-packages-list="CherryPy==18.8.0"' >> .config