From 0ed8d2c5ae90438799f50de43859bb0d46f499ae Mon Sep 17 00:00:00 2001 From: Nonannet Date: Wed, 29 Apr 2020 13:25:14 +0200 Subject: [PATCH] Delete openwrt.config --- src/openwrt.config | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 src/openwrt.config 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