Correction, there is no USB for RB1xx targets
authorFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 22:27:16 +0000 (22:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 22:27:16 +0000 (22:27 +0000)
SVN-Revision: 7195

target/linux/adm5120-2.6/profiles/RB1xx.mk

index 8e189989382e18b3fdd542da7fcf0275d87ce76a..d832523a26a5ba678d456345c77e3284ed6a78e8 100644 (file)
@@ -7,11 +7,11 @@
 
 define Profile/RouterBoard
   NAME:=RouterBoard RB1xx
-  PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-ohci kmod-usb2 patch-cmdline wget2nand
+  PACKAGES:=kmod-madwifi patch-cmdline wget2nand
 endef
 
 define Profile/RouterBoard/Description
-  Package set compatible with the RouterBoard RB1xx devices. Contains USB support and RouterOS to OpenWrt\\\
+  Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
   installation scripts.
 endef
 $(eval $(call Profile,RouterBoard))