OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2006 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/DSMG600RevA |
||
9 | NAME:=DSM-G600 Rev A |
||
10 | PACKAGES:=kmod-via-velocity \ |
||
11 | kmod-ath5k \ |
||
12 | kmod-scsi-core \ |
||
13 | kmod-ata-core kmod-ata-artop \ |
||
14 | kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \ |
||
15 | kmod-fs-ext4 |
||
16 | endef |
||
17 | |||
18 | define Profile/DSMG600RevA/Description |
||
19 | Package set optimized for the DSM-G600 Rev A |
||
20 | endef |
||
21 | $(eval $(call Profile,DSMG600RevA)) |
||
22 |