mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-15 09:02:10 -05:00
Add a ralink profile (for ADM5120 based IP cameras)
SVN-Revision: 7504
This commit is contained in:
parent
541d5937b3
commit
f111480b82
16
target/linux/adm5120-2.6/profiles/110-Ralink.mk
Normal file
16
target/linux/adm5120-2.6/profiles/110-Ralink.mk
Normal 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))
|
||||||
Loading…
Reference in New Issue
Block a user