diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-09 13:33:34 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-09 13:33:34 +0200 |
commit | e4cbb65924b7ad4f3c2a89a53a59dcda8257a29e (patch) | |
tree | 4c3c26ecba7aa72063c1587c10dba611d92b7ae1 /Makefile | |
parent | c6ad0bd1294bddb78d1b47e48e8ce7657f91e1df (diff) | |
download | netctl-e4cbb65924b7ad4f3c2a89a53a59dcda8257a29e.tar.gz netctl-e4cbb65924b7ad4f3c2a89a53a59dcda8257a29e.tar.xz |
Remove wireless-dbus and ethernet-iproute support
- wireless-dbus is not simple enough for netcfg
- some contributed code was not used and the rest of the code had caught up functionality wise
- we switched to iproute so we need to stop pretending it is an 'option'
- it is no longer fatal in the ifplugd scrict to have multiple preferred profiles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -12,8 +12,6 @@ install: install-docs install -d $(DESTDIR)/usr/lib/network/{connections,hooks} install -m644 src/{network,rfkill,8021x,globals} $(DESTDIR)/usr/lib/network/ install -m755 src/connections/* $(DESTDIR)/usr/lib/network/connections/ - -ln -s wireless $(DESTDIR)/usr/lib/network/connections/wireless-dbus - -ln -s ethernet $(DESTDIR)/usr/lib/network/connections/ethernet-iproute # Hooks install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/ # Scripts @@ -41,13 +39,6 @@ install: install-docs systemd/net-auto-wired.service \ $(DESTDIR)/lib/systemd/system/ -install-wireless: - install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/usr/bin \ - $(DESTDIR)/etc/rc.d - install -m755 src-wireless/wireless-dbus $(DESTDIR)/usr/lib/network/connections/ - install -m755 src-wireless/netcfg-auto-wireless $(DESTDIR)/usr/bin/ - install -m755 src-wireless/net-auto $(DESTDIR)/etc/rc.d/ - install-docs: docs install -d $(DESTDIR)/usr/share/man/man5 install -m644 docs/*.5 $(DESTDIR)/usr/share/man/man5/ |