Hi,
there are quite a lot of package using "ln -sf" in their Makefile, so
this patch adds
LN:=ln -sf
to rules.mk
-Raphael
diff -pruN trunk.orig/rules.mk trunk/rules.mk
--- trunk.orig/rules.mk 2010-03-05 16:55:32.000000000 +0100
+++ trunk/rules.mk 2010-03-05 16:56:11.000000000 +0100
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -142,6 +142,7 @@ TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTD
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR
+LN:=ln -sf
INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel