From 311fc9cf30d9d2719e1ef168d00bc92dce681723 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 5 Feb 2007 21:55:32 +0000
Subject: [PATCH] add profile for the wgt634u

SVN-Revision: 6269
---
 target/linux/brcm-2.6/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile
index 0d5533194e..9624453880 100644
--- a/target/linux/brcm-2.6/Makefile
+++ b/target/linux/brcm-2.6/Makefile
@@ -29,6 +29,16 @@ define Profile/Atheros/Description
 endef
 $(eval $(call Profile,Atheros))
 
+define Profile/WGT634U
+  NAME:=Netgear WGT634U
+  PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-ohci kmod-usb2
+endef
+
+define Profile/WGT634U/Description
+	Package set compatible with the Netgear WGT634U. Contains USB support
+endef
+$(eval $(call Profile,WGT634U))
+
 define Profile/None
   NAME:=No WiFi
   PACKAGES:=
-- 
GitLab