updated openwrt.config added

This commit is contained in:
Nonannet 2020-04-29 13:49:09 +02:00 committed by GitHub
parent 0ed8d2c5ae
commit bbd0723e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
openwrt.config Normal file
View File

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