Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to setup.sh #16

Merged
merged 1 commit into from
Jul 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"