diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 5 |
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" config WIRELESS_EXT bool +source "net/netlabel/Kconfig" + +config FIB_RULES + bool + endif # if NET endmenu # Networking |