mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
prereq-build: revert "fix which
detection on Fedora"
This reverts commit fca5ad55d2
.
Causes problems on MacOS host systems.
Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
fca5ad55d2
commit
16e83a7491
@ -186,7 +186,7 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \
|
||||
rsync --version </dev/null))
|
||||
|
||||
$(eval $(call SetupHostCommand,which,Please install 'which', \
|
||||
env which which | grep which))
|
||||
which which | grep which))
|
||||
|
||||
$(STAGING_DIR_HOST)/bin/mkhash: $(SCRIPT_DIR)/mkhash.c
|
||||
mkdir -p $(dir $@)
|
||||
|
Loading…
Reference in New Issue
Block a user