busybox 1.9.1 (re)enable netcat server mode + extra options
authorMichael Lauer <mickey@vanille-media.de>
Wed, 30 Apr 2008 01:13:06 +0000 (01:13 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 30 Apr 2008 01:13:06 +0000 (01:13 +0000)
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)

packages/busybox/busybox-1.9.2/.mtn2git_empty [moved from packages/busybox/busybox-1.9.1/.mtn2git_empty with 100% similarity]
packages/busybox/busybox-1.9.2/adduser-longops.patch [moved from packages/busybox/busybox-1.9.1/adduser-longops.patch with 100% similarity]
packages/busybox/busybox-1.9.2/defconfig [moved from packages/busybox/busybox-1.9.1/defconfig with 99% similarity]
packages/busybox/busybox-1.9.2/sort-z-nul.patch [moved from packages/busybox/busybox-1.9.1/sort-z-nul.patch with 100% similarity]
packages/busybox/busybox-1.9.2/udhcpscript.patch [moved from packages/busybox/busybox-1.9.1/udhcpscript.patch with 100% similarity]
packages/busybox/busybox_1.9.2.bb [moved from packages/busybox/busybox_1.9.1.bb with 87% similarity]

similarity index 99%
rename from packages/busybox/busybox-1.9.1/defconfig
rename to packages/busybox/busybox-1.9.2/defconfig
index 33d3091..a7b8ed5 100644 (file)
@@ -619,8 +619,8 @@ CONFIG_FEATURE_IP_TUNNEL=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
similarity index 87%
rename from packages/busybox/busybox_1.9.1.bb
rename to packages/busybox/busybox_1.9.2.bb
index cec4af8..5da0f03 100644 (file)
@@ -1,8 +1,7 @@
 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 \