mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-22 06:32:59 +00:00
Add a Ralink profile
SVN-Revision: 5835
This commit is contained in:
parent
cebfa34f6a
commit
8cf012e8d1
@ -34,4 +34,10 @@ define Profile/Atheros
|
|||||||
endef
|
endef
|
||||||
$(eval $(call Profile,Atheros))
|
$(eval $(call Profile,Atheros))
|
||||||
|
|
||||||
|
define Profile/Ralink
|
||||||
|
NAME:=Ralink WiFi
|
||||||
|
PACKAGES:=kmod-rt61
|
||||||
|
endef
|
||||||
|
$(eval $(call Profile,Ralink))
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
Loading…
Reference in New Issue
Block a user