wpa_supplicant: disable CONFIG_WRITE functionality
authorKirill Lukonin <klukonin@gmail.com>
Tue, 24 Mar 2020 18:59:56 +0000 (23:59 +0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Apr 2020 20:40:06 +0000 (22:40 +0200)
CONFIG_WRITE functionality is not used and could be removed.
Looks helpful for devices with small flash because wpad is also affected.

Little testing shows that about 6 KB could be saved.

Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
package/network/services/hostapd/files/wpa_supplicant-basic.config
package/network/services/hostapd/files/wpa_supplicant-mini.config

index a9da65deed30ea900d3216d0c6115fcaaffd47e8..db3f7c7a11bbc51021137736fa81aaf3744bf037 100644 (file)
@@ -264,7 +264,7 @@ CONFIG_BACKEND=file
 # configuration can still be changed, the changes are just not going to be
 # persistent over restarts. This option can be used to reduce code size by
 # about 3.5 kB.
-#CONFIG_NO_CONFIG_WRITE=y
+CONFIG_NO_CONFIG_WRITE=y
 
 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
 #CONFIG_NO_CONFIG_BLOBS=y
index 850d22febc426b1a728ee66f125578b9bb5ca019..c1e0141edda684cbf0f436a356a39bfce1579811 100644 (file)
@@ -264,7 +264,7 @@ CONFIG_BACKEND=file
 # configuration can still be changed, the changes are just not going to be
 # persistent over restarts. This option can be used to reduce code size by
 # about 3.5 kB.
-#CONFIG_NO_CONFIG_WRITE=y
+CONFIG_NO_CONFIG_WRITE=y
 
 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
 #CONFIG_NO_CONFIG_BLOBS=y