{"id":13464847,"url":"https://github.com/aparcar/openwrt-metabuilder","last_synced_at":"2025-03-25T11:32:16.358Z","repository":{"id":129004345,"uuid":"141290967","full_name":"aparcar/openwrt-metabuilder","owner":"aparcar","description":null,"archived":true,"fork":false,"pushed_at":"2020-02-25T02:03:15.000Z","size":52,"stargazers_count":13,"open_issues_count":2,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-19T20:47:23.353Z","etag":null,"topics":["image-builder","openwrt"],"latest_commit_sha":null,"homepage":null,"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/aparcar.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}},"created_at":"2018-07-17T13:06:17.000Z","updated_at":"2025-01-26T01:44:56.000Z","dependencies_parsed_at":"2023-04-10T00:32:59.920Z","dependency_job_id":null,"html_url":"https://github.com/aparcar/openwrt-metabuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aparcar%2Fopenwrt-metabuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aparcar%2Fopenwrt-metabuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aparcar%2Fopenwrt-metabuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aparcar%2Fopenwrt-metabuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aparcar","download_url":"https://codeload.github.com/aparcar/openwrt-metabuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245454261,"owners_count":20617995,"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":["image-builder","openwrt"],"created_at":"2024-07-31T14:00:51.522Z","updated_at":"2025-03-25T11:32:12.315Z","avatar_url":"https://github.com/aparcar.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"This code is no longer maintaned (tho likely works). It was initially created to be used by [ASU](https://github.com/aparcar/asu/) which however switched to a full Python implementation.\n\n# meta ImageBuilder\n\nInstead of downloading (and updating) ImageBuilders manually, this script does\nall the work. Automatically download ImageBuilder and create desired image.\nExtra variables like `$PACKAGES` are forwarded to the ImageBuilder make call.\n\n## Usage\n\nBuild `ar71xx/generic/tl-wr710n-v2.1` with latest (17.01.4) release:\n\n    PROFILE=\"tl-wr710n-v2.1\" TARGET=\"ar71xx/generic\" ./meta\n\nBuild latest snapshot of the same target/profile combo (both work):\n\n    PROFILE=\"tl-wr710n-v2.1\" RELEASE=snapshots TARGET=\"ar71xx/generic\" ./meta\n\n### Custom repositories\n\nTo support other distributions like LibreMesh which is based on OpenWrt but\nwhich use additional repositories, it is possible to replace the\n`repositories.conf` with a custom version.\n\nYou may setup extra repositories exporting the following variable:\n\n    export REPOS=\"\"\"src/gz reboot_core http://downloads.openwrt.org/releases/{{ ib_version }}/targets/{{ target }}/packages\n    src/gz reboot_base http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/base\n    src/gz reboot_luci http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/luci\n    src/gz reboot_packages http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/packages\n    src/gz reboot_telephony http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/telephony\n    src imagebuilder file:packages\n    src/gz libremesh http://repo.libremesh.org/releases/{{ version }}/packages/{{ pkg_arch }}/libremesh\n    src/gz libremap http://repo.libremesh.org/releases/{{ version }}/packages/{{ pkg_arch }}/libremap\n    src/gz limeui http://repo.libremesh.org/releases/{{ version }}/packages/{{ pkg_arch }}/limeui\n    src/gz lm_routing http://repo.libremesh.org/releases/{{ version }}/packages/{{ pkg_arch }}/routing\n    src/gz lm_profiles http://repo.libremesh.org/network-profiles/\"\"\"\n\nThe following variables are automatically replaced:\n\n* `{{ version }}` Custom version\n* `{{ ib_version }}` OpenWrt ImageBuilder version\n* `{{ pkg_arch }}` Automatically determined package architecture\n* `{{ target }}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faparcar%2Fopenwrt-metabuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faparcar%2Fopenwrt-metabuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faparcar%2Fopenwrt-metabuilder/lists"}