package/quagga: unconditionally create /etc/quagga
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 19 Aug 2019 21:36:58 +0000 (23:36 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Aug 2019 11:18:57 +0000 (13:18 +0200)
commit939c0187cae92793cb282e447a65f39e407a515c
tree412ea6dd5ac1c58edd56a473bd5859a56f86d896
parentd7926d7cb5f9b2c820cb4b4e8576012b24a50064
package/quagga: unconditionally create /etc/quagga

/etc/quagga is listed in QUAGGA_PERMISSIONS, but is only created when
some of the quagga sub-options are enabled. When none of those
sub-options are enabled, /etc/quagga is not created, causing a build
failure when the filesystem images are created:

makedevs: line 1: recursive failed for /home/thomas/projets/outputs/quagga-minimal/build/buildroot-fs/tar/target/etc/quagga: No such file or directory

Since it is too cumbersome to maintain which sub-options exactly lead
to /etc/quagga being created, simply create /etc/quagga
unconditionally. It will simply be empty when the quagga package
doesn't install anything in it.

For the record, here is the list of files installed in /etc/quagga
when all quagga sub-options are enabled:

  bgpd.conf.sample bgpd.conf.sample2 isisd.conf.sample
  ospf6d.conf.sample ospfd.conf.sample pimd.conf.sample
  ripd.conf.sample ripngd.conf.sample vtysh.conf.sample
  zebra.conf.sample

Fixes:

  http://autobuild.buildroot.net/results/cdb66589909fd3996186f7db7d1f19a3b03d58a0/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/quagga/quagga.mk