https://github.com/devolo/dlan-openwrt
[WIP incomplete] This is the devolo dLAN package feed for OpenWrt/LEDE.
https://github.com/devolo/dlan-openwrt
Last synced: 9 months ago
JSON representation
[WIP incomplete] This is the devolo dLAN package feed for OpenWrt/LEDE.
- Host: GitHub
- URL: https://github.com/devolo/dlan-openwrt
- Owner: devolo
- Created: 2015-07-01T13:28:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T12:21:18.000Z (almost 2 years ago)
- Last Synced: 2025-08-12T16:49:09.418Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 13
- Watchers: 15
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dlan-openwrt
This is the devolo dLAN package feed for OpenWrt.
It contains the firmware and tools for the Powerline (PLC) interface of devolo dLAN pro devices.
NOTE: Due to legal reasons we are not allowed to distribute PLC firmware and pib files.
## Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: [OpenWrt Buildroot – Installation](http://wiki.openwrt.org/doc/howto/buildroot.exigence) on the OpenWrt support site.
To add it to the buildroot add the following line to feeds.conf.default (or feeds.conf if it exists):
```
src-git dlan https://github.com/devolo/dlan-openwrt.git
```
To install all its package definitions, run:
```
./scripts/feeds update dlan
./scripts/feeds install -a -p dlan
```
Then follow the instructions in README.md inside the dlan-fw package of this repository.
## License
See individual packages.