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>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user