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 | 7c0dea599dc5136395f7110c47b7fdec974b2df0 (patch) | |
tree | 92edabe5410622d24c35d809b401428f7474a827 | |
parent | 01ed21fc16e8068c7d230945983a38a43570e6c3 (diff) | |
download | mtk-20170518-7c0dea599dc5136395f7110c47b7fdec974b2df0.zip mtk-20170518-7c0dea599dc5136395f7110c47b7fdec974b2df0.tar.gz mtk-20170518-7c0dea599dc5136395f7110c47b7fdec974b2df0.tar.bz2 |
remove bison requirement (see [10398] & [14900])
SVN-Revision: 19989
-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. |