diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-05 21:55:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-05 21:55:32 +0000 |
commit | 8e21d0112757bd2e4f8868715b89e8067279e154 (patch) | |
tree | 380221e0d4fc5ddbe96133506a687a4febd86b8e /target | |
parent | 8e9603e2988880ed64a92242d192f61455e0d150 (diff) |
add profile for the wgt634u
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0d5533194..962445388 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:= |