1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 11:24:58 +02:00

Add a Ralink profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5835 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-12-18 12:07:05 +00:00
parent 977285ae30
commit de32759c07

View File

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