From a26381c0a4da54268d942aa87946bfcde0745abb Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 1 Jul 2013 14:33:19 -0400 Subject: [PATCH] Made a_a checkout syntax consistent with existing documentation. Removed link to DR1 packaging notes wiki page. --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 442818e..cc295c6 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/sh #git clone git://git.openwrt.org/12.09/openwrt.git -svn co svn://svn.openwrt.org/openwrt/tags/attitude_adjustment_12.09/ +svn co svn://svn.openwrt.org/openwrt/tags/attitude_adjustment_12.09/ openwrt cd openwrt patch -p1 < ../patches/unifi.patch @@ -28,5 +28,3 @@ echo " Commotion OpenWrt is prepared. To build the firmware, type:" echo " cd openwrt" echo " make menuconfig #If you wish to add or change packages." echo " make V=99" -echo " Please make use of the DR1rc wiki page:" -echo " https://code.commotionwireless.net/projects/commotion/wiki/AttitudeAdjustmentBuild"