diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-20 19:37:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-20 19:37:32 +0000 |
commit | 94f08da5ab16b937ba3dfa571faf85fe1a1a3934 (patch) | |
tree | 3fe36367965426415471fbeac2921ef075dd8df4 | |
parent | a027d10d031a6232a9b3b0789bfaa4889e18a262 (diff) | |
download | mtk-20170518-94f08da5ab16b937ba3dfa571faf85fe1a1a3934.zip mtk-20170518-94f08da5ab16b937ba3dfa571faf85fe1a1a3934.tar.gz mtk-20170518-94f08da5ab16b937ba3dfa571faf85fe1a1a3934.tar.bz2 |
add unzip
SVN-Revision: 693
-rw-r--r-- | openwrt/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/README b/openwrt/README index 84ac387..a1d7835 100644 --- a/openwrt/README +++ b/openwrt/README @@ -4,7 +4,7 @@ Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. You need to have installed gcc, binutils, patch, bzip2, flex, bison, -make,gettext and libc headers. +make, gettext, unzip, libz-dev and libc headers. Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, |