File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ IPRANGE_MD5=`cut -f1 -d' ' < build/iprange.md5`
14
14
# it into a package, whereas iprange is a binary and must be compiled
15
15
# for each target.
16
16
17
- osver=18.06
17
+ osver=19.07
18
18
mkdir -p build/openwrt-$osver
19
19
cd build/openwrt-$osver
20
20
rm -f build-list
43
43
sed -i -e " s;<<VER>>;$IPRANGE_VERSION ;" -e " s;<<URL>>;$IPRANGE_URL ;" -e " s;<<MD5>>;$IPRANGE_MD5 ;" " $short " /package/iprange/Makefile
44
44
echo " $short " >> build-list
45
45
done << !
46
- ar71xx_generic https://downloads.openwrt.org/releases/18.06.0 /targets/ar71xx/generic openwrt-sdk-18.06.0 -ar71xx-generic_gcc-7.3 .0_musl.Linux-x86_64
47
- brcm47xx_generic https://downloads.openwrt.org/releases/18.06.0 /targets/brcm47xx/generic openwrt-sdk-18.06.0 -brcm47xx-generic_gcc-7.3 .0_musl.Linux-x86_64
48
- ipq806x_generic https://downloads.openwrt.org/releases/18.06.0 /targets/ipq806x/generic openwrt-sdk-18.06.0-ipq806x_gcc-7.3 .0_musl_eabi.Linux-x86_64
46
+ ar71xx_generic https://downloads.openwrt.org/releases/19.07.2 /targets/ar71xx/generic openwrt-sdk-19.07.2 -ar71xx-generic_gcc-7.5 .0_musl.Linux-x86_64
47
+ brcm47xx_generic https://downloads.openwrt.org/releases/19.07.2 /targets/brcm47xx/generic openwrt-sdk-19.07.2 -brcm47xx-generic_gcc-7.5 .0_musl.Linux-x86_64
48
+ ipq806x_generic https://downloads.openwrt.org/releases/19.07.2 /targets/ipq806x/generic openwrt-sdk-19.07.2-ipq806x-generic_gcc-7.5 .0_musl_eabi.Linux-x86_64
49
49
!
50
50
51
51
for t in ` cat build-list`
You can’t perform that action at this time.
0 commit comments