ixp4xx: Split into two subtargets, one normal and one for boards which boot directly...
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / fsg3 / 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-madwifi wireless-tools \
12 kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
13 kmod-fs-ext2 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