Files
panda_linux/build.sh

7 lines
87 B
Bash
Executable File

#!/bin/sh
(
cd buildroot
BR2_DEFCONFIG=../buildroot.config make defconfig &&
make
)