{"id":48700879,"url":"https://github.com/freifunk-berlin/falter-builter","last_synced_at":"2026-04-11T10:18:11.234Z","repository":{"id":37966899,"uuid":"313114204","full_name":"freifunk-berlin/falter-builter","owner":"freifunk-berlin","description":"build falter images using precompiled openwrt imagebuilders.","archived":false,"fork":false,"pushed_at":"2026-03-06T06:55:57.000Z","size":192,"stargazers_count":9,"open_issues_count":8,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-06T11:10:23.256Z","etag":null,"topics":["bash","bash-script","freifunk","hacktoberfest","shell-script"],"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/freifunk-berlin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-15T20:11:23.000Z","updated_at":"2026-03-06T06:56:01.000Z","dependencies_parsed_at":"2024-05-29T04:51:15.214Z","dependency_job_id":"b5e42d06-83be-4f16-a502-efe7aa9da4e5","html_url":"https://github.com/freifunk-berlin/falter-builter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/freifunk-berlin/falter-builter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-berlin%2Ffalter-builter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-berlin%2Ffalter-builter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-berlin%2Ffalter-builter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-berlin%2Ffalter-builter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freifunk-berlin","download_url":"https://codeload.github.com/freifunk-berlin/falter-builter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk-berlin%2Ffalter-builter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31676781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["bash","bash-script","freifunk","hacktoberfest","shell-script"],"created_at":"2026-04-11T10:18:10.551Z","updated_at":"2026-04-11T10:18:11.216Z","avatar_url":"https://github.com/freifunk-berlin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overall Project Structure and Falter Repositories\nThe [Falter project](https://github.com/freifunk-berlin/falter-packages) builds a modern OpenWrt-based firmware for Freifunk Berlin. We split our code on different repositories. For the beginning there are two main repositories you should know:\n\n+ **[packages](https://github.com/freifunk-berlin/falter-packages/)**: This repo holds the source code for an OpenWrt package feed. All falter specific packets reside there, regardless if they are luci-apps or just command-line-apps. *Everything* should be bundled as a package. If you want to file an issue or fix a bug you probably want to go here.\n+ **[builter](https://github.com/freifunk-berlin/falter-builter)**: The builter assembles Freifunk images from the OpenWrt-imagebuilder and the pre-compiled package feed from [buildbot](https://buildbot.berlin.freifunk.net/). If you want to include a new app into falter, you'd need to add it to the packagelists defined here.\n\n# falter-builter\n\nThis script packages falter-firmware from openwrt-imagebuilder and falter-feed. In comparison to the old buildsystem, it is almost insanely fast.\n\n## Utilisation\n\nThe script takes four positional arguments. You can add env variables as well, have a look at the helptext.\n\n```sh\nbuild/build.sh \u003cversion\u003e \u003ctarget\u003e \u003cprofile\u003e [\u003cdestination\u003e]\n```\n\n`version` takes the falter-version you would like to build. This maps to the feed-directories avaiable at [buildbot](https://firmware.berlin.freifunk.net/feed/).\n\n`Destination` will default to `out/\u003cversion\u003e/\u003ctarget\u003e/\u003csubtarget\u003e/`\n\nYou can leave `version`, `profile` or `target` away to get a prefilled helptext with all available options.\n\nIf you like to build only one specific router-profile, you *must* give all the arguments before.\n\n## Quickstart: build your own image\n\nLets assume you'd like to build a stable-release-tunneldigger-image for your Genexis Pulse EX400 router. To achieve that, you should invoke the buildscript in that way:\n\n```sh\nbuild/build.sh 1.5.0 ramips/mt7621 genexis_pulse-ex400\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk-berlin%2Ffalter-builter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreifunk-berlin%2Ffalter-builter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk-berlin%2Ffalter-builter/lists"}