From cf7b9e45c04a6566176049aedd3551e02618d651 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 13 Jan 2023 10:46:37 -0500 Subject: [PATCH] Use SEED_URL --- openwrtbuilder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index 9715328..a778dc0 100755 --- a/openwrtbuilder +++ b/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