From: Paul Moore Date: Thu, 3 Aug 2006 23:50:39 +0000 (-0700) Subject: [NetLabel]: tie NetLabel into the Kconfig system X-Git-Tag: v2.6.19-rc1~1272^2~335 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8161327311fe4da1684ed08015e141feb9a0a737;p=linux-2.6 [NetLabel]: tie NetLabel into the Kconfig system Modify the net/Kconfig file to enable selecting the NetLabel Kconfig options. Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- diff --git a/net/Kconfig b/net/Kconfig index 4959a4e1e0..eb855b7fa6 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -249,6 +249,8 @@ source "net/ieee80211/Kconfig" config WIRELESS_EXT bool +source "net/netlabel/Kconfig" + endif # if NET endmenu # Networking