Buildroot-based VPN server

This commit is contained in:
2014-04-05 15:21:55 +02:00
commit 0dd4884522
36 changed files with 2621 additions and 0 deletions

6
build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
(
cd buildroot
BR2_DEFCONFIG=../buildroot.config make defconfig &&
make
)