]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Enable TFTP put/get
authorRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 01:53:05 +0000 (01:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 01:53:05 +0000 (01:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3796 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/busybox/busybox-1.01/defconfig
meta/packages/busybox/busybox_1.01.bb

index a445cca6a6746c13283e24f4b1b04f6fa1cb1a7a..a590dde27228d2fbabf77d881114e65119dc3453 100644 (file)
@@ -343,8 +343,8 @@ CONFIG_TELNET=y
 CONFIG_FEATURE_TELNET_AUTOLOGIN=y
 # CONFIG_TELNETD is not set
 CONFIG_TFTP=y
-# CONFIG_FEATURE_TFTP_GET is not set
-# CONFIG_FEATURE_TFTP_PUT is not set
+CONFIG_FEATURE_TFTP_GET=y
+CONFIG_FEATURE_TFTP_PUT=y
 # CONFIG_FEATURE_TFTP_BLOCKSIZE is not set
 # CONFIG_FEATURE_TFTP_DEBUG is not set
 CONFIG_TRACEROUTE=y
index 37bd0a6db31a59121f61c9c2b024f310aaf7df82..c4968ab6e67b783aa96196181a23153f2eae6608 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://no_strip.patch;patch=1 \