Skip to content

Commit

Permalink
Merge branch 'barrier_breaker' into ikuai-xb1
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnsj committed Dec 19, 2018
2 parents 8638db6 + 6ccb763 commit 3081017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageBuilder/Makefile
Expand Up @@ -58,7 +58,7 @@ endef

define EnableWireless
@[ -n "$(WIFI)" ] || exit 0; \
F=$(shell echo $(1)); openwrt-repack.sh $$F -w -o $$F.out && mv $$F.out $$F
F=$(shell echo $(1)); openwrt-repack.sh $$F -w -o $$F.out && mv -vf $$F.out $$F
endef

all: HC5661 HC5761 HC5861
Expand Down

0 comments on commit 3081017

Please sign in to comment.