From e4cbb65924b7ad4f3c2a89a53a59dcda8257a29e Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Mon, 9 Apr 2012 13:33:34 +0200 Subject: 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 --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ec4cb9..558ca3e 100644 --- a/Makefile +++ b/Makefile @@ -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/ -- cgit v1.2.3-24-g4f1b