7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
(
|
|
cd buildroot
|
|
BR2_DEFCONFIG=../buildroot.config make defconfig &&
|
|
make
|
|
)
|