By default OpenWrt creates symlink for python only:
> ls -l staging_dir/host/bin/ | grep python
lrwxrwxrwx 1 zajec users 16 Aug 14 20:11 python -> /usr/bin/python2

However some apps may need python-config tool as well (see: perf).

So I had to manually execute
ln -s /usr/bin/python-config staging_dir/host/bin/python-config

Could someone modify OpenWrt to make it create that symlink by default, please?

-- 
Rafał
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to