1 Star 0 Fork 38

stephen1w / rt-n56u-hanwckf

forked from hanwckf / rt-n56u 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:xenial
MAINTAINER Andy Voigt <voigt-andy@hotmail.de>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -qy apt-utils
RUN apt-get -qy install locales
RUN locale-gen --no-purge en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN apt-get install -qy \
git \
build-essential \
gawk \
pkg-config \
gettext \
automake \
autoconf \
autopoint \
libtool \
bison \
flex \
zlib1g-dev \
libgmp3-dev \
libmpfr-dev \
libmpc-dev \
texinfo \
mc \
libncurses5-dev \
nano \
vim \
autopoint \
gperf \
python-docutils
RUN git clone https://bitbucket.org/padavan/rt-n56u.git /opt/rt-n56u
RUN cd /opt/rt-n56u/toolchain-mipsel && ./clean_sources && ./build_toolchain_3.4.x
C
1
https://gitee.com/stephen1w/rt-n56u-hanwckf.git
git@gitee.com:stephen1w/rt-n56u-hanwckf.git
stephen1w
rt-n56u-hanwckf
rt-n56u-hanwckf
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891