2007-06-29 13:47:27 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/NSLU2
|
|
|
|
NAME:=Linksys NSLU2
|
2007-07-31 18:07:44 +03:00
|
|
|
PACKAGES:=kmod-ixp4xx-npe \
|
2007-06-29 16:48:05 +03:00
|
|
|
kmod-scsi-core \
|
2007-07-21 16:31:45 +03:00
|
|
|
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
|
2007-06-29 16:48:05 +03:00
|
|
|
kmod-fs-ext2 kmod-fs-ext3
|
2007-06-29 13:47:27 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/NSLU2/Description
|
|
|
|
Package set optimized for the Linksys NSLU2
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,NSLU2))
|
|
|
|
|