diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 15:38:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 15:38:42 +0000 |
commit | 826ef500144a4cd1936e3395f2e71a537ffc00a0 (patch) | |
tree | fb59fe169ff65919427849ea0885e1eaa43173b0 /target/linux/cns21xx/profiles | |
parent | 3b30bd57936830c45062e5f1c163f2b116ec4bb5 (diff) | |
download | upstream-826ef500144a4cd1936e3395f2e71a537ffc00a0.tar.gz upstream-826ef500144a4cd1936e3395f2e71a537ffc00a0.tar.bz2 upstream-826ef500144a4cd1936e3395f2e71a537ffc00a0.zip |
cns21xx: make cns21xx-ehci a separate driver
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37968
Diffstat (limited to 'target/linux/cns21xx/profiles')
-rw-r--r-- | target/linux/cns21xx/profiles/00-default.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/cns21xx/profiles/00-default.mk b/target/linux/cns21xx/profiles/00-default.mk index a2b669ed75..c2d26c7499 100644 --- a/target/linux/cns21xx/profiles/00-default.mk +++ b/target/linux/cns21xx/profiles/00-default.mk @@ -8,7 +8,8 @@ define Profile/Default NAME:=Default Profile (all drivers) PACKAGES:= \ - kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb2-cns21xx \ + kmod-ledtrig-usbdev endef define Profile/Default/Description |