Initial commit.

This commit is contained in:
imi415 2021-08-22 21:27:40 +08:00
commit d3a1c35dfc
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
6 changed files with 9 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "buildroot"]
path = buildroot
url = https://github.com/buildroot/buildroot.git

1
buildroot Submodule

@ -0,0 +1 @@
Subproject commit d5127a4de714d6608e897b4585e5ab5d3d5bd965

3
buildroot_make.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
make O=${PWD}/output BR2_EXTERNAL=${PWD}/external_tree -C buildroot "$@"

0
external_tree/Config.in Normal file
View File

View File

@ -0,0 +1,2 @@
name: loralan-gateway
desc: Base system for LoRaLAN Gateway

View File