summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-05-29 01:56:34 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2021-05-29 02:11:49 +0200
commit0d7a599f002cce26b9e30ffb5a0456546d40e3cb (patch)
tree32af2515dd8f7a425829c19bde8878be51db1456 /README
parentf9df0c99a3f7ebf16a1d393d59ef13ec25c82876 (diff)
Disable package upgrades by default and add option to build,sh
Upgrading openwrt-keyring fails because a file conflicts with base-files. * check_data_file_clashes: Package openwrt-keyring wants to install file /tmp/build.759637/rootfs/etc/opkg/keys/f94b9dd6febac963 But that file is already provided by package * base-files Disable upgrades for now since upgrades aren't fully supported by OpenWrt anyway and other packages might break in the future. Closes: #29
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index da2fb9a..d0e0066 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Refer to the top of build.sh.
Usage
-----
-./build.sh [-a|--arch x86_64|i686|aarch64] [-v|--version <version>] [-p|--packages <packages>] [-f|--files] [-t|--type lxd|plain] [-s|--super fakeroot|sudo] [--help]
+./build.sh [-a|--arch x86_64|i686|aarch64] [-v|--version <version>] [-p|--packages <packages>] [-f|--files] [-t|--type lxd|plain] [-s|--super fakeroot|sudo] [-u|--upgrade] [--help]
Example
-------