Add a ralink profile (for ADM5120 based IP cameras)

SVN-Revision: 7504
lede-17.01
Florian Fainelli 2007-06-05 13:48:16 +00:00
parent 541d5937b3
commit f111480b82
2 changed files with 16 additions and 0 deletions

View File

@ -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))