OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2008 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/EASY5120RT |
||
9 | NAME:=Infineon EASY 5120-RT Reference Board |
||
10 | PACKAGES:=kmod-usb-core kmod-usb-adm5120 |
||
11 | endef |
||
12 | |||
13 | define Profile/EASY5120RT/Description |
||
14 | Package set optimized for the Infineon EASY 5120-RT Reference Board |
||
15 | endef |
||
16 | |||
17 | $(eval $(call Profile,EASY5120RT)) |
||
18 | |||
19 | define Profile/EASY5120PATA |
||
20 | NAME:=Infineon EASY 5120P-ATA Reference Board |
||
21 | endef |
||
22 | |||
23 | define Profile/EASY5120RT/Description |
||
24 | Package set optimized for the Infineon EASY 5120P-ATA Reference Board |
||
25 | endef |
||
26 | |||
27 | $(eval $(call Profile,EASY5120PATA)) |