diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 18:32:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 18:32:57 (EDT) |
commit | b4655a222efd29326bb5bc766c472774800d5905 (patch) | |
tree | dd551dedaa8541bd4025643f023d5aea04b0dacd /build | |
parent | 9e24f0e1ce777dda2abe72f63172f0c2f6c639dd (diff) |
patches, build: Allow upgrade command without arguments
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ build: -D LOCK_FILE:STRING=/var/lib/opkg/lock \ -D STATIC_UBOX:BOOL=ON \ -D BUILD_TESTS:BOOL=OFF \ + -D REQUIRE_UPGRADE_ARGS:BOOL=OFF \ -D VERSION:STRING="$(version)" \ .) oh-autobuild |