Skip to content

Commit

Permalink
wget doesn't like https on win (opentx#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrah committed Jun 26, 2014
1 parent d2df4af commit 3cd2f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/Makefile
Original file line number Diff line number Diff line change
@@ -1147,12 +1147,12 @@ bootloader.lbm: bootloader/bootloader_ramBoot.bin
else ifeq ($(PCB), 9XRPRO)
bootloader.lbm:
@echo "Fetching Mike's bootloader..."
wget https://ersky9x.googlecode.com/svn/trunk/src/bootloader/bootflash8.lbm
wget http://ersky9x.googlecode.com/svn/trunk/src/bootloader/bootflash8.lbm
mv bootflash8.lbm $@
else ifeq ($(PCB), SKY9X)
bootloader.lbm:
@echo "Fetching Mike's bootloader..."
wget https://ersky9x.googlecode.com/svn/trunk/src/bootloader/bootflash4.lbm
wget http://ersky9x.googlecode.com/svn/trunk/src/bootloader/bootflash4.lbm
mv bootflash4.lbm $@
endif

0 comments on commit 3cd2f70

Please sign in to comment.