strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt-10.03/.git] / target / linux / ixp4xx / profiles / 500-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-madwifi wireless-tools \
12         kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
13         kmod-fs-ext2
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