mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 04:23:09 +02:00
rename config.mips to config.mipsel in uclibc directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2217 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ed63390cbb
commit
5f05060733
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user