mirror of https://github.com/Nonannet/imagerec.git
updated openwrt.config added
This commit is contained in:
parent
0ed8d2c5ae
commit
bbd0723e34
|
@ -0,0 +1,7 @@
|
||||||
|
# Set up paths and environment for cross compiling for openwrt
|
||||||
|
export STAGING_DIR=/home/build/openwrt/staging_dir
|
||||||
|
export TOOLCHAIN_DIR=$STAGING_DIR/toolchain-mipsel_24kc_gcc-7.3.0_musl
|
||||||
|
export LDCFLAGS=$TOOLCHAIN_DIR/usr/lib
|
||||||
|
export LD_LIBRARY_PATH=$TOOLCHAIN_DIR/usr/lib
|
||||||
|
export PATH=$TOOLCHAIN_DIR/bin:$PATH
|
||||||
|
|
Loading…
Reference in New Issue