summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-14 01:53:05 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-14 01:53:05 +0000
commit825a03b016550f53365bd69f5839faa5cc9a2563 (patch)
tree9bb7c6aa1f1f64793ba0617e20c59c7b930e9ab8
parent54566e6f90dbe5ca89a7d8ddb5843ea406bc3cc4 (diff)
downloadast2050-yocto-poky-825a03b016550f53365bd69f5839faa5cc9a2563.zip
ast2050-yocto-poky-825a03b016550f53365bd69f5839faa5cc9a2563.tar.gz
busybox: Enable TFTP put/get
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3796 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/busybox/busybox-1.01/defconfig4
-rw-r--r--meta/packages/busybox/busybox_1.01.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/busybox/busybox-1.01/defconfig b/meta/packages/busybox/busybox-1.01/defconfig
index a445cca..a590dde 100644
--- a/meta/packages/busybox/busybox-1.01/defconfig
+++ b/meta/packages/busybox/busybox-1.01/defconfig
@@ -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
diff --git a/meta/packages/busybox/busybox_1.01.bb b/meta/packages/busybox/busybox_1.01.bb
index 37bd0a6..c4968ab 100644
--- a/meta/packages/busybox/busybox_1.01.bb
+++ b/meta/packages/busybox/busybox_1.01.bb
@@ -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 \
OpenPOWER on IntegriCloud