target/linux/*: kmod-fs-ext{2,3} RIP
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / generic / profiles / 200-NSLU2.mk
1 #
2 # Copyright (C) 2006-2008 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/NSLU2
9 NAME:=Linksys NSLU2
10 PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \
11 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
12 kmod-fs-ext4
13 endef
14
15 define Profile/NSLU2/Description
16 Package set optimized for the Linksys NSLU2
17 endef
18 $(eval $(call Profile,NSLU2))
19