mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-13 00:32:24 +00:00
a69d6361ef
These changed update the built-in version of hostapd from v0.8 to 2.9. The rtl871xdrv driver comes from git://github.com/pritambaral/hostapd-rtl871xdrv.git whose included patch has been applied to the standard source code. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
19 lines
453 B
Text
19 lines
453 B
Text
#
|
|
# init.rc fragment for hostapd on Android
|
|
# Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi>
|
|
#
|
|
# This software may be distributed under the terms of the BSD license.
|
|
# See README for more details.
|
|
#
|
|
|
|
on post-fs-data
|
|
mkdir /data/misc/wifi/hostapd 0770 wifi wifi
|
|
|
|
service hostapd /vendor/bin/hostapd \
|
|
/data/misc/wifi/hostapd.conf
|
|
class main
|
|
user wifi
|
|
writepid /data/misc/wifi/hostapd.pid
|
|
group wifi
|
|
disabled
|
|
oneshot
|