From 99a29e05d395e559b12bc99b331240b8d6f5963e Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 18 Jun 2007 21:44:42 +0000
Subject: [PATCH] broadcom47xx-2.6 was missing usb support, which was needed
 for wl500gp

SVN-Revision: 7671
---
 target/linux/brcm47xx-2.6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile
index 5f89f7721c..70bcda8b64 100644
--- a/target/linux/brcm47xx-2.6/Makefile
+++ b/target/linux/brcm47xx-2.6/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=brcm47xx
 BOARDNAME:=Broadcom BCM947xx/953xx
-FEATURES:=squashfs
+FEATURES:=squashfs usb
 
 define Target/Description
 	Build firmware images for Broadcom based routers
-- 
2.30.2