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/build_XX230v.sh

11 lines
253 B
Bash
Executable File

#!/bin/bash
dr_user=`whoami`
if [ "$dr_user" != "root" ] ; then
echo "Aborting script because user is not the root."
echo ""
exit
fi
cd platform/build
make MODEL=XX230v env_build boot_build kernel_build modules_build apps_build fs_build image_build