[Bismark-devel] my build notes

Nick Feamster feamster at cc.gatech.edu
Fri Apr 8 22:15:42 EDT 2011


Srikanth, maybe we should/could combine my notes with yours on the wiki?  (also, photos at bottom)

-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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 66ebabfabac924e642256a39786807af.jpeg
Type: image/jpeg
Size: 1726675 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/bismark-devel/attachments/20110408/3da922d6/attachment-0004.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d5d4243348e237fef3b916bc00bd67f1.jpeg
Type: image/jpeg
Size: 1707931 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/bismark-devel/attachments/20110408/3da922d6/attachment-0005.jpeg>
-------------- next part --------------


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

Hacking Bismark

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


More information about the Bismark-devel mailing list