summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a1b2cfc..89d0ead 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,6 @@ set -e
arch=x86
subarch=64
ver=17.01.4
-image=openwrt
dist=lede
@@ -160,7 +159,7 @@ EOF
}
build_image() {
- lxc image import $lxc_tar --alias $image
+ lxc image import $lxc_tar
}
download_rootfs