Changeset 159


Ignore:
Timestamp:
Jan 29, 2011, 6:33:28 PM (12 years ago)
Author:
stappers
Message:

Config.in: OPENWRT_DOWNLOAD_DIR

  • Default name less cryptic. 'dl' became 'wrtdl', short for WRT DownLoad?
  • Default to same directory level as debwrt top directory Examples: with /usr/src/debwrt you have /usr/src/wrtdl, NOT /usr/wrtdl with /home/rick/debwrt you have /home/rick/wrtdl, NOT /home/wrtdl
  • Lines rewrapped to avoid chopped-off lines at menuconfig on 80x25 terminal
  • typo fix, s/buidl/build/
  • technical typo fix, s/build_dir/build/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debwrt/trunk/Config.in

    r140 r159  
    949949config OPENWRT_DOWNLOAD_DIR
    950950        string "Alternate OpenWrt download directory"
    951         default "../../../../dl"
    952         help
    953           When checking out and building multiple revisions of OpenWrt it comes in handy
    954           to not download all required external sources over and over again, but save them
    955           in one directory. If this directory exists, during checkout, a symlink will be
    956           created to it from the buidl directory of the checked out revision. Be aware that
    957           if you use a relative directory here, it must be relative to
    958           "build_dir/openwrt-<board>-<revision>-<kernel>" and not to "."
     951        default "../../../wrtdl"
     952        help
     953          When checking out and building multiple revisions of OpenWrt it
     954          comes in handy to not download all required external sources over
     955          and over again, but save them in one directory. If this directory
     956          exists, during checkout, a symlink will be created to it from
     957          the build directory of the checked out revision.  Be aware that
     958          if you use a relative directory here, it must be relative to
     959          "build/openwrt-<board>-<revision>-<kernel>" and not to "."
     960
     961# End of file
Note: See TracChangeset for help on using the changeset viewer.