From 623a7e73cf79ecdda28fe5d3ff429090dbae359d Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Fri, 10 Jul 2020 11:08:51 +0100 Subject: make GPIO a parameter --- out-of-tree.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'out-of-tree.mk') 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 -- cgit v1.2.3