소스 검색

defconfig after seed

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

+ 2 - 2
openwrtbuilder

@@ -551,8 +551,6 @@ fromSource() {
     ./scripts/feeds update -a &&
     ./scripts/feeds install -a
 
-    make defconfig # normalize .config and remove dupes
-
     # Grab the release seed config
     if [[ -f "$SEED_FILE" ]]; then
         if askOk "$SEED_FILE exists. Re-download?"; then
@@ -567,6 +565,8 @@ fromSource() {
         fi
     fi
 
+    make defconfig # normalize .config and remove dupes
+
     for pkg in ${P_ARR[packages]:+${P_ARR[packages]}}; do
         if [[ $pkg == -* ]]; then
             make_opts+=("CONFIG_PACKAGE_${pkg#-}=n") # remove package