summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2013-12-18 16:15:25 -0600
committerJesse Gilles <jgilles@multitech.com>2013-12-18 16:15:25 -0600
commitb628fbacd6df7e89063be2eced6eaad112ebb053 (patch)
tree7e3749cc7179ab87f904cd3d55f0ca1f11c071f0
parentb034563347d34f7e9062dd50bc0a10b810837696 (diff)
busybox: default udhcpd.conf to eth0, bump PR
-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"