wifi2udp: Correct the VPN address

This commit is contained in:
Holger Hans Peter Freyther 2014-09-08 20:26:15 +02:00
parent 731393b051
commit 528f1fcce3
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ Description=WIFI scan service
[Service]
ExecStartPre=/sbin/ifconfig wlan0 up
ExecStart=/usr/sbin/wifi2udp -w wlan0 -i eth0 10.3.0.2
ExecStart=/usr/sbin/wifi2udp -w wlan0 -i eth0 10.3.0.1
Restart=always
RestartSec=2

View File

@ -1,7 +1,7 @@
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/files"], d)}:"
PRINC="5"
PRINC="6"
SRC_URI += "file://0001-Add-wifi2udp-program.patch \
file://wifi2udp.service"