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