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)
committerRoger Pueyo Centelles <roger.pueyo@guifi.net>
Wed, 8 Mar 2023 14:08:09 +0000 (15:08 +0100)
commit58a4a000434e7a154f59a950f6279ffbf30dce32
treeccc05058c82520cb2593fdc2bf5d982d2de7a844
parentcc1dd763e08cc03926883a8943212f7edf2bf2ce
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>
(cherry picked from commit 914c27aeb66b21c7510e376625e9ec386a56ee35)
bird1-openwrt/Makefile [new file with mode: 0644]
bird1-openwrt/bird1-ipv4-openwrt/Makefile [deleted file]
bird1-openwrt/bird1-ipv6-openwrt/Makefile [deleted file]