From f4417f7ad8f2da7d99c48eead14b0a2e8ad0f387 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 6 Nov 2014 19:35:34 +0000 Subject: package/*: replace occurences of 'ln -sf' to '$(LN)' Signed-off-by: Nicolas Thill SVN-Revision: 43205 --- package/network/services/hostapd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/services/hostapd/Makefile') diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index d698c050a3..d8b3498b11 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -372,8 +372,8 @@ define Package/wpad/install $(call Install/hostapd,$(1)) $(call Install/supplicant,$(1)) $(INSTALL_BIN) $(PKG_BUILD_DIR)/wpad $(1)/usr/sbin/ - ln -sf wpad $(1)/usr/sbin/hostapd - ln -sf wpad $(1)/usr/sbin/wpa_supplicant + $(LN) wpad $(1)/usr/sbin/hostapd + $(LN) wpad $(1)/usr/sbin/wpa_supplicant endef Package/wpad-mini/install = $(Package/wpad/install) -- cgit v1.2.3