1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 02:48:32 +03:00

Correction, there is no USB for RB1xx targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7195 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-11 22:27:16 +00:00
parent 06c81414a4
commit f28f5c32a7

View 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))