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- authored and pull[bot] committed Sep 1, 2023
1 parent 7af2399 commit 405cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/ucode/Makefile
Original file line number Diff line number Diff line change
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 405cb15

Please sign in to comment.