Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Apr 1, 2023
1 parent a1e65b9 commit d9f8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/rockchip_armv8/patches/r6s.patch
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
include $(SUBTARGET).mk

+define Image/Build
+ if [[ $(PROFILE_SANITIZED) == "friendlyarm_nanopi-r6s" || $(PROFILE_SANITIZED) == "friendlyarm_nanopi-r6c" ]]; then \
+ if [[ "$(PROFILE_SANITIZED)" == "friendlyarm_nanopi-r6s" || "$(PROFILE_SANITIZED)" == "friendlyarm_nanopi-r6c" ]]; then \
+ export IMG_PREFIX="$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED))"; \
+ export BIN_DIR=$(BIN_DIR); \
+ export TOPDIR=$(TOPDIR); \
Expand Down

0 comments on commit d9f8e40

Please sign in to comment.