diff options
author | Dongchul Lim <dc7.lim@samsung.com> | 2016-11-28 16:10:32 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2016-11-28 16:10:32 -0800 |
commit | e29afb254a9c024ff0233735701335e76313d26a (patch) | |
tree | f8d105912ea677b944d0511c934e92683118fa01 | |
parent | 722df5a90a212b2507bcfce6dbf8f53cc7e746d1 (diff) | |
parent | c3dc128c7dc7544ce2525777a02b56fe2300b8a5 (diff) | |
download | model-config-n4-e29afb254a9c024ff0233735701335e76313d26a.tar.gz model-config-n4-e29afb254a9c024ff0233735701335e76313d26a.tar.bz2 model-config-n4-e29afb254a9c024ff0233735701335e76313d26a.zip |
Merge "Updated network features" into tizen_3.0
-rw-r--r-- | model-config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/model-config.xml b/model-config.xml index 4f7e960..4a668be 100644 --- a/model-config.xml +++ b/model-config.xml @@ -88,7 +88,8 @@ <key name="tizen.org/feature/network.tethering" type="bool">true</key> <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">true</key> <key name="tizen.org/feature/network.tethering.usb" type="bool">true</key> - <key name="tizen.org/feature/network.tethering.wifi" type="bool">true</key> + <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key> + <key name="tizen.org/feature/network.vpn" type="bool">true</key> <key name="tizen.org/feature/network.wifi" type="bool">true</key> <key name="tizen.org/feature/network.wifi.direct" type="bool">true</key> <key name="tizen.org/feature/network.wifi.direct.display" type="bool">true</key> |