Skip to content

Commit

Permalink
Fix typos and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sinegar committed Dec 31, 2023
1 parent 84cd092 commit 7310166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: izer-xyz/openwrt-imagebuilder-action@main
with:
image: armvirt-32
profile: fail
profile: Default
openwrt-version: 22.03.5
packages: >-
-firewall4 -ca-bundle -dnsmasq -dropbear
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See [action.yml](action.yml) from more details.
Parameters

* `image`: bcm27xx-bcm2711
* `profile`: Default
* `openwrt-version`: 22.03.5
* `packages`: -ppp
* `files`: test/files
Expand Down
2 changes: 1 addition & 1 deletion make_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make info

echo Config
echo "* Debug=$DEBUG"
echo "* PEOFILE=$PROFILE"
echo "* PROFILE=$PROFILE"
echo "* FILES=$FILES"
echo "* PACKAGES=$PACKAGES"

Expand Down

0 comments on commit 7310166

Please sign in to comment.