I am using buildroot to create an OS for the Raspberry PI. How do I apply a patch to a file in the resulting rootfs?
For example adding the lines
auto eth0
iface eth0 inet dhcp
to /etc/network/interfaces on the resulting rootfs.
I realize that this can be done with a script after unpacking the rootfs on my target, but I am wondering if it can be automated using buildroot.