Changeset 165
- Timestamp:
- Feb 19, 2011, 4:35:47 PM (11 years ago)
- Location:
- debwrt/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debwrt/trunk/Config.in
r164 r165 949 949 config OPENWRT_DOWNLOAD_DIR 950 950 string "Alternate OpenWrt download directory" 951 default "../../../dl"952 951 help 953 952 When checking out and building multiple revisions of OpenWrt it -
debwrt/trunk/Makefile
r154 r165 31 31 include rules/scripts.mk 32 32 include rules/debwrt.mk 33 include rules/users.mk 33 34 include rules/help.mk 34 35 include config/config.mk … … 61 62 @echo "Sub-Board:" ${SUB_BOARD} 62 63 63 home: .config64 sed -i 's!CONFIG_DEBIAN_BUILDENV_REPOSITORY.*!CONFIG_DEBIAN_BUILDENV_REPOSITORY="http://10.0.2.3:3142/ftp.debian.org/debian"!' $(TOPDIR)/.config65 sed -i 's!CONFIG_EMDEBIAN_BUILDENV_REPOSITORY.*!CONFIG_EMDEBIAN_BUILDENV_REPOSITORY="http://10.0.2.3:3142/www.emdebian.org/debian"!' $(TOPDIR)/.config66 67 64 flash: 68 65 cd $(INSTALL_DIR) && $(SCRIPT_FLASH) "$(call qstrip,$(CONFIG_FLASH_IP))" "$(CONFIG_DEBWRT_TARGET_IMAGE_NAME_TRX)" || echo -
debwrt/trunk/openwrt/openwrt.mk
r75 r165 46 46 47 47 openwrt/download-link: openwrt/checkout 48 ifneq ($(OPENWRT_DOWNLOAD_DIR),) 48 49 cd $(OPENWRT_BUILD_DIR) && if [ -d $(OPENWRT_DOWNLOAD_DIR) -a ! -e dl ]; then ln -snf $(OPENWRT_DOWNLOAD_DIR) dl; fi 50 endif 49 51 50 52 openwrt/patch: openwrt/checkout
Note: See TracChangeset
for help on using the changeset viewer.