lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 23 Jan 2007 18:41:42 +0100
From:	Johannes Berg <johannes@...solutions.net>
To:	Marcus Better <marcus@...ter.se>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] cfg80211: Correct conditional compile of wext-common.c.

On Sun, 2007-01-21 at 18:19 +0100, Marcus Better wrote:
> wext-common.o is required if CONFIG_WIRELESS_EXT is set. Looks like `CONFIG_NET_WIRELESS' is a typo.
> 
> Signed-off-by: Marcus Better <marcus@...ter.se>

Acked-by: Johannes Berg <johannes@...solutions.net>

> --- a/net/wireless/Makefile
> +++ b/net/wireless/Makefile
> @@ -12,5 +12,5 @@ obj-ny :=
>  
>  # this needs to be compiled in...
>  obj-$(CONFIG_CFG80211_WEXT_COMPAT) += wext-compat.o
> -obj-$(CONFIG_CFG80211_WEXT_COMPAT)$(CONFIG_NET_WIRELESS) += wext-common.o
> +obj-$(CONFIG_CFG80211_WEXT_COMPAT)$(CONFIG_WIRELESS_EXT) += wext-common.o
>  obj-y += $(obj-yy) $(obj-yn) $(obj-ny)

Download attachment "signature.asc" of type "application/pgp-signature" (191 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ