mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Substitute busybox for uClibc, patch by Hideki IWAMOTO
This commit is contained in:
parent
87470def24
commit
3bff66617a
@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Pull in the user's uClibc configuration
|
# Pull in the user's busybox configuration
|
||||||
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
||||||
-include $(TOPDIR).config
|
-include $(TOPDIR).config
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user