mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
wpa_supplicant: disable CONFIG_WRITE functionality
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>
This commit is contained in:
parent
93a8cdf5d8
commit
dce97df740
@ -264,7 +264,7 @@ CONFIG_BACKEND=file
|
|||||||
# configuration can still be changed, the changes are just not going to be
|
# 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
|
# persistent over restarts. This option can be used to reduce code size by
|
||||||
# about 3.5 kB.
|
# 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.
|
# Remove support for configuration blobs to reduce code size by about 1.5 kB.
|
||||||
#CONFIG_NO_CONFIG_BLOBS=y
|
#CONFIG_NO_CONFIG_BLOBS=y
|
||||||
|
@ -264,7 +264,7 @@ CONFIG_BACKEND=file
|
|||||||
# configuration can still be changed, the changes are just not going to be
|
# 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
|
# persistent over restarts. This option can be used to reduce code size by
|
||||||
# about 3.5 kB.
|
# 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.
|
# Remove support for configuration blobs to reduce code size by about 1.5 kB.
|
||||||
#CONFIG_NO_CONFIG_BLOBS=y
|
#CONFIG_NO_CONFIG_BLOBS=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user