From b0da5b73b808d911442e75cecebb6543b4537a2f Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Wed, 29 Aug 2012 10:37:51 +0000
Subject: [PATCH] ramips: add kmod-usb-ohci to defaults packages in profile of
 ALL5002

SVN-Revision: 33307
---
 target/linux/ramips/rt305x/profiles/allnet.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk
index 2aab5e2872..f89a08d886 100644
--- a/target/linux/ramips/rt305x/profiles/allnet.mk
+++ b/target/linux/ramips/rt305x/profiles/allnet.mk
@@ -31,7 +31,7 @@ $(eval $(call Profile,ALL0256N))
 
 define Profile/ALL5002
 	NAME:=Allnet ALL5002
-	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
+	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
 endef
 
 define Profile/ALL5002/Description
-- 
GitLab