From: Tim Gardner Date: Mon, 27 Oct 2008 18:40:43 +0000 (-0600) Subject: Add lib80211.h to the list of network headers. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b7d39c53f781fe775681ce427b69a30c053f8d4f;p=openwrt%2Fstaging%2Fblogic.git Add lib80211.h to the list of network headers. Signed-off-by: Tim Gardner Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index bd2b22ad64a9..63b28a340181 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -27,7 +27,7 @@ INCLUDE_LINUX_USB="usbnet.h rndis_host.h" INCLUDE_NET_OLD="ieee80211.h ieee80211_crypt.h" # The good new yummy stuff INCLUDE_NET="$INCLUDE_NET_OLD cfg80211.h ieee80211_radiotap.h iw_handler.h" -INCLUDE_NET="$INCLUDE_NET mac80211.h wext.h wireless.h" +INCLUDE_NET="$INCLUDE_NET mac80211.h wext.h wireless.h lib80211.h" NET_DIRS="wireless mac80211 ieee80211" # User exported this variable