소스 검색

Rework kopts

bryan 1 년 전
부모
커밋
cd86dcffbc
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      openwrtbuilder

+ 0 - 7
openwrtbuilder

@@ -661,13 +661,6 @@ fromSource() {
     # Make image
     (( DEBUG )) && make_opts+=("V=s")
     execute make "${make_opts[@]}" defconfig
-
-    # Write options to config seed file
-    for opt in "${config_opts[@]}"; do
-        debug "Writing $opt to $seed_file"
-        echo "$opt" >> "$seed_file"
-    done
-
     execute make "${make_opts[@]}" dirclean
     execute make "${make_opts[@]}" download
     #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl