Get crosstool-ng from GitHub release
This commit is contained in:
parent
cc2ca85a91
commit
9e6b9c8726
1 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,7 @@ RUN apt-get update && \
|
|||
patch libstdc++6 rsync git meson ninja-build
|
||||
|
||||
WORKDIR /build
|
||||
RUN wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz && \
|
||||
RUN wget https://github.com/crosstool-ng/crosstool-ng/releases/download/crosstool-ng-1.26.0/crosstool-ng-1.26.0.tar.xz && \
|
||||
tar -xvf crosstool-ng-1.26.0.tar.xz && \
|
||||
rm crosstool-ng-1.26.0.tar.xz && \
|
||||
cd crosstool-ng-1.26.0 && \
|
||||
|
@ -21,14 +21,16 @@ RUN wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.x
|
|||
make install && \
|
||||
cd .. && \
|
||||
rm -rf crosstool-ng-1.26.0
|
||||
|
||||
|
||||
ADD ct-ng.config .config
|
||||
RUN /usr/local/ct/bin/ct-ng build
|
||||
|
||||
RUN cd /build/ && \
|
||||
git clone https://github.com/fail0verflow/hbc.git /build/hbc && \
|
||||
cd /build/hbc/channel/wiiload && \
|
||||
git checkout 13305cfbe5db47eebc5e62aeed14f7adfbb83a5a && \
|
||||
make
|
||||
|
||||
RUN git clone https://github.com/fail0verflow/bootmii-utils.git /build/bootmii-utils && \
|
||||
cd /build/bootmii-utils/client && \
|
||||
git checkout a32b8f6520d136677213fcbb730035a7e89567e2 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue