ixp4xx: Split into two subtargets, one normal and one for boards which boot directly...
[openwrt-10.03/.git] / target / linux / ixp4xx / generic / profiles / 200-NSLU2.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/NSLU2
9   NAME:=Linksys NSLU2
10   PACKAGES:=kmod-ixp4xx-npe \
11         kmod-scsi-core \
12         kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
13         kmod-fs-ext2 kmod-fs-ext3
14 endef
15
16 define Profile/NSLU2/Description
17         Package set optimized for the Linksys NSLU2
18 endef
19 $(eval $(call Profile,NSLU2))
20