Skip to content

Instantly share code, notes, and snippets.

@elecnix
Created October 18, 2014 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elecnix/de8dbbd3337b77b2f0fe to your computer and use it in GitHub Desktop.
Save elecnix/de8dbbd3337b77b2f0fe to your computer and use it in GitHub Desktop.
OpenWrt 12.09 Attitude Adjustment ImageBuilder-ar71xx + Réseau Libre
#WIKI=http://wiki.reseaulibre.ca/
WIKI=http://reseaulibre.deuxpi.ca/
# Get the R-L custom scripts
#git clone https://git.gitorious.org/reseau-libre-openwrt/reseaulibre-feed.git
cd reseaulibre-feed
#git pull
cd ..
# Update the list of ethers from the wiki
wget -O - $WIKI/documentation/ethers/ | grep -E [0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2} > reseaulibre-feed/reseaulibre-mesh/files/etc/ethers
# wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/OpenWrt-ImageBuilder-ar71xx_generic-for-linux-x86_64.tar.bz2
#wget --continue --quiet http://localhost/openwrt/trunk/OpenWrt-ImageBuilder-ar71xx_generic-for-linux-x86_64.tar.bz2
#tar -jxf OpenWrt-ImageBuilder-ar71xx_generic-for-linux-i486.tar.bz2
cd OpenWrt-ImageBuilder-ar71xx_generic-for-linux-x86_64
# PROFILE=Default
make image PROFILE=TLWR703 PACKAGES="kmod-ipv6 ip radvd tcpdump ip6tables iperf babeld tinc wireless-tools luci luci-theme-bootstrap" FILES="../reseaulibre-feed/reseaulibre-mesh/files/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment