summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-08-24 13:53:40 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-08-24 13:53:40 -0700
commita06197424834f56ea4e90df1999089ebd50c3e16 (patch)
treeab3f6e58fc41c20839a81a6b3eb2a23fb7fb7b36
parentc49ee6c52b4ed99c73cbf7ef05f156ddfbaed87f (diff)
downloadhikey-a06197424834f56ea4e90df1999089ebd50c3e16.tar.gz
hikey: Remove dhcpcd references
Change-Id: I5eddffb1a1465033bce16cd470307f5e62049f32 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--android_dhcpcd.conf9
-rw-r--r--device.mk1
-rw-r--r--init.hikey.rc25
3 files changed, 0 insertions, 35 deletions
diff --git a/android_dhcpcd.conf b/android_dhcpcd.conf
deleted file mode 100644
index 0fe39969..00000000
--- a/android_dhcpcd.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# dhcpcd configuration for Android Wi-Fi interface
-# See dhcpcd.conf(5) for details.
-
-# Disable solicitation of IPv6 Router Advertisements
-noipv6rs
-
-interface wlan0
-# dhcpcd-run-hooks uses these options.
-option subnet_mask, routers, domain_name_servers, interface_mtu
diff --git a/device.mk b/device.mk
index 7c9aa8f9..e63f337e 100644
--- a/device.mk
+++ b/device.mk
@@ -98,7 +98,6 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
device/linaro/hikey/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
- device/linaro/hikey/android_dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \
device/linaro/hikey/audio/audio_policy.conf:system/etc/audio_policy.conf
# Copy media codecs config file
diff --git a/init.hikey.rc b/init.hikey.rc
index 5b53d6e6..59f56bd1 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -102,28 +102,3 @@ service wpa_supplicant /system/bin/wpa_supplicant \
class main
disabled
oneshot
-
-service dhcpcd_wlan0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf wlan0
- group dhcp
- disabled
- oneshot
-
-service dhcpcd_eth0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf eth0
- group dhcp
- disabled
- oneshot
-
-service dhcpcd_usb0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf usb0
- group dhcp
- disabled
- oneshot
-
-service iprenew_usb0 /system/bin/dhcpcd -n usb0
- class main
- disabled
- oneshot
-
-service dhcpcd_bt-pan /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf bt-pan0
- group dhcp
- disabled
- oneshot