Add a ralink profile (for ADM5120 based IP cameras)
SVN-Revision: 7504
This commit is contained in:
parent
541d5937b3
commit
f111480b82
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/Ralink
|
||||
NAME:=Ralink WiFi
|
||||
PACKAGES:=kmod-rt2500
|
||||
endef
|
||||
|
||||
define Profile/Ralink/Description
|
||||
Package set compatible with hardware using Ralink WiFi cards
|
||||
endef
|
||||
$(eval $(call Profile,Ralink))
|
Loading…
Reference in New Issue