# mtkopenwrt-76x8 **Repository Path**: trickbb/mtkopenwrt-76x8 ## Basic Information - **Project Name**: mtkopenwrt-76x8 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2024-04-07 - **Last Updated**: 2024-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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, bzip2, flex, python, perl make, find, grep, diff, unzip, gawk, getopt, libz-dev and libc headers. Run "./scripts/feeds update -a" to get all the latest package definitions defined in feeds.conf / feeds.conf.default respectively and "./scripts/feeds install -a" to install symlinks of all of them into package/feeds/. Use "make menuconfig" to configure your image. Simply running "make" will build your firmware. It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications. You can use "scripts/flashing/flash.sh" for remotely updating your embedded system via tftp. The OpenWrt system is documented in docs/. You will need a LaTeX distribution and the tex4ht package to build the documentation. Type "make -C docs/" to build it. To build your own firmware you need to have access to a Linux, BSD or MacOSX system (case-sensitive filesystem required). Cygwin will not be supported because of the lack of case sensitiveness in the file system. Sunshine! Your OpenWrt Project http://openwrt.org .. 编译环境:ubuntu16.04 编译前 安装软件: sudo apt-get install make quilt git libncurses5-dev build-essential gawk zlib1g-dev 使用git下载完成后 进入到 SDK目录下 将 feed.tar.gz 压缩包解压到本地目录下 tar xvf feed.tar.gz 解压完成后 即可开始编译 编译 命令 make V=99 (V=99 打开编译过程信息) 编译完成后 编译的固件存放在SDK目录下:bin/ramips 固件名称:openwrt-ramips-mt7628-mt7628-squashfs-sysupgrade.bin