On 2016-02-21 22:55, Michal wrote: > From: Michal Cieslakiewicz <michal.cieslakiew...@wp.pl> > Date: Sun, 21 Feb 2016 18:17:27 +0100 > Subject: [PATCH 1/3] 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.cieslakiew...@wp.pl> > --- > target/linux/ar71xx/generic/profiles/netgear.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk > b/target/linux/ar71xx/generic/profiles/netgear.mk > index 2796e46..32c692a 100644 > --- a/target/linux/ar71xx/generic/profiles/netgear.mk > +++ b/target/linux/ar71xx/generic/profiles/netgear.mk > @@ -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 This doesn't make any sense to me. Those modules are not enabled in the target default package set, so it shouldn't be necessary for the profile to explicitly remove them. I don't see how this patch changes anything...
- Felix _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel