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/NAS100d |
||
9 | NAME:=Iomega NAS 100d |
||
10 | PACKAGES:=kmod-ath5k \ |
||
11 | kmod-scsi-core \ |
||
12 | kmod-ata-core kmod-ata-artop \ |
||
13 | kmod-usb-core kmod-usb2-pci kmod-usb-storage \ |
||
14 | kmod-fs-ext4 |
||
15 | endef |
||
16 | |||
17 | define Profile/NAS100d/Description |
||
18 | Package set optimized for the Iomega NAS 100d |
||
19 | endef |
||
20 | $(eval $(call Profile,NAS100d)) |
||
21 |