diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-27 21:55:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-27 21:55:51 +0000 |
commit | cbc0bd16eb9d3cc0a42e62ac4e718fa0dabbd8f0 (patch) | |
tree | 8df6ae9fece9750bcd33ad656e383441a51c4b18 /Makefile | |
parent | 8262508fc4456b5230216473ea14c897268ba791 (diff) | |
download | buildroot-novena-cbc0bd16eb9d3cc0a42e62ac4e718fa0dabbd8f0.tar.gz buildroot-novena-cbc0bd16eb9d3cc0a42e62ac4e718fa0dabbd8f0.zip |
Update to busybox 0.60.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ USE_UCLIBC_SNAPSHOT:=true # Enable this to use the busybox daily snapshot instead of a released # version. Daily snapshots may contain new features and bugfixes. Or # they may not even compile at all.... -USE_BUSYBOX_SNAPSHOT:=true +USE_BUSYBOX_SNAPSHOT:=false # Enable large file (files > 2 GB) support BUILD_WITH_LARGEFILE:=false |