[oe-commits] org.oe.dev busybox 1.9.1 (re)enable netcat server mode + extra options

mickeyl commit oe at amethyst.openembedded.net
Wed Apr 30 01:16:43 UTC 2008


busybox 1.9.1 (re)enable netcat server mode + extra options
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 2e43d63e8c1f309fa07fbcbff5f0d84f562f6506
ViewMTN: http://monotone.openembedded.org/revision/info/2e43d63e8c1f309fa07fbcbff5f0d84f562f6506
Files:
1
packages/busybox/busybox-1.9.1
packages/busybox/busybox-1.9.2
packages/busybox/busybox_1.9.1.bb
packages/busybox/busybox_1.9.2.bb
packages/busybox/busybox-1.9.2/defconfig
Diffs:

#
# mt diff -rbce2cd922b42aca9a1d2e0b9e3fb60338aa7c337 -r2e43d63e8c1f309fa07fbcbff5f0d84f562f6506
#
#
#
# rename "packages/busybox/busybox-1.9.1"
#     to "packages/busybox/busybox-1.9.2"
# 
# rename "packages/busybox/busybox_1.9.1.bb"
#     to "packages/busybox/busybox_1.9.2.bb"
# 
# patch "packages/busybox/busybox-1.9.2/defconfig"
#  from [f0e872e8e6f3bc9941075571caf38d1a62657458]
#    to [b98a8c0c48f931c7b67cd67b5498aac228e47b29]
# 
# patch "packages/busybox/busybox_1.9.2.bb"
#  from [4ce3286b8b9f17817880e467425ec28de58ea3f4]
#    to [a3a8f0f9c2f172464f5e3746ae507d0845fd473f]
#
============================================================
--- packages/busybox/busybox-1.9.2/defconfig	f0e872e8e6f3bc9941075571caf38d1a62657458
+++ packages/busybox/busybox-1.9.2/defconfig	b98a8c0c48f931c7b67cd67b5498aac228e47b29
@@ -619,8 +619,8 @@ CONFIG_NC=y
 # CONFIG_NAMEIF is not set
 # CONFIG_FEATURE_NAMEIF_EXTENDED is not set
 CONFIG_NC=y
-# CONFIG_NC_SERVER is not set
-# CONFIG_NC_EXTRA is not set
+CONFIG_NC_SERVER=y
+CONFIG_NC_EXTRA=y
 CONFIG_NETSTAT=y
 # CONFIG_FEATURE_NETSTAT_WIDE is not set
 CONFIG_NSLOOKUP=y
============================================================
--- packages/busybox/busybox_1.9.1.bb	4ce3286b8b9f17817880e467425ec28de58ea3f4
+++ packages/busybox/busybox_1.9.2.bb	a3a8f0f9c2f172464f5e3746ae507d0845fd473f
@@ -1,8 +1,7 @@ require busybox.inc
 require busybox.inc
-PR = "r4"
+PR = "r0"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
-           http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \
            file://udhcpscript.patch;patch=1 \
            file://adduser-longops.patch;patch=1 \
            file://sort-z-nul.patch;patch=1;status=upstream \






More information about the Openembedded-commits mailing list