From 084e2f9443c29a0755d0885b6d3783b829f8cb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Piotr=20C=C5=82apa?= Date: Mon, 9 Nov 2015 18:11:31 +0100 Subject: [PATCH] [p-openwrt-mips] Update compiler path. --- p-openwrt-mips/env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p-openwrt-mips/env b/p-openwrt-mips/env index b21c08c..25c2922 100644 --- a/p-openwrt-mips/env +++ b/p-openwrt-mips/env @@ -1,3 +1,3 @@ export BASE="/opt/openwrt/staging_dir" -export STAGING_DIR="$BASE/target-mips_34kc_musl-1.1.10" -export PATH="$BASE/toolchain-mips_34kc_gcc-4.8-linaro_musl-1.1.10/bin:$PATH" +export STAGING_DIR="$BASE/target-mips_34kc_musl-1.1.11" +export PATH="$BASE/toolchain-mips_34kc_gcc-4.8-linaro_musl-1.1.11/bin:$PATH"