diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-29 10:37:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-29 10:37:51 +0000 |
commit | b0da5b73b808d911442e75cecebb6543b4537a2f (patch) | |
tree | 155cd94a24d6b35f9923caec3f50f342cf8cd4fe /target/linux/ramips/rt305x | |
parent | b2d4ae6615f3040541cd81dd9419629524afbe8e (diff) | |
download | upstream-b0da5b73b808d911442e75cecebb6543b4537a2f.tar.gz upstream-b0da5b73b808d911442e75cecebb6543b4537a2f.tar.bz2 upstream-b0da5b73b808d911442e75cecebb6543b4537a2f.zip |
ramips: add kmod-usb-ohci to defaults packages in profile of ALL5002
SVN-Revision: 33307
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/allnet.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |