Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/od_gcw0_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BR2_TARGET_OPTIMIZATION="-pipe -fipa-pta"
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/output/ccache/gcw0"
BR2_CCACHE_BR_ONLY=y
BR2_OPTIMIZE_2=y
BR2_OPTIMIZE_3=y
BR2_GLOBAL_PATCH_DIR="$(TOPDIR)/board/opendingux/patches"
BR2_PER_PACKAGE_DIRECTORIES=y
# BR2_PIC_PIE is not set
Expand Down
2 changes: 1 addition & 1 deletion configs/od_lepus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BR2_TARGET_OPTIMIZATION="-pipe -fipa-pta"
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/output/ccache/lepus"
BR2_CCACHE_BR_ONLY=y
BR2_OPTIMIZE_2=y
BR2_OPTIMIZE_3=y
BR2_GLOBAL_PATCH_DIR="$(TOPDIR)/board/opendingux/patches"
# BR2_PIC_PIE is not set
BR2_SSP_NONE=y
Expand Down
2 changes: 1 addition & 1 deletion configs/od_rs90_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BR2_TARGET_OPTIMIZATION="-pipe -fipa-pta"
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/output/ccache/rs90"
BR2_CCACHE_BR_ONLY=y
BR2_OPTIMIZE_2=y
BR2_OPTIMIZE_3=y
BR2_GLOBAL_PATCH_DIR="$(TOPDIR)/board/opendingux/patches"
# BR2_PIC_PIE is not set
BR2_SSP_NONE=y
Expand Down