Skip to content
Snippets Groups Projects
Commit 5ab03141 authored by nbd's avatar nbd
Browse files

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
parent c622ed4b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment