> I need to overwrite some configuration files, but the system overrides in > alphabetical order.
Instead of overwriting config files that is not supported, you better use the uci-defaults mechanism. Put the script in /etc/uci-defaults/some-name and do the required uci stuff. It will be evaluated once at firstboot and removed afterwards. This way your specific config is set up on the first boot of the router and you don't have to worry about the installation order of the packages in the firmware. Saverio _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
