ar71xx: WNR612v2: exclude USB modules from image
Netgear WNR612v2 has no USB port yet default system image includes USB kernel modules. This patch fixes that. Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl> SVN-Revision: 48778
This commit is contained in:
parent
3964ac919a
commit
e0d358c436
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ $(eval $(call Profile,WNR2000V4))
|
|||
|
||||
define Profile/WNR612V2
|
||||
NAME:=NETGEAR WNR612V2 / On Networks N150
|
||||
PACKAGES:= -kmod-usb-core -kmod-usb-ohci -kmod-usb2 -kmod-ledtrig-usbdev
|
||||
endef
|
||||
|
||||
define Profile/WNR612V2/Description
|
||||
|
|
Loading…
Reference in a new issue