summaryrefslogtreecommitdiffstats
path: root/rules/networkmanager.in
blob: e29c5d562ab03046e44b2d282e6faf6dfc9a6f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=shell_and_console

config NETWORKMANAGER
	tristate
	depends on BROKEN
	select WIRELESS
	select DBUS_GLIB
	select LIBNL
	select LIBUUID
	# FIXME: hal can be configured without policy-kit, but networkmanager depends on it
	select HAL
	select HAL_POLKIT
	prompt "networkmanager"
	help
	  NetworkManager is a tool to automate network configuration as far as
	  possible. The project web site is here:

	  http://projects.gnome.org/NetworkManager/