Updating OpenWrt to 23.05.2 #68

Open
lee.miller wants to merge 6 commits from lee.miller/openwrt:upstream-23.05 into main
Showing only changes of commit 833a224efd - Show all commits

View File

@ -34,6 +34,8 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-${OPENWRT_BRANCH}/g" feeds.conf
make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
# No more iconv stub for asterisk-chan-quectel which needs iconv.h
echo "CONFIG_BUILD_NLS=y" >> .config
${MAKE} package/i2c-tools/compile
make package/kmod-i2c-mux-pinctrl/compile