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
|
@ -54,6 +54,7 @@ $(eval $(call Profile,WNR2000V4))
|
||||||
|
|
||||||
define Profile/WNR612V2
|
define Profile/WNR612V2
|
||||||
NAME:=NETGEAR WNR612V2 / On Networks N150
|
NAME:=NETGEAR WNR612V2 / On Networks N150
|
||||||
|
PACKAGES:= -kmod-usb-core -kmod-usb-ohci -kmod-usb2 -kmod-ledtrig-usbdev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WNR612V2/Description
|
define Profile/WNR612V2/Description
|
||||||
|
|
Loading…
Reference in New Issue