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/FSG3 |
||
9 | NAME:=Freecom FSG-3 |
||
10 | PACKAGES:= \ |
||
11 | kmod-ath5k \ |
||
12 | kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \ |
||
13 | kmod-fs-ext4 kmod-fs-reiserfs |
||
14 | endef |
||
15 | |||
16 | define Profile/FSG3/Description |
||
17 | Package set optimized for the Freecom FSG-3 |
||
18 | endef |
||
19 | $(eval $(call Profile,FSG3)) |
||
20 |