Please help with broken opkg
-
root@Omega-0417:~# opkg install python-light
Installing python-light (2.7.9-6) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/python-light_2.7.9-6_ar71xx.ipk.
Collected errors:
satisfy_dependencies_for: Cannot satisfy the following dependencies for python-light:
libc * libc *
opkg_install_cmd: Cannot install package python-light.
-
root@Omega-0417:~# opkg install python-light --force-depends
Installing python-light (2.7.9-6) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/python-light_2.7.9-6_ar71xx.ipk.
Installing python-base (2.7.9-6) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/python-base_2.7.9-6_ar71xx.ipk.
Configuring python-base.
Configuring python-light.
Collected errors:
satisfy_dependencies_for: Cannot satisfy the following dependencies for python-light:
libc * libc *The python is works, but can't figure out how to fix that error.