{"id":13626281,"url":"https://github.com/stupidloud/nanopi-openwrt","last_synced_at":"2025-04-16T14:33:05.668Z","repository":{"id":37206197,"uuid":"241520455","full_name":"stupidloud/nanopi-openwrt","owner":"stupidloud","description":"Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩","archived":false,"fork":false,"pushed_at":"2024-04-16T23:48:43.000Z","size":6108,"stargazers_count":5380,"open_issues_count":812,"forks_count":2680,"subscribers_count":125,"default_branch":"master","last_synced_at":"2024-08-02T22:23:23.945Z","etag":null,"topics":["nanopi","openwrt","r1s","r2s","r4s"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stupidloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-19T03:06:47.000Z","updated_at":"2024-08-02T06:00:12.000Z","dependencies_parsed_at":"2024-01-14T07:16:05.753Z","dependency_job_id":"52d7596b-6ee1-4bb1-b28d-e20dc168db31","html_url":"https://github.com/stupidloud/nanopi-openwrt","commit_stats":null,"previous_names":["klever1988/nanopi-openwrt"],"tags_count":853,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidloud%2Fnanopi-openwrt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidloud%2Fnanopi-openwrt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidloud%2Fnanopi-openwrt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidloud%2Fnanopi-openwrt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stupidloud","download_url":"https://codeload.github.com/stupidloud/nanopi-openwrt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223716478,"owners_count":17191053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nanopi","openwrt","r1s","r2s","r4s"],"created_at":"2024-08-01T21:02:14.593Z","updated_at":"2024-11-08T16:30:23.760Z","avatar_url":"https://github.com/stupidloud.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Nanopi R1S R2S R2C R4S X86 Openwrt 固件\n\n[刷机工具](https://www.balena.io/etcher/)  \n[下载地址](#下载地址)  \n[更新说明](#更新说明)  \n[使用提示](#使用提示)  \n[固件特性](#固件特性)  \n[在线升级](#终端内在线升级方法)  \n[1分钟生成自己所需固件](#1分钟生成自己所需固件)  \n\n### 下载地址：\nhttps://github.com/stupidloud/nanopi-openwrt/tags  \n(img.gz档不需要解压，可以直接使用刷机工具刷入)\n\n### 使用提示：\n默认用户名是root, 密码是password，局域网IP为192.168.2.1  \n烧制完固件插入tf卡并启动完成，电脑端显示“网络（已连接）”之后，在浏览器输入 http://immortalwrt/ 可以直接打开路由器后台，无需修改本地连接设置或者查看IP地址。  \n如果网络状态一直是未识别（上电超过5分钟），请直接插拔一次电源重启试试。\n\n### 终端内在线升级方法：\n```bash\nwget -qO- https://github.com/stupidloud/nanopi-openwrt/raw/master/scripts/autoupdate-bash.sh | bash\n```\nslim版\n```bash\nwget -qO- https://github.com/stupidloud/nanopi-openwrt/raw/master/scripts/autoupdate-bash.sh | ver=-slim bash\n```\nx86安装盘不是sda的情况下使用\n```bash\nwget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate-bash.sh | disk=sdb bash\n```\n(脚本由gary lau提供，非常感谢！)\n\n### 固件特性：\n- slim版固件只有OpenWrt本体，但内置了“本地软件源”，包含大部分常用插件，不喜欢固件预装繁杂插件的人可以选择这个版本，进入后台软件包选装所需插件\n- 采用ext4文件系统，刷卡之后可自行使用分区工具对sd卡扩容根分区至最大\n- 支持usb无线网卡（RTL8821CU芯片，例如COMFAST 811AC），可以驱动无线网卡运行在5G频段\n- 使用[在线升级](#终端内在线升级方法)时，根分区会自动扩容，方便折腾\n\n### 1分钟生成自己所需固件\n因为本项目预编译了Image builder，生成固件仅需1-3分钟，如果有兴趣自定义固件可以Fork本项目，编辑设备对应的config.seed文件，例如r2s.config.seed, 去掉(整行删除)不需要的luci app软件包配置行，添加自己所需的软件，可用软件的列表可以在github actions构件输出处获取，例如  \n\u003cimg src=\"https://user-images.githubusercontent.com/56048681/114531174-3beafb80-9c7e-11eb-8bcc-b098c3b1cee8.png\" width=\"250\" /\u003e  \n\u003cimg src=\"https://user-images.githubusercontent.com/56048681/124495884-43d4ba80-ddeb-11eb-95e9-fb096dcfda45.png\" width=\"250\" /\u003e  \n完成之后进入Actions，点击左侧Build，点击右侧Run workflow输入设备名（r2s/r2c/r4s/r1s/r1s-h3/r1p/r1p-lts）  \n\u003cimg src=\"https://user-images.githubusercontent.com/56048681/114531768-c7648c80-9c7e-11eb-8d72-fe38f9df960d.png\" width=\"250\" /\u003e  \n再点击Run即可获取自己所需的固件\n\n### 更新说明：\nhttps://github.com/stupidloud/nanopi-openwrt/blob/master/CHANGELOG.md\n\n#### 本固件NAT基准性能测试：\n\u003cimg src=\"https://raw.githubusercontent.com/stupidloud/nanopi-openwrt/master/assets/NAT.jpg\" width=\"450\" /\u003e\n\n#### 固件源码：\nhttps://github.com/coolsnowwolf/lede\n\nhttps://github.com/immortalwrt/immortalwrt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstupidloud%2Fnanopi-openwrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstupidloud%2Fnanopi-openwrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstupidloud%2Fnanopi-openwrt/lists"}