# # Copyright (c) 2010-2012, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. # * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Prerequisites: PC running 32-bit Linux (e.g., Ubuntu 9.10 or Fedora Core 10) Linux development tools: gawk, zlib1g-dev, libncurses5-dev, patch, etc. To install the tools on Ubuntu: apt-get install gawk zlib1g-dev libncurses5-dev patch To install the tools on Fedora Core: yum install gawk zlib1g-dev libncurses5-dev patch Package Content: cs_rootfs_1.2.23/ root file system source smp86xx_kernel_source_R2.6.29-27/ Linux kernel source rt5572/ Ralink RT5572 driver source mips-4.3-51-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2 MIPS cross compiler pre-built binary build-all.sh Shell script for first-time build build-kernel.sh Shell script for building the kernel build-rootfs.sh Shell script for building the rootfs build-rt5572.sh Shell script for building the rt5572 driver clean-kernel.sh Shell script for cleaning the kernel clean-rootfs.sh Shell script for cleaning the rootfs clean-rt5572.sh Shell script for cleaning the rt5572 driver setpath.sh Shell script for setting up environment variables prior to building kernel and rootfs The source for the MIPS cross compiler is available here: http://www.codesourcery.com/sgpp/lite/mips/portal/package3545/public/mips-linux-gnu/mips-4.3-51-mips-linux-gnu.src.tar.bz2 To build the package: tar xjvf cd WiDi-GPL ./build-all.sh