ubuntu25系統下編譯openwrt22固件的遇到問題
./scripts/feeds update -a
Please install the python3 distutils module?
解決的方法:
apt-get install python3-setuptools
./scripts/feeds update -a
Please install the python3 distutils module?
解決的方法:
apt-get install python3-setuptools