Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed May 14, 2022
1 parent 7f00ac8 commit 0b00702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_redpill_load:
@read -a KVERS <<< "$$(modinfo --field=vermagic redpill-lkm/redpill.ko)" && \
cp -f $(REDPILL_LKM_SRC)/redpill.ko $(REDPILL_LOAD_SRC)/ext/rp-lkm/redpill-linux-v$${KVERS[0]}.ko
./helper.sh
@if [ "$(TARGET_NAME)" == "DS1621+" ]; then \
@if [ "$(TARGET_NAME)" == "DS1621+" || "$(TARGET_NAME)" == "DS920+" || "$(TARGET_NAME)" == "DS3622xs+" ]; then \
pushd $(REDPILL_LOAD_SRC) && BRP_JUN_MOD=1 ./build-loader.sh '$(TARGET_NAME)' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \
else \
pushd $(REDPILL_LOAD_SRC) && ./build-loader.sh '$(TARGET_NAME)' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \
Expand Down

0 comments on commit 0b00702

Please sign in to comment.