diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 15:41:44 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 15:41:44 +0100 |
commit | 10a01a13d3e849e576dadd5ca39be67c632f9f3a (patch) | |
tree | a759f6a42e9e161ca8135f085888d90d3ac4fb2b /Makefile | |
parent | 439f5f82a86db89c7b6eab5d98fe48f75d70d475 (diff) | |
download | netctl-10a01a13d3e849e576dadd5ca39be67c632f9f3a.tar.gz netctl-10a01a13d3e849e576dadd5ca39be67c632f9f3a.tar.xz |
Add wireless connection aid
wifi-menu is a tool that lets you connect to a wireless network from the console. It is aware of your netcfg profiles and can write them for you.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ install: scripts/netcfg-menu \ scripts/netcfg-wpa_actiond \ scripts/netcfg-wpa_actiond-action \ + scripts/wifi-menu \ $(DESTDIR)/usr/bin install -Dm755 scripts/ifplugd.action $(DESTDIR)/etc/ifplugd/netcfg.action # Daemons |