[system/core] uav be a wifihot:ssid=uav_ap passwd=12345678

Signed-off-by: Firefly <service@t-firefly.com>
This commit is contained in:
Firefly
2016-02-15 17:19:23 +08:00
committed by cjp
parent 0d37b48347
commit f3d468f828

View File

@ -267,6 +267,7 @@ static const struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_SHELL, 0, "init*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "sbin/fs_mgr" },
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "system/bin/wifihot.sh" },
{ 00644, AID_ROOT, AID_ROOT, 0, 0 },
};