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

config NETWORKMANAGER
	tristate
	depends on BROKEN
	select WIRELESS
	select DBUS_GLIB
	select LIBNL
	# we need libuuid from e2fsprogs
	select E2FSPROGS
	select E2FSPROGS_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/