Skip to content

Commit

Permalink
[openwrt] pin 2.1.1 release to backfire 10.03.1-rc5 (r27608)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarus75 committed Jul 15, 2011
1 parent 2e98f8c commit db49a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openwrt/.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# OpenWrt version: Backfire (r27574)
# Thu Jul 14 10:11:25 2011
# OpenWrt version: Backfire (r27608)
# Fri Jul 15 22:13:24 2011
#
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_TARGET_ppc40x is not set
Expand Down
4 changes: 2 additions & 2 deletions openwrt/install.sh
Expand Up @@ -22,9 +22,9 @@ fi
REPO_PATH=$(pwd)
BACKFIRE_PATH=$1/flm02.$VERSION

# checkout the stock OpenWRT build environment to the path specified on the command line
# checkout the stock OpenWRT build environment [Backfire 10.03.1-rc5] to the path specified on the command line
mkdir -p $BACKFIRE_PATH
svn co svn://svn.openwrt.org/openwrt/branches/backfire $BACKFIRE_PATH
svn co svn://svn.openwrt.org/openwrt/branches/backfire -r 27608 $BACKFIRE_PATH

# add the specific flukso packages as a feed
echo "src-link flukso $REPO_PATH/package" > $BACKFIRE_PATH/feeds.conf
Expand Down

0 comments on commit db49a72

Please sign in to comment.