diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-05 09:48:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-05 09:48:32 +0000 |
commit | 1e53d78d35f9f2efed3333b09bbceb3b6b2d2ea5 (patch) | |
tree | 5441f2b1b1b17ed1352d995acf553ba493195f4a | |
parent | 915c434270c3fe10f2f3b1db5628b221758ee148 (diff) | |
download | upstream-1e53d78d35f9f2efed3333b09bbceb3b6b2d2ea5.tar.gz upstream-1e53d78d35f9f2efed3333b09bbceb3b6b2d2ea5.tar.bz2 upstream-1e53d78d35f9f2efed3333b09bbceb3b6b2d2ea5.zip |
remove bison requirement (see [10398] & [14900])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19989 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ This is the buildsystem for the OpenWrt Linux distribution 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, +You need to have installed gcc, binutils, patch, bzip2, flex, make, gettext, pkg-config, unzip, libz-dev and libc headers. Simply running 'make' will build your firmware. |