Browse Source

use BUSYBOX_STATIC when ADK_STATIC is choosen

Waldemar Brodkorb 10 năm trước cách đây
mục cha
commit
e9908f5a7a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      target/config/Config.in.adk

+ 1 - 0
target/config/Config.in.adk

@@ -36,6 +36,7 @@ config ADK_DEBUG_STRIP
 config ADK_STATIC
 	bool "Link applications statically by default"
 	default n
+	select BUSYBOX_STATIC
 	help
 	  Useful for toolchain only target devices.