소스 검색

Rework kopts

bryan 8 달 전
부모
커밋
d496a1670d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      openwrtbuilder

+ 6 - 0
openwrtbuilder

@@ -652,6 +652,12 @@ fromSource() {
     config_opts+=("CONFIG_IB=n")
     config_opts+=("CONFIG_MAKE_TOOLCHAIN=n")
     
+    # Write options to config seed file
+    for opt in "${config_opts[@]}"; do
+        debug "Writing $opt to $seed_file"
+        echo "$opt" >> "$seed_file"
+    done
+
     # Cleaning modes
     # make clean # compiled output
     # make targetclean # compiled output, toolchain