[Bismark-devel] my build notes

Nick Feamster feamster at cc.gatech.edu
Fri Apr 8 22:19:31 EDT 2011


Srikanth, maybe we should/could combine my notes with yours on the wiki?  (also, I have two photos to include)

-Nick

openwrt build instructions


-------------------------
feamster at huchra:~/src/$ git clone /home/d/src/openwrt

feamster at huchra:~/src/openwrt$ cp /home/bismark/src/wndr3700/feeds.conf .
feamster at huchra:~/src/openwrt$ cp /home/bismark/src/wndr3700/.config .

feamster at huchra:~/src/openwrt$ ./scripts/feeds update



-------------------------
feamster at huchra:~/src/openwrt$ cat /home/bismark/bin/install_std_packages
#!/bin/bash

./scripts/feeds update
# Talking Walter out of:
# subversion-client subversion-libs libneon libintl libaprutil libexpat
./scripts/feeds install bash webif webif-theme-xwrt radvd polipo samba3 curl bing
./scripts/feeds install babeld qos-scripts fping tcpdump  tcptraceroute netperf
./scripts/feeds install ntpd-ssl ntpdate l7-protocols ddns-scripts iperf gnupg ipv6calc

(run the last three lines)


--------------------------------

feamster at huchra:~/src/openwrt$ make menuconfig 

(then "make -j8")

also, look at the /home/bismark/bin/buildall script

there will be a bin/ar71xx directory, where the image will be
	• factory-NA for first flash (check the bottom of the router first for version number!!)
	• suashfs-NA for subsequent flashes



------------------------------------

Hacking Bismark

feamster at huchra:/home/bismark/custom-feed/utils/bismark/% cat Makefile (preliminary)


More information about the Bismark-devel mailing list