aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4959a4e1e0fe..6528a935622c 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -249,6 +249,11 @@ source "net/ieee80211/Kconfig"
249config WIRELESS_EXT 249config WIRELESS_EXT
250 bool 250 bool
251 251
252source "net/netlabel/Kconfig"
253
254config FIB_RULES
255 bool
256
252endif # if NET 257endif # if NET
253endmenu # Networking 258endmenu # Networking
254 259