Menu

Tree [513bc5] main /
 History

HTTPS access


File Date Author Commit
 .github 2022-12-19 jjm2473 jjm2473 [e87c74] github: add issue template
 LICENSES 2021-02-12 Adrian Schmutzler Adrian Schmutzler [882e30] LICENSES: include all used licenses in LICENSES...
 config 2022-11-01 DHDAXCW DHDAXCW [446543] tools:fix xxd download not responding
 include 2022-11-09 练亮斌 练亮斌 [296b03] target: add rockchip/rk3568 (#443)
 package 2023-05-26 Liangbin Lian Liangbin Lian [304b85] package/uboot-rk35: disable unused regulators o...
 scripts 2022-11-05 jjm2473 jjm2473 [e4a12b] scripts: fix xxdi.pl permeission
 target 2023-05-26 Liangbin Lian Liangbin Lian [513bc5] target/rockchip: r5s/r5c disable unused regulators
 toolchain 2022-01-12 jjm2473 jjm2473 [8bc578] remove patch for clang
 tools 2022-11-01 DHDAXCW DHDAXCW [446543] tools:fix xxd download not responding
 .gitattributes 2012-05-08 Felix Fietkau Felix Fietkau [7fb394] add .gitattributes to prevent the git autocrlf ...
 .gitignore 2022-09-07 jjm2473 jjm2473 [cacd0e] build: auto copy kernel vermagic
 BSDmakefile 2020-09-22 Paul Spooren Paul Spooren [a17b8e] build: use SPDX license tags
 COPYING 2021-02-12 Adrian Schmutzler Adrian Schmutzler [36bb11] COPYING: add COPYING file to specify project li...
 Config.in 2020-09-22 Paul Spooren Paul Spooren [a17b8e] build: use SPDX license tags
 Index.mk 2022-05-12 jjm2473 jjm2473 [c9fc42] rtd129x: update
 Makefile 2021-01-29 Clemens Fruhwirth Clemens Fruhwirth [27c5db] Revert "build: replace which with Bash command ...
 README.md 2022-09-21 Janson Janson [624140] Update README.md
 feeds.conf.default 2023-03-03 jjm2473 jjm2473 [b6d7ce] package: move compatible packages to independen...
 rules.mk 2022-11-01 DHDAXCW DHDAXCW [446543] tools:fix xxd download not responding

Read Me

iStoreOS 是入门级的路由系统,也是入门级的 NAS 系统,
基于原版 OpenWRT,在 ARS2 上经过长期迭代,最终开放适配到多个硬件平台

更多信息请参阅 https://github.com/istoreos

以下是 OpenWRT 原始的 README

OpenWrt logo

OpenWrt Project is a Linux operating system targeting embedded devices. Instead
of trying to create a single, static firmware, OpenWrt provides a fully
writable filesystem with package management. This frees you from the
application selection and configuration provided by the vendor and allows you
to customize the device through the use of packages to suit any application.
For developers, OpenWrt is the framework to build an application without having
to build a complete firmware around it; for users this means the ability for
full customization, to use the device in ways never envisioned.

Sunshine!

Development

To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case
sensitive filesystem required). Cygwin is unsupported because of the lack of a
case sensitive file system.

Requirements

You need the following tools to compile OpenWrt, the package names vary between
distributions. A complete list with distribution specific packages is found in
the Build System Setup
documentation.

gcc binutils bzip2 flex python3 perl make find grep diff unzip gawk getopt
subversion libz-dev libc-dev rsync which

Quickstart

  1. Run ./scripts/feeds update -a to obtain all the latest package definitions
    defined in feeds.conf / feeds.conf.default

  2. Run ./scripts/feeds install -a to install symlinks for all obtained
    packages into package/feeds/

  3. Run make menuconfig to select your preferred configuration for the
    toolchain, target system & firmware packages.

  4. Run make to build your firmware. This will download all sources, build the
    cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen
    applications for your target system.

The main repository uses multiple sub-repositories to manage packages of
different categories. All packages are installed via the OpenWrt package
manager called opkg. If you're looking to develop the web interface or port
packages to OpenWrt, please find the fitting repository below.

Support Information

For a list of supported devices see the OpenWrt Hardware Database

Documentation

Support Community

  • Forum: For usage, projects, discussions and hardware advise.
  • Support Chat: Channel #openwrt on oftc.net.

Developer Community

License

OpenWrt is licensed under GPL-2.0

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.