On Sun, Nov 28, 2010 at 11:42, Jo-Philipp Wich <[email protected]> wrote:
> For example old kmods are generally useless, stray opkg metadata will
> cause issues as you've noticed etc.

I'm wondering - maybe a way to work around the problem with opkg data
could be something like this:

# cat /etc/opkg.conf
src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages
src/gz local http://10.7.7.7:8000
dest root /overlay  <-- we install extra packages on extroot
dest rom /rom <-- built-in packages
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay  <-- not sure what goes here

Or would opkg want to install dependencies that are already in /rom
into /overlay anyway?

koniu
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to