diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-09-10 16:22:52 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-09-10 16:22:52 +0300 |
commit | 16eb65bbd37690ce8aba9fda390ac59b5abcb0a0 (patch) | |
tree | 6c372a7eae0613a8cba55e2fb32fcd833466422d | |
parent | 110b6198a291040b71f0047cf39919000b5c4f6e (diff) |
Add usb drivers to nprove profile
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r-- | target/linux/realtek/rtl8196c/profiles/nprove.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/rtl8196c/profiles/nprove.mk b/target/linux/realtek/rtl8196c/profiles/nprove.mk index 300a5739b..424d9fa5b 100644 --- a/target/linux/realtek/rtl8196c/profiles/nprove.mk +++ b/target/linux/realtek/rtl8196c/profiles/nprove.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,6 +9,7 @@ define Profile/nprove NAME:=nprove PACKAGES:= \ kmod-tun kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-fs-vfat \ + kmod-usb-ohci kmod-usb-uhci kmod-usb2 \ kmod-usb-serial kmod-usb-serial-option \ kmod-usb-storage kmod-usb-printer \ luci luci-app-diag-devinfo luci-app-p910nd luci-app-qos luci-app-wol \ @@ -22,4 +23,3 @@ define Profile/nprove/Description endef $(eval $(call Profile,nprove)) - |