Hi. > So, we are looking for a solution to configure openwrp directly in the > image binary. Any idea?
Create a folder files/ in your buildroot toplevel directory and place your configs there, e.g. files/etc/shadow, files/etc/config/network etc. Best is you copy those files from a fully configured installation. On make the stuff from files/ is deployed last (after the package install phase) so it will override any other file provided by packages. ~ Jow
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
