1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:06:02 +03:00

rename config.mips to config.mipsel in uclibc directory

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2217 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-10-21 21:20:16 +00:00
parent c622ed4bb2
commit 5ab03141f5
2 changed files with 1 additions and 1 deletions

View File

@ -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)