Modify the net/Kconfig file to enable selecting the NetLabel Kconfig options.
Signed-off-by: Paul Moore <[EMAIL PROTECTED]> --- net/Kconfig | 2 ++ 1 files changed, 2 insertions(+) Index: linux-2.6.18-rc2/net/Kconfig =================================================================== --- linux-2.6.18-rc2.orig/net/Kconfig +++ linux-2.6.18-rc2/net/Kconfig @@ -249,6 +249,8 @@ source "net/ieee80211/Kconfig" config WIRELESS_EXT bool +source "net/netlabel/Kconfig" + endif # if NET endmenu # Networking -- paul moore linux security @ hp - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html