From 1ee8ef9901932bdbaf7bcf5550c27e1eb749dc3f 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/ar7-atm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/kernel/ar7-atm/Makefile') diff --git a/package/kernel/ar7-atm/Makefile b/package/kernel/ar7-atm/Makefile index 59e9e79183..2574568acc 100644 --- a/package/kernel/ar7-atm/Makefile +++ b/package/kernel/ar7-atm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -87,13 +87,13 @@ endef define KernelPackage/sangam-atm-annex-a/install mkdir -p $(1)/lib/firmware $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700mp.bin $(1)/lib/firmware/ - ln -sf ar0700mp.bin $(1)/lib/firmware/ar0700xx.bin + $(LN) ar0700mp.bin $(1)/lib/firmware/ar0700xx.bin endef define KernelPackage/sangam-atm-annex-b/install mkdir -p $(1)/lib/firmware $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700db.bin $(1)/lib/firmware/ - ln -sf ar0700db.bin $(1)/lib/firmware/ar0700xx.bin + $(LN) ar0700db.bin $(1)/lib/firmware/ar0700xx.bin endef $(eval $(call KernelPackage,sangam-atm-annex-a)) -- cgit v1.2.3