diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-21 21:20:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-21 21:20:16 +0000 |
commit | 5f05060733ee497de8c0abb3deac7dba9f5d1cca (patch) | |
tree | 00b44c84352b250e217a7f9ea3d44501d8078aab /openwrt/toolchain/uClibc/Makefile | |
parent | ed63390cbbe8ef8ac18c64cf748173402979273e (diff) |
rename config.mips to config.mipsel in uclibc directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/uClibc/Makefile')
-rw-r--r-- | openwrt/toolchain/uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile index 4c1e32eefa..82c979c871 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) |