aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2006-08-03 16:50:39 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:53:37 -0700
commit8161327311fe4da1684ed08015e141feb9a0a737 (patch)
treefe21222e18d93f01fa05c6bc2dd60f16fa03575f
parent7420ed23a4f77480b5b7b3245e5da30dd24b7575 (diff)
downloadlinux-8161327311fe4da1684ed08015e141feb9a0a737.tar.gz
[NetLabel]: tie NetLabel into the Kconfig system
Modify the net/Kconfig file to enable selecting the NetLabel Kconfig options. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4959a4e1e0feca..eb855b7fa642e0 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