Skip to content

Commit d85da09

Browse files
authored
Merge pull request #14 from thecheatah/feature/openwrt-19.07
Support OpenWRT 19.07
2 parents 96957f1 + 9c70c47 commit d85da09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-openwrt.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IPRANGE_MD5=`cut -f1 -d' ' < build/iprange.md5`
1414
# it into a package, whereas iprange is a binary and must be compiled
1515
# for each target.
1616

17-
osver=18.06
17+
osver=19.07
1818
mkdir -p build/openwrt-$osver
1919
cd build/openwrt-$osver
2020
rm -f build-list
@@ -43,9 +43,9 @@ do
4343
sed -i -e "s;<<VER>>;$IPRANGE_VERSION;" -e "s;<<URL>>;$IPRANGE_URL;" -e "s;<<MD5>>;$IPRANGE_MD5;" "$short"/package/iprange/Makefile
4444
echo "$short" >> build-list
4545
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
4949
!
5050

5151
for t in `cat build-list`

0 commit comments

Comments
 (0)