* Hannu Nyman <[email protected]> [18.06.2015 11:06]: > Other possibility could be divide opkg.conf into two: a > build-specific default download repo list (to be overwritten in > sysupgrade) and a user-specific config file with config options and > possible additional download locations (to be preserved).
IMHO this is a good idea. A solution can be to have /var/opkg.conf (in ramdisk) and let symlink /etc/opkg.conf to it. the one in the ramdisk is dynamically built from /etc/opkg.conf (buildspecific) and /etc/opkg_user.conf or just patching opkg for loading both (ATM it only supports 1 conffile) bye, bastian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
