Skip to content

Commit

Permalink
[usb-moded] Correct developer mode config to actually launch dhcp server
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Dec 13, 2013
1 parent dd306ca commit e9768b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/dyn-modes/developer_mode-android.ini
Expand Up @@ -3,6 +3,7 @@ name = developer_mode
module = none
network = 1
network_interface = rndis0
appsync = 1

[options]
sysfs_path = /sys/class/android_usb/android0/functions
Expand All @@ -12,4 +13,4 @@ softconnect_path = /sys/class/android_usb/android0/enable
softconnect = 1
softconnec_disconnect = 0
idProduct = 0A02
dhcp = 1
dhcp_server = 1
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.77.1])
AC_INIT([usb_moded], [0.77.2])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AM_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit e9768b8

Please sign in to comment.