[OpenWrt-Devel] [PATCH v4 6/8] ar71xx: WNR2000v3: exclude USB modules from image
John Crispin
blogic at openwrt.org
Sun Feb 7 15:34:23 EST 2016
On 01/02/2016 22:59, Michal wrote:
> From: Michal Cieslakiewicz <michal.cieslakiewicz at wp.pl>
> Subject: [PATCH v4 6/8] ar71xx: WNR2000v3: exclude USB modules from image
>
> Netgear WNR2000v3 has no USB port yet default system image
> includes USB kernel modules. This patch fixes that.
>
> Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz at 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 ca22a18..0b05adf 100644
> --- a/target/linux/ar71xx/generic/profiles/netgear.mk
> +++ b/target/linux/ar71xx/generic/profiles/netgear.mk
> @@ -30,6 +30,7 @@ $(eval $(call Profile,WNDR3700))
>
> define Profile/WNR2000V3
> NAME:=NETGEAR WNR2000V3
> + PACKAGES:=
Hi
dont override the whole variable please. you can deselect specifc
packages by placing a "-" in front of the name.
John
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list