2
0
This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gpl_tplink-xx230v/platform/build/qca_env_pre.sh

12 lines
245 B
Bash
Executable File

#!/bin/bash
cd ../../sdk/$1/qsdk
if [ -d staging_dir ]
then
echo "Info: toolchain qca toolchain exists."
else
echo "Info: Uncompressing toolchain..."
tar -xzvf ./staging_dir.tar.gz
fi
./scripts/feeds update -a
./scripts/feeds install -a -f