21f5e1fd43b1c53a7794bc990b0949d38a9c023c
[openwrt/openwrt.git] / target / linux / ixp4xx / harddisk / profiles / 100-FSG3.mk
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