From: jow Date: Thu, 5 Feb 2015 23:18:47 +0000 (+0000) Subject: mac80211: don't hardcode /bin/bash X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=427543ba15edc9561ee0eee504b2e2bd69a34014;p=openwrt.git mac80211: don't hardcode /bin/bash Instead of hardcoding /bin/bash, use /usr/bin/env bash - this fixes the build on FreeBSD 10.1. Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44283 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/mac80211/patches/001-fix_build.patch b/package/kernel/mac80211/patches/001-fix_build.patch index 99ef50e182..3c3efdd5a1 100644 --- a/package/kernel/mac80211/patches/001-fix_build.patch +++ b/package/kernel/mac80211/patches/001-fix_build.patch @@ -1,5 +1,14 @@ --- a/Makefile +++ b/Makefile +@@ -5,7 +5,7 @@ + ifeq ($(KERNELRELEASE),) + + MAKEFLAGS += --no-print-directory +-SHELL := /bin/bash ++SHELL := /usr/bin/env bash + BACKPORT_PWD := $(shell pwd) + + KMODDIR ?= updates @@ -19,6 +19,7 @@ KLIB_BUILD ?= $(KLIB)/build/ KERNEL_CONFIG := $(KLIB_BUILD)/.config KERNEL_MAKEFILE := $(KLIB_BUILD)/Makefile