summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-10-31 20:52:13 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-10-31 20:52:13 +0100
commit1ca5693f195d08e17d592e0311862aa1356d7ec8 (patch)
treee53cea33eaa822f9cb3327715e0dddbc0bba9516
parentch-equinox-(ws|t450s): add localsend app via flatpak (diff)
openwrt/image: make rotfs partition size configurable
-rw-r--r--roles/openwrt/image/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openwrt/image/tasks/main.yml b/roles/openwrt/image/tasks/main.yml
index 62dcbc9d..5bf07d04 100644
--- a/roles/openwrt/image/tasks/main.yml
+++ b/roles/openwrt/image/tasks/main.yml
@@ -27,6 +27,7 @@
FILES="{{ openwrt_imgbuilder_files }}"
PACKAGES="{{ openwrt_packages }}"
{% if openwrt_extra_name is defined %} EXTRA_IMAGE_NAME="{{ openwrt_extra_name }}" {% endif %}
+ {% if openwrt_rootfs_partsize is defined %} ROOTFS_PARTSIZE="{{ openwrt_rootfs_partsize }}" {% endif %}
register: openwrt_build
- name: Copy newly built OpenWrt image