From: Hauke Mehrtens Date: Tue, 29 May 2012 22:39:42 +0000 (+0200) Subject: compat-wireless: add include/net/bluetooth/{hci_mon.h,sco.h} X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=97215c3d9beea353e5179a42f087d7a12496501a;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: add include/net/bluetooth/{hci_mon.h,sco.h} These two header files used by the bluetooth system are not included in compat-wireless, but should be. Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index cbdcb4402e9c..a52c908d99be 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -18,7 +18,7 @@ GIT_URL="git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git" GIT_COMPAT_URL="git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/compat.git" -INCLUDE_NET_BT="hci_core.h l2cap.h bluetooth.h rfcomm.h hci.h mgmt.h smp.h" +INCLUDE_NET_BT="hci_core.h l2cap.h bluetooth.h rfcomm.h hci.h hci_mon.h mgmt.h sco.h smp.h" NET_BT_DIRS="bluetooth bluetooth/bnep bluetooth/cmtp bluetooth/rfcomm bluetooth/hidp" INCLUDE_LINUX="ieee80211.h nl80211.h"