diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-20 19:37:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-20 19:37:32 +0000 |
commit | 4648146ddf618eb65a035236e382b9bdd0903285 (patch) | |
tree | b4b1c7ae6696a8c203f8e90836129aa4427f446e /README | |
parent | 1988cf1577e7a750084539e0a7ea726adbcd413d (diff) | |
download | upstream-4648146ddf618eb65a035236e382b9bdd0903285.tar.gz upstream-4648146ddf618eb65a035236e382b9bdd0903285.tar.bz2 upstream-4648146ddf618eb65a035236e382b9bdd0903285.zip |
add unzip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |