From 4890aa192d90c76e3880a251c94db77e695857e7 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 29 Jul 2025 17:40:02 -0400 Subject: [PATCH] Cleanup some comments --- README.md | 3 +-- openwrtbuilder | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6ac492..2eddc91 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Build and deploy OpenWRT images using shell-style device profiles, via source co --release,-r,--version,-v RELEASE ("snapshot", "22.03.3") --buildroot,-b PATH (Default: script directory) --source - Build image from source, not from Image Builder + Build image from source code, not from Image Builder Allows make config options to be passed in profile Uses git worktree for multi-profile deduplication --ssh-upgrade HOST @@ -27,7 +27,6 @@ Build and deploy OpenWRT images using shell-style device profiles, via source co Can be combined with -p to reset a specific profile --depends Force dependency installation - Ignores .dependencies files --yes,-y Assume yes for all questions (automatic mode) --debug,-d diff --git a/openwrtbuilder b/openwrtbuilder index 3eb3ed4..8215895 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -1,6 +1,5 @@ #!/usr/bin/env bash -# Build and deploy OpenWRT images using convenient shell-style device profiles. -# Copyright 2022-25 Bryan C. Roessler +# Build and deploy OpenWRT images using shell-style device profiles, via source code or the official Image Builder.# Copyright 2022-25 Bryan C. Roessler # Apache 2.0 License # See README and profiles for device configuration