소스 검색

Use SEED_URL

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

+ 2 - 1
openwrtbuilder

@@ -548,9 +548,10 @@ fromSource() {
     ./scripts/feeds install -a
 
     # Grab the release config.seed
-    k_options=$(curl -s https://downloads.openwrt.org/releases/22.03.3/targets/rockchip/armv8/config.buildinfo)
+    k_options=$(curl -s "$SEED_URL")
     debug "$k_options"
 
+    
 
     make distclean
     make download