diff --git a/src/openwrt.config b/src/openwrt.config deleted file mode 100755 index 2911860..0000000 --- a/src/openwrt.config +++ /dev/null @@ -1,14 +0,0 @@ -# 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 - -mipsel-openwrt-linux-gcc - -/home/build/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl/bin - -/home/build/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl - -mipsel-openwrt-linux-gcc \ No newline at end of file