diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-26 21:20:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-26 21:20:45 +0000 |
commit | 085ba9f45190345249c56562bbccf05bc63e1476 (patch) | |
tree | eeed8019156be58fdaeda04087a6b51a3007ca52 /make/busybox.mk | |
parent | 08782ae7d8812933ad3f932132955ea1c0fb1e52 (diff) | |
download | buildroot-novena-085ba9f45190345249c56562bbccf05bc63e1476.tar.gz buildroot-novena-085ba9f45190345249c56562bbccf05bc63e1476.zip |
Update tinylogin version. Update how busybox snapshot is selected.
-Erik
Diffstat (limited to 'make/busybox.mk')
-rw-r--r-- | make/busybox.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/busybox.mk b/make/busybox.mk index 179a5d74d..1af0f852f 100644 --- a/make/busybox.mk +++ b/make/busybox.mk @@ -3,7 +3,6 @@ # busybox # ############################################################# -USE_BUSYBOX_SNAPSHOT=true ifeq ($(USE_BUSYBOX_SNAPSHOT),true) # Be aware that this changes daily.... BUSYBOX_DIR:=$(BUILD_DIR)/busybox |