Enable CONFIG_BUILD_NLS for asterisk-chan-quectel

This commit is contained in:
Lee Miller 2024-02-10 03:45:04 +02:00
parent 1ffa136bb3
commit 833a224efd
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 0 deletions

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