diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-05 21:55:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-05 21:55:32 +0000 |
commit | 311fc9cf30d9d2719e1ef168d00bc92dce681723 (patch) | |
tree | 4413204ac7d871a1aa7ccde48e5700d79b035ae2 /target | |
parent | 202bd45033084214d6f95a4a25a7f6eb3ab176f3 (diff) | |
download | upstream-311fc9cf30d9d2719e1ef168d00bc92dce681723.tar.gz upstream-311fc9cf30d9d2719e1ef168d00bc92dce681723.tar.bz2 upstream-311fc9cf30d9d2719e1ef168d00bc92dce681723.zip |
add profile for the wgt634u
SVN-Revision: 6269
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm-2.6/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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:= |