summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multitech/recipes/busybox/busybox-1.18.3/corecdp/udhcpd.conf.example2
-rw-r--r--multitech/recipes/busybox/busybox_1.18.3.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/multitech/recipes/busybox/busybox-1.18.3/corecdp/udhcpd.conf.example b/multitech/recipes/busybox/busybox-1.18.3/corecdp/udhcpd.conf.example
index c599b5a..f72d672 100644
--- a/multitech/recipes/busybox/busybox-1.18.3/corecdp/udhcpd.conf.example
+++ b/multitech/recipes/busybox/busybox-1.18.3/corecdp/udhcpd.conf.example
@@ -1,6 +1,6 @@
start 192.168.2.100
end 192.168.2.254
-interface wlan0
+interface eth0
option subnet 255.255.255.0
option router 192.168.2.1
option dns 8.8.8.8 # google's DNS server
diff --git a/multitech/recipes/busybox/busybox_1.18.3.bbappend b/multitech/recipes/busybox/busybox_1.18.3.bbappend
index 1ba034f..08d430f 100644
--- a/multitech/recipes/busybox/busybox_1.18.3.bbappend
+++ b/multitech/recipes/busybox/busybox_1.18.3.bbappend
@@ -1,7 +1,7 @@
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
-PR .= ".corecdp2"
+PR .= ".corecdp3"
SRC_URI += "file://busybox-1.18.3/corecdp/udhcpd.conf.example"