Skip to content

Commit

Permalink
no_serial only on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Sep 13, 2022
1 parent ae4836f commit acc2a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ docker_packages = \
luci-app-dockerman

.PHONY: all
ifeq ($(target), "x86")
all: deps builder build_dir image no_serial
else
all: deps builder build_dir image
endif

deps:
# https://openwrt.org/docs/guide-user/additional-software/imagebuilder#debianubuntu
Expand Down
1 change: 0 additions & 1 deletion generate-no-serial-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ unmount () {
# always umount & detach loopback device in case of error
trap unmount ERR

shopt -s nullglob
for image in "$@"; do
gunzip --force --keep $image || true

Expand Down

0 comments on commit acc2a99

Please sign in to comment.