Skip to content

Instantly share code, notes, and snippets.

View hsanjuan's full-sized avatar
🏰

Hector Sanjuan hsanjuan

🏰
View GitHub Profile
#!/bin/bash
# Prerequisites: http://wiki.openwrt.org/doc/howto/buildroot.exigence
# Additionally JDK is needed
generate_buildenv() {
# Prepare build enviroment
mkdir openwrt_build
cd openwrt_build
git clone --depth=1 git://git.openwrt.org/15.05/openwrt.git