diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-02-16 00:03:28 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-02-16 12:27:56 +0100 |
commit | 268381cc5a01d32ca068011d9ceb211afb560dc1 (patch) | |
tree | 1fe6a2f201fccac3e7b34ab77f23a037706b852e /package/network/utils/ipset | |
parent | 3e807f0305019bab2da8af5792e13c186405e002 (diff) | |
download | upstream-268381cc5a01d32ca068011d9ceb211afb560dc1.tar.gz upstream-268381cc5a01d32ca068011d9ceb211afb560dc1.tar.bz2 upstream-268381cc5a01d32ca068011d9ceb211afb560dc1.zip |
build: reorder more BuildPackages lines to deal with ABI_VERSION
After the ABI version rework, packages need to be declared in the order of
their dependencies, so that dependent packages will use the right ABI version
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry-picked from commit 75455b75a7ee)
Diffstat (limited to 'package/network/utils/ipset')
-rw-r--r-- | package/network/utils/ipset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 2d0c561198..bc4945e0f6 100644 --- a/package/network/utils/ipset/Makefile +++ b/package/network/utils/ipset/Makefile @@ -69,5 +69,5 @@ define Package/libipset/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipset*.so.* $(1)/usr/lib/ endef -$(eval $(call BuildPackage,ipset)) $(eval $(call BuildPackage,libipset)) +$(eval $(call BuildPackage,ipset)) |