On Fri, 2016-02-19 at 17:47 +0100, Vicente Herrera Cobo wrote: > root@libreCMC:~# opkg install miniupnpd > Unknown package 'miniupnpd'. > Collected errors: > * opkg_install_cmd: Cannot install package miniupnpd.
LibreCMC has no package feeds. Most of the packages in OpenWRT are in these feeds. If you're building your own image, see https://wiki.openwrt.org/doc/devel/feeds It's possible to add the OpenWRT feeds to an existing libreCMC installation. Add the following lines to /etc/opkg/customfeeds.conf: src/gz base http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base src/gz kernel http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/kernel src/gz luci http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/luci src/gz management http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/management src/gz packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages src/gz routing http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/routing src/gz targets http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/targets src/gz telephony http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/telephony Then create a file, /etc/opkg/keys/af22f7a88858c8e9, containing the following: untrusted comment: openwrt.org snapshot build key RWSvIveoiFjI6WS/h3J8Us0wUEjA53cQLuHJEwOD/sT5JsGvguZjlKmU -- Bob Ham <r...@settrans.net> for (;;) { ++pancakes; }
untrusted comment: openwrt.org snapshot build key RWSvIveoiFjI6WS/h3J8Us0wUEjA53cQLuHJEwOD/sT5JsGvguZjlKmU
# add your custom package feeds here # # src/gz example_feed_name http://www.example.com/path/to/files src/gz base http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base src/gz kernel http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/kernel src/gz luci http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/luci src/gz management http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/management src/gz packages http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages src/gz routing http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/routing src/gz targets http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/targets src/gz telephony http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/telephony
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Librecmc-dev mailing list Librecmc-dev@lists.librecmc.org https://librecmc.org/mailman/listinfo/librecmc-dev