point to new config

pull/1/head
Jordan Sokolic 2020-02-20 08:22:02 +02:00
parent 76a3fb08d7
commit c66bd36dc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.PHONY: build run clean
include .env
include openwrt.conf
build:
test -f openwrt-19.07.1-x86-64-generic-rootfs.tar.gz || \

2
run.sh
View File

@ -1,7 +1,7 @@
#!/bin/bash
# set -x
source .env
source openwrt.conf
function _usage() {
echo "$0 [interface_name]"