Use SEED_URL

This commit is contained in:
2023-01-13 10:46:37 -05:00
parent 0c1f60971e
commit cf7b9e45c0

View File

@@ -548,10 +548,11 @@ fromSource() {
./scripts/feeds install -a ./scripts/feeds install -a
# Grab the release config.seed # 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" debug "$k_options"
make distclean make distclean
make download make download
make -j"$(nproc)" world make -j"$(nproc)" world