Skip to content

Commit

Permalink
skip useless prerequisites in openwrt package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Feb 20, 2024
1 parent cf23886 commit 60ff528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/openwrt/ipk.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _ipk_impl(ctx):
r"cd ${sdk_abspath}",
r"scripts/feeds update scion",
r"scripts/feeds install -a -p scion",
r"make defconfig",
r"make IB=1 defconfig", # IB=1 bypasses various unnecessary prerequisites
r'pkgrel=${6}${7+"-dirty$(date +%s)"}',
r"make package/feeds/scion/${2}/compile EXECROOT=${execroot_abspath}" +
' PKG_VERSION="${5}" PKG_RELEASE="${pkgrel}"',
Expand Down

0 comments on commit 60ff528

Please sign in to comment.