diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 21:20:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 21:20:16 +0000 |
commit | 3da601a8ea3a32cba1372704358726e84102fd86 (patch) | |
tree | b9dc6fa7e9a38d429505c3e4a841569c6b3bdfdb /openwrt | |
parent | 2b279ace6acc895a0bae2d3debbd1aa964d441ae (diff) | |
download | mtk-20170518-3da601a8ea3a32cba1372704358726e84102fd86.zip mtk-20170518-3da601a8ea3a32cba1372704358726e84102fd86.tar.gz mtk-20170518-3da601a8ea3a32cba1372704358726e84102fd86.tar.bz2 |
rename config.mips to config.mipsel in uclibc directory
SVN-Revision: 2217
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/toolchain/uClibc/Makefile | 2 | ||||
-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 4c1e32e..82c979c 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 8c94447..8c94447 100644 --- a/openwrt/toolchain/uClibc/files/config.mips +++ b/openwrt/toolchain/uClibc/files/config.mipsel |