OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2012 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | |||
8 | define Profile/dLAN_USB_Extender |
||
9 | NAME:=Devolo dLAN USB Extender |
||
10 | PACKAGES:=kmod-usb-serial kmod-usb-serial-ftdi |
||
11 | endef |
||
12 | |||
13 | define Profile/dLAN_USB_Extender/Description |
||
14 | Package set specifically tuned for the Devolo dLAN USB Extender device. |
||
15 | |||
16 | Binary packages are required to enable the power line portion of the |
||
17 | device, these packages can be found in the following package feed: |
||
18 | |||
19 | src-git dlan https://github.com/ffainelli/dlan-usb-extender-3rd-party.git |
||
20 | |||
21 | Instructions are available here: |
||
22 | http://ffainelli.github.io/dlan-usb-extender-3rd-party/ |
||
23 | endef |
||
24 | $(eval $(call Profile,dLAN_USB_Extender)) |
||
25 |