bird1-openwrt: use a single Makefile for IPv4 and IPv6 packages
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Tue, 13 Dec 2022 15:53:04 +0000 (16:53 +0100)
committerMoritz Warning <moritzwarning@web.de>
Sat, 25 Feb 2023 22:48:33 +0000 (23:48 +0100)
commit914c27aeb66b21c7510e376625e9ec386a56ee35
treec8e4b11976240c07d62bec378655bf85d358102e
parent5d87b956975034d74a40385646a7d358722c0eb3
bird1-openwrt: use a single Makefile for IPv4 and IPv6 packages

Having two Makefile files, respectively in the bird1-openwrt-ipv4 and
bird1-ipv6-openwrt folders, made the CI tests fail at the time of
building the packages, due to a compilation error. This patch merges
both Makefile files into a single one. As a result, package compilation
succeeds during the CI tests.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
bird1-openwrt/Makefile [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/Makefile [deleted file]
bird1-openwrt/bird1-ipv6-openwrt/Makefile [deleted file]