Trivial updates

This commit is contained in:
Eric Andersen 2005-02-25 01:30:13 +00:00
parent 7e94594783
commit 2460dadf07
3 changed files with 4 additions and 3 deletions

View File

@ -112,6 +112,7 @@ CONFIG_MKDIR=y
# CONFIG_MKFIFO is not set
CONFIG_MKNOD=y
CONFIG_MV=y
# CONFIG_NICE is not set
# CONFIG_OD is not set
# CONFIG_PRINTF is not set
CONFIG_PWD=y

View File

@ -16,7 +16,7 @@ BUSYBOX_SOURCE:=busybox-$(BUSYBOX_VER).tar.bz2
BUSYBOX_SITE:=http://www.busybox.net/downloads
endif
BUSYBOX_UNZIP=bzcat
BUSYBOX_CONFIG_FILE:=package/busybox/busybox.config
BUSYBOX_CONFIG_FILE=package/busybox/busybox.config
$(DL_DIR)/$(BUSYBOX_SOURCE):
$(WGET) -P $(DL_DIR) $(BUSYBOX_SITE)/$(BUSYBOX_SOURCE)

View File

@ -5,9 +5,9 @@
#############################################################
ifeq ($(BR2_ENABLE_LOCALE),y)
UCLIBC_CONFIG_FILE:=toolchain/uClibc/uClibc.config-locale
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale
else
UCLIBC_CONFIG_FILE:=toolchain/uClibc/uClibc.config
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config
endif
ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)