1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/target/linux/ixp4xx/generic/profiles/500-USR8200.mk
John Crispin dd0a2343e0 target/linux/*: more dead package cleanups
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41571
2014-07-10 20:05:43 +00:00

20 lines
502 B
Makefile

#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/USR8200
NAME:=USRobotics USR8200
PACKAGES:=-wpad-mini kmod-scsi-core \
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
kmod-fs-ext4 kmod-firewire kmod-firewire-ohci kmod-firewire-sbp2
endef
define Profile/USR8200/Description
Package set optimized for the USRobotics USR8200
endef
$(eval $(call Profile,USR8200))