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