https://github.com/freifunk/openwrt-packages
Freifunk specific global OpenWrt Packages
https://github.com/freifunk/openwrt-packages
Last synced: 9 months ago
JSON representation
Freifunk specific global OpenWrt Packages
- Host: GitHub
- URL: https://github.com/freifunk/openwrt-packages
- Owner: freifunk
- License: apache-2.0
- Created: 2019-02-10T12:00:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T12:20:04.000Z (over 2 years ago)
- Last Synced: 2024-03-26T00:12:40.369Z (over 2 years ago)
- Language: Shell
- Homepage:
- Size: 37.4 MB
- Stars: 26
- Watchers: 21
- Forks: 33
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Freifunk feed for OpenWrt
## Description
This feeds contains the OpenWrt packages for Freifunk. In February 2019 this feed was created by moving these packages out of the OpenWrt "luci"-feed.
## Usage
To enable this feed add the following line to your feeds.conf:
```
src-git freifunk https://github.com/freifunk/openwrt-packages.git
```
To install all its package definitions, run:
```
./scripts/feeds update freifunk
./scripts/feeds install -a -p freifunk
```
## License
See [LICENSE](LICENSE) file.
## Package Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) file.
## If you have commit access (in addition to the guidelines of OpenWrt):
* Do NOT use `git push --force`.
* Use Pull Requests if you are unsure and to suggest changes to other developers.
* Don't use merge commits if you accept a single commit PR, do a "rebase"-merge. This will keep the history more readable, as it's not flooded by "merge" logmessages