busybox: Fixup missing option in slugos busybox defconfig. Bump PR
authorOyvind Repvik <nail@nslu2-linux.org>
Fri, 1 Sep 2006 13:05:31 +0000 (13:05 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Fri, 1 Sep 2006 13:05:31 +0000 (13:05 +0000)
packages/busybox/busybox-1.2.1/slugos/defconfig
packages/busybox/busybox_1.2.1.bb

index 55aa5f3..b5ff845 100644 (file)
@@ -32,6 +32,8 @@ EXTRA_CFLAGS_OPTIONS=""
 #
 # CONFIG_INSTALL_NO_USR is not set
 PREFIX="./_install"
+CONFIG_INSTALL_APPLET_SYMLINKS=y
+CONFIG_INSTALL_APPLET_HARDLINKS=n
 
 #
 # Archival Utilities
index 61df8a9..74c6931 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r1.1"
+PR = "r1.2"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://dhcp-hostname.patch;patch=1 \