ixp4xx/fsg3: Added ext3 to kernel for ext3 rootfs on internal disk
[openwrt-10.03/.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-madwifi wireless-tools \
12         kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
13         kmod-fs-ext2 kmod-fs-ext3 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