> builds here. > > Please fix: > - remove default CONF_ENV > - remove default stages: compile, install > - the install_alternative for the config files is a good idea, > however /etc/*.sample is probably not used by quagga. > Please provide a set of config files as /etc/* (without .sample) in > this patch. I'm not sure if this a sensible option, beacuse quagga > probsably supports a lot of routing deamon which need different files. > > + @$(call install_copy, quagga, 0, 0, 0644, -, /etc/ripd.conf.sample) > > + @$(call install_copy, quagga, 0, 0, 0644, -, /etc/zebra.conf.sample) should I remove these install copy lines completly? because if i only remove .sample install_copy would fail. Best regards, Oliver