{"id":38899966,"url":"https://github.com/aarnaud/openwrt-build-script","last_synced_at":"2026-01-17T15:02:09.458Z","repository":{"id":60173626,"uuid":"62590315","full_name":"aarnaud/openwrt-build-script","owner":"aarnaud","description":"OpenWRT build script","archived":false,"fork":false,"pushed_at":"2025-07-08T18:07:05.000Z","size":181,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-08T19:25:27.141Z","etag":null,"topics":[],"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/aarnaud.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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,"zenodo":null}},"created_at":"2016-07-04T22:09:16.000Z","updated_at":"2024-12-31T06:03:59.000Z","dependencies_parsed_at":"2025-03-02T19:22:39.095Z","dependency_job_id":"0e28f8f1-81e3-4680-972b-46f020a2a52f","html_url":"https://github.com/aarnaud/openwrt-build-script","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/aarnaud/openwrt-build-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Fopenwrt-build-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Fopenwrt-build-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Fopenwrt-build-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Fopenwrt-build-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarnaud","download_url":"https://codeload.github.com/aarnaud/openwrt-build-script/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Fopenwrt-build-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-17T15:02:08.745Z","updated_at":"2026-01-17T15:02:09.427Z","avatar_url":"https://github.com/aarnaud.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenWRT build script\n\n## Release builds\n\nYou can download [here](https://github.com/aarnaud/openwrt-build-script/releases)\n\n## Build script\n\n````\n./scripts/build.sh sunxi_Lamobo_R1\n````\n\n## Build manually\n\n````\ncd openwrt\nmake menuconfig\nmake defconfig\nmake V=s\n````\n\n## Write your SD card\n\n````\ngzip -k -d openwrt/bin/sunxi/openwrt-sunxi-Lamobo_R1-sdcard-vfat-ext4.img.gz\ndd if=openwrt/bin/sunxi/openwrt-sunxi-Lamobo_R1-sdcard-vfat-ext4.img of=/dev/YOURSDCARD\n````\n\n## Cleaning Up (in openwrt directory)\n\n### Clean\n\n````\nmake clean\n````\n\ndeletes contents of the directories /bin and /build_dir. make clean does not remove the toolchain, it also avoids cleaning architectures/targets other than the one you have selected in your .config\n\n\n### Dirclean\n\n````\nmake dirclean\n````\n\ndeletes contents of the directories /bin and /build_dir and additionally /staging_dir and /toolchain (=the cross-compile tools) and /logs. 'Dirclean' is your basic \"Full clean\" operation.\n\n### Distclean\n\n````\nmake distclean\n````\n\nnukes everything you have compiled or configured and also deletes all downloaded feeds contents and package sources.\n\n*CAUTION* : In addition to all else, this will erase your build configuration (\u003cbuildroot_dir\u003e/.config), your toolchain and all other sources. Use with care!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarnaud%2Fopenwrt-build-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarnaud%2Fopenwrt-build-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarnaud%2Fopenwrt-build-script/lists"}