aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-21 21:20:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-21 21:20:16 +0000
commitbc971e8181d8178bd2ac6b3e01aa98f36a126389 (patch)
tree00b44c84352b250e217a7f9ea3d44501d8078aab
parent5c538b3cd528a283e3c78f25ff441b627ae91094 (diff)
downloadupstream-bc971e8181d8178bd2ac6b3e01aa98f36a126389.tar.gz
upstream-bc971e8181d8178bd2ac6b3e01aa98f36a126389.tar.bz2
upstream-bc971e8181d8178bd2ac6b3e01aa98f36a126389.zip
rename config.mips to config.mipsel in uclibc directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2217 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/toolchain/uClibc/Makefile2
-rw-r--r--openwrt/toolchain/uClibc/files/config.mipsel (renamed from openwrt/toolchain/uClibc/files/config.mips)0
2 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile
index 4c1e32eefa5..82c979c871c 100644
--- a/openwrt/toolchain/uClibc/Makefile
+++ b/openwrt/toolchain/uClibc/Makefile
@@ -47,7 +47,7 @@ $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
$(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(UCLIBC_DIR)/Rules.mak
- cp ./files/config.$(UCLIBC_TARGET_ARCH) $(UCLIBC_DIR)/.config
+ cp ./files/config.$(ARCH) $(UCLIBC_DIR)/.config
$(SED) 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"$(LINUX_HEADERS_DIR)\",g' \
$(UCLIBC_DIR)/.config
ifeq ($(BR2_LARGEFILE),y)
diff --git a/openwrt/toolchain/uClibc/files/config.mips b/openwrt/toolchain/uClibc/files/config.mipsel
index 8c94447789c..8c94447789c 100644
--- a/openwrt/toolchain/uClibc/files/config.mips
+++ b/openwrt/toolchain/uClibc/files/config.mipsel