Skip to content

Commit

Permalink
ucode: reorder BuildPackage calls
Browse files Browse the repository at this point in the history
Ensure that the libucode recipe is processed before the ucode one in
order to reliably encode the ABI version into ucode's libucode dependency.

Fixes: openwrt#9788
Ref: https://forum.openwrt.org/t/fw4-wont-start-after-upgrade/126308
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • Loading branch information
jow- committed Apr 28, 2022
1 parent 8fa4361 commit 573ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/ucode/Makefile
Expand Up @@ -201,8 +201,8 @@ define Package/ucode-mod-uci/install
endef


$(eval $(call BuildPackage,ucode))
$(eval $(call BuildPackage,libucode))
$(eval $(call BuildPackage,ucode))
$(eval $(call BuildPackage,ucode-mod-fs))
$(eval $(call BuildPackage,ucode-mod-math))
$(eval $(call BuildPackage,ucode-mod-nl80211))
Expand Down

0 comments on commit 573ce80

Please sign in to comment.