mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 20:10:38 +02:00
Revert "gcc-mips workaround"
This reverts commit b14a89bbd0
.
Better do it in postinstall. Forgotten that gcc-mips is not in the
image.
This commit is contained in:
parent
b14a89bbd0
commit
1080cfe881
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
#we use some files from host's openwrt toolchain for gcc-mips package,
|
|
||||||
#and the host's gcc version (linaro) is now 4.5.4.
|
|
||||||
#this will be fixed when we catch up with openwrt upstream,
|
|
||||||
#workaround for now
|
|
||||||
for i in $(find /usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.5.4 -type f); do
|
|
||||||
ln -s $i ${i/4.5.4/4.5.2}
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user