]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/wl18xx-target-scripts.git/commitdiff
ap: fix udhcpd call in ap_start.sh
authorIdo Reis <idor@ti.com>
Wed, 28 Mar 2012 14:30:13 +0000 (16:30 +0200)
committerIdo Reis <idor@ti.com>
Wed, 28 Mar 2012 14:30:13 +0000 (16:30 +0200)
ap/ap_start.sh

index 0091b08ae4a51c56916c5be924c337ac7def4df1..7dcbc3b485fd7fdf1209536e9a7263b1b5b6216a 100755 (executable)
@@ -49,5 +49,5 @@ $IFCONFIG $WLAN_IF
 sleep 2
 
 echo "starting dhcp deamon"
-udhcpd -f dhcpd.conf &
+udhcpd –f /data/misc/wifi/dhcpd.conf &