Skip to content

Commit

Permalink
libusb1: use ne FREETZ_TARGET_GCC_4_MAX
Browse files Browse the repository at this point in the history
 - refs #127
  • Loading branch information
fda77 committed Feb 8, 2021
1 parent d242dbb commit 6da8b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/libs/libusb1/Config.in
Expand Up @@ -9,7 +9,7 @@ if FREETZ_LIB_libusb_1

config FREETZ_LIB_libusb_1_WITH_ABANDON
bool
depends on FREETZ_AVM_GCC_4_MAX || FREETZ_KERNEL_VERSION_2_MAX
depends on FREETZ_TARGET_GCC_4_MAX || FREETZ_KERNEL_VERSION_2_MAX
default y

endif # FREETZ_LIB_libusb_1
Expand Down

0 comments on commit 6da8b53

Please sign in to comment.