Changeset 384
- Timestamp:
- Sep 30, 2012, 12:15:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/config/openwrt_version.in
r360 r384 1 1 choice 2 prompt "OpenWrt Revision"2 prompt "OpenWrt Branch" 3 3 default OPENWRT_BRANCH_TRUNK 4 4 help … … 14 14 15 15 config OPENWRT_BRANCH_OTHER 16 bool " some other branch of OpenWRT (specify below)"16 bool "other branch ( specify below )" 17 17 endchoice 18 18 19 19 if OPENWRT_BRANCH_OTHER 20 20 config OPENWRT_BRANCH 21 string " Specify OpenWRT branch to use"21 string "Other OpenWRT Branch" 22 22 help 23 23 Specify what branch you wish to use. You can even specify "trunk" or … … 35 35 36 36 config OPENWRT_REVISION 37 string " Specify OpenWRT revision to use (`svn co -r XXXXX`)"37 string "OpenWRT Revision" 38 38 default "HEAD" 39 39 help … … 44 44 This may also be used by some plugins that target specific revision of 45 45 OpenWRT. 46 47 The revision number is directy feeded to `svn co -r XXXXX`. 46 48
Note: See TracChangeset
for help on using the changeset viewer.