diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-15 10:26:39 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-15 10:26:39 +0000 |
commit | e419d8d3286139882fd6a0b05aef32f1f0eef7b7 (patch) | |
tree | 0954cdfa505afdacd7ca2417ae17decd3f078ae3 /openwrt/README | |
parent | 49eba1d322395ca20085f41744860c1c29240328 (diff) | |
download | mtk-20170518-e419d8d3286139882fd6a0b05aef32f1f0eef7b7.zip mtk-20170518-e419d8d3286139882fd6a0b05aef32f1f0eef7b7.tar.gz mtk-20170518-e419d8d3286139882fd6a0b05aef32f1f0eef7b7.tar.bz2 |
little modification
SVN-Revision: 655
Diffstat (limited to 'openwrt/README')
-rw-r--r-- | openwrt/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/README b/openwrt/README index ee704de..84ac387 100644 --- a/openwrt/README +++ b/openwrt/README @@ -1,9 +1,11 @@ This is the buildsystem for the OpenWrt Linux distribution -It is a modified uClibc buildroot2. 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. + Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications. @@ -13,6 +15,8 @@ via tftp. The buildroot system is documented in docs/buildroot-documentation.html. +Building your own firmware you need to have access to a Linux system. + Sunshine! Your OpenWrt Project http://openwrt.org |