OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #
2 # Copyright (C) 2006-2008 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
3 office 10 PACKAGES:=-wpad-mini kmod-scsi-core \
1 office 11 kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \
12 kmod-fs-ext4 kmod-firewire kmod-firewire-ohci kmod-firewire-sbp2
13 endef
14  
15 define Profile/USR8200/Description
16 Package set optimized for the USRobotics USR8200
17 endef
18 $(eval $(call Profile,USR8200))
19