summaryrefslogtreecommitdiff
path: root/build-openwrt-dev.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-08-07 19:44:43 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-08-07 19:44:43 +0200
commitbe6355d272a2c300636723c146c0bbf9be080eae (patch)
tree8813401ff1de8de860fc57d88a1bdd2808a7538c /build-openwrt-dev.sh
parentdaccbf4c7f12d1d780f9a74997003883eeb1094a (diff)
downloadchd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.zip
chd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.tar.gz
chd_openwrt-be6355d272a2c300636723c146c0bbf9be080eae.tar.bz2
Preivous commit was incomplete.
Diffstat (limited to 'build-openwrt-dev.sh')
-rwxr-xr-xbuild-openwrt-dev.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-openwrt-dev.sh b/build-openwrt-dev.sh
index 31eccb6..9f2021c 100755
--- a/build-openwrt-dev.sh
+++ b/build-openwrt-dev.sh
@@ -44,8 +44,7 @@ profile=$1
ip4pub=$2
case "$ip4pub" in
- 185.131.40.*) ;;
- 185.131.41.*) ;;
+ 185.131.4[0-3].[0-9]*) ;;
*) echo "Unknown Ip4 $ip4pub"; exit 3;;
esac