summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2003-06-04 22:49:24 +0200
committerEric Andersen2003-06-04 22:49:24 +0200
commit26da803f903f9616dce6ce10bbe86b8a72e36fa1 (patch)
tree032e8ca5f4a3b0305cb42ec0a8daf0412e3a8091 /Makefile
parentCleanup pcmcia a bit (such as removing the X11 binary it installs) (diff)
downloadbuildroot-26da803f903f9616dce6ce10bbe86b8a72e36fa1.tar.gz
buildroot-26da803f903f9616dce6ce10bbe86b8a72e36fa1.tar.xz
buildroot-26da803f903f9616dce6ce10bbe86b8a72e36fa1.zip
mention iproute2 and netsnmp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7056f693c..4ed9f6841 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,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:=false
+USE_BUSYBOX_SNAPSHOT:=true
# Enable large file (files > 2 GB) support
BUILD_WITH_LARGEFILE:=true
@@ -111,6 +111,7 @@ TARGETS+=busybox tinylogin
# Some stuff for access points and firewalls
#TARGETS+=iptables hostap wtools dhcp_relay bridge
+#TARGETS+=iproute2 netsnmp
# Run customize.mk at the very end to add your own special config.
# This is useful for making your own distro within the buildroot