Unknown package 'python-mini'

I can't install any python pakages like: python-base, python-mini, python-light, ...
I always get error like:

Unknown package 'python-light'.
Collected errors:
 * opkg_install_cmd: Cannot install package python-light.

Content of feeds.conf.default:

src-git packages https://git.openwrt.org/feed/packages.git^ded142471e36831d2af63c7fe5062c4367f8ccd2
src-git luci https://git.openwrt.org/project/luci.git^d24760e60a83b63f316c7b186e30636b5baa5481
src-git routing https://git.openwrt.org/feed/routing.git^9e7698f20d1edf8f912fbce2f21400f3cc772b31
src-git telephony https://git.openwrt.org/feed/telephony.git^ed2719867150a9bfc85bf41dff52ef8443820f2a

So I have questions:

  1. How to fix it?
  2. If I build my own firmware image how should I configure firmware to include python interpeter and python packages: where is python in menuconfig?

I fixed it by this line in feeds.conf.default:

#src-git packages https://git.openwrt.org/feed/packages.git^ded142471e36831d2af63c7fe5062c4367f8ccd2

src-git packages https://github.com/openwrt/packages.git

Then I rebuild my firmware.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.