From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-01-ewr.dyndns.com (mxout-113-ewr.mailhop.org [216.146.33.113]) by lists.bufferbloat.net (Postfix) with ESMTP id F1D132E0132 for ; Fri, 8 Apr 2011 19:19:39 -0700 (PDT) Received: from scan-02-ewr.mailhop.org (scan-02-ewr.local [10.0.141.224]) by mail-01-ewr.dyndns.com (Postfix) with ESMTP id 5434F1F664A for ; Sat, 9 Apr 2011 02:19:39 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 130.207.160.70 Received: from deliverator4.gatech.edu (deliverator4.gatech.edu [130.207.160.70]) by mail-01-ewr.dyndns.com (Postfix) with ESMTP id CB9A31F6357 for ; Sat, 9 Apr 2011 02:19:35 +0000 (UTC) Received: from deliverator4.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 440155E4755 for ; Fri, 8 Apr 2011 22:19:35 -0400 (EDT) Received: from mail3.gatech.edu (mail3.gatech.edu [130.207.185.163]) by deliverator4.gatech.edu (Postfix) with ESMTP id E08805E44A0 for ; Fri, 8 Apr 2011 22:19:32 -0400 (EDT) Received: from [172.19.131.178] (unknown [12.130.118.59]) (Authenticated sender: nf21@mail.gatech.edu) by mail3.gatech.edu (Postfix) with ESMTPSA id 4933A14925E for ; Fri, 8 Apr 2011 22:19:32 -0400 (EDT) From: Nick Feamster Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Apr 2011 22:19:31 -0400 Message-Id: <05A39573-4872-4902-89E5-6F4217EE3BBC@cc.gatech.edu> To: bismark-devel@lists.bufferbloat.net Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) X-Mailman-Approved-At: Sun, 10 Apr 2011 18:41:50 -0700 Subject: [Bismark-devel] my build notes X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2011 02:19:40 -0000 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@huchra:~/src/$ git clone /home/d/src/openwrt feamster@huchra:~/src/openwrt$ cp /home/bismark/src/wndr3700/feeds.conf = . feamster@huchra:~/src/openwrt$ cp /home/bismark/src/wndr3700/.config . feamster@huchra:~/src/openwrt$ ./scripts/feeds update ------------------------- feamster@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@huchra:~/src/openwrt$ make menuconfig=20 (then "make -j8") also, look at the /home/bismark/bin/buildall script there will be a bin/ar71xx directory, where the image will be =95 factory-NA for first flash (check the bottom of the router = first for version number!!) =95 suashfs-NA for subsequent flashes ------------------------------------ Hacking Bismark feamster@huchra:/home/bismark/custom-feed/utils/bismark/% cat Makefile = (preliminary)=