[ixp4xx] Update USR8200 patch and profile
[openwrt.git] / target / linux / ixp4xx / generic / profiles / 500-USR8200.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/USR8200
9 NAME:=USRobotics USR8200
10 PACKAGES:=kmod-ixp4xx-npe \
11 kmod-scsi-core \
12 kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
13 kmod-fs-ext2 kmod-fs-ext3 \
14 kmod-ieee1394 kmod-ohci1394 kmod-sbp2
15 endef
16
17 define Profile/USR8200/Description
18 Package set optimized for the USRobotics USR8200
19 endef
20 $(eval $(call Profile,USR8200))
21
This page took 0.047915 seconds and 5 git commands to generate.