Create various profiles for consumer IXP4xx devices
[openwrt/openwrt.git] / target / linux / ixp4xx-2.6 / 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 kmod-usb2
11 endef
12
13 define Profile/NSLU2/Description
14 Package set optimized for the Linksys NSLU2
15 endef
16 $(eval $(call Profile,NSLU2))
17