From: florian Date: Mon, 18 Dec 2006 12:07:05 +0000 (+0000) Subject: Add a Ralink profile X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=de32759c071282df0e18c7e9d12d145d5b17efb7;p=openwrt.git Add a Ralink profile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5835 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile index 25c3baa841..81a401380b 100644 --- a/target/linux/brcm63xx-2.6/Makefile +++ b/target/linux/brcm63xx-2.6/Makefile @@ -34,4 +34,10 @@ define Profile/Atheros endef $(eval $(call Profile,Atheros)) +define Profile/Ralink + NAME:=Ralink WiFi + PACKAGES:=kmod-rt61 +endef +$(eval $(call Profile,Ralink)) + $(eval $(call BuildKernel))