summaryrefslogtreecommitdiffstats
path: root/out-of-tree.mk
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-07-10 11:08:51 +0100
committerfishsoupisgood <github@madingley.org>2020-07-10 11:08:51 +0100
commit623a7e73cf79ecdda28fe5d3ff429090dbae359d (patch)
treebd35f492e210fe788500b98e41a8f4e733c2f563 /out-of-tree.mk
parent93dbd25f15d4fb7e8b43411471c1e50f7ea77f6b (diff)
downloadpingid-master.tar.gz
pingid-master.tar.bz2
pingid-master.zip
make GPIO a parameterHEADmaster
Diffstat (limited to 'out-of-tree.mk')
-rw-r--r--out-of-tree.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/out-of-tree.mk b/out-of-tree.mk
index 524fdb6..9a65f7d 100644
--- a/out-of-tree.mk
+++ b/out-of-tree.mk
@@ -1,6 +1,8 @@
-STAGING_DIR=/home/openwrt/gl-inet-mt300n-v2/master-d20f4fc/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl
+#STAGING_DIR=/home/openwrt/gl-inet-mt300n-v2/master-d20f4fc/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl
+STAGING_DIR=/home//openwrt/gl-inet-ar300m/master-fa83455/staging_dir/toolchain-mips_24kc_gcc-8.3.0_musl/
export STAGING_DIR
-CROSS=${STAGING_DIR}/bin/mipsel-openwrt-linux-musl-
+#CROSS=${STAGING_DIR}/bin/mipsel-openwrt-linux-musl-
+CROSS=${STAGING_DIR}/bin/mips-openwrt-linux-
CC=${CROSS}gcc