2
0
forked from Ivasoft/openwrt

treewide: strip useless default n Kconfig lines

Kconfig docs say:
> The default value deliberately defaults to 'n' in order to avoid
> bloating the build.

Apply this rule everywhere, to avoid more cloning of bad examples

Signed-off-by: Tony Butler <spudz76@gmail.com>
This commit is contained in:
Tony Butler
2022-12-25 15:11:48 -08:00
committed by Hauke Mehrtens
parent fcde517d35
commit 8bc72ea7be
11 changed files with 0 additions and 85 deletions

View File

@@ -1,6 +1,5 @@
menuconfig MIKROTIK
bool "Platform support for MikroTik RouterBoard virtual devices"
default n
help
Say Y here to get to see options for the MikroTik RouterBoard platform.
This option alone does not add any kernel code.