Substitute busybox for uClibc, patch by Hideki IWAMOTO

1_00_stable_10817
Glenn L McGrath 2003-08-29 12:23:09 +00:00
parent 87470def24
commit 3bff66617a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
)
endif
# Pull in the user's uClibc configuration
# Pull in the user's busybox configuration
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif