KFERMercer/OpenWrt
Fork: 201 Star: 197 (更新于 2024-10-27 18:11:59)
license: NOASSERTION
Language: C .
Mercer's OpenWrt source tree
最后发布版本: R20.1.24-2.11 ( 2020-02-11 19:31:42)
Mercer's OpenWrt source
This repository is a router firmware that my own using.
I'm already made some improvements based on the original project.
Build firmware:
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.
Also, you need to have installed necessary packages. For example, in Debian:
running
sudo apt-get update
then
sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync
Run
./scripts/feeds update -a
to get all the latest package definitions, defined in /feeds.conf
or /feeds.conf.default
respectively;
./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, and then cross-compile the kernel and all choosen applications for your target system.
Acknowledgements:
The original codes built by OpenWrt Project, other core codes comes from coolsnowwolf.
For this, I am sincerely pay tribute to them.
最近版本更新:(数据更新于 2024-09-15 10:36:46)
2020-02-11 19:31:42 R20.1.24-2.11
2019-12-08 00:52:13 R9.12.03-12.8
2019-11-25 01:45:03 R9.11.23-11.25
2019-10-28 20:01:34 R9.10.24-10.28
2019-10-22 00:53:22 R9.10.10-10.22
2019-09-28 00:15:39 R9.10.1-9.27
2019-09-24 00:23:17 R9.9.15-9.24
2019-09-16 23:30:42 R9.9.15-9.16
2019-09-02 03:02:42 R9.8.17-9.2
2019-08-17 15:39:00 R9.8.17-8.17
主题(topics):
c, linux, lua, makefile, openwrt, shell-script
KFERMercer/OpenWrt同语言 C最近更新仓库
2024-11-05 10:48:49 EdgeTX/edgetx
2024-11-04 17:16:21 redis/redis
2024-10-31 09:06:25 Spooks4576/Ghost_ESP
2024-10-21 23:21:37 pbatard/rufus
2024-10-19 07:55:53 EpicGamesExt/raddebugger
2024-10-15 20:35:06 Mbed-TLS/mbedtls