From: Oyvind Repvik Date: Fri, 1 Sep 2006 13:05:31 +0000 (+0000) Subject: busybox: Fixup missing option in slugos busybox defconfig. Bump PR X-Git-Tag: Release-2010-05/1~9453^2~875^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ce37c9a8834aa29c6a717b045588f15b65d2eb;p=openembedded.git busybox: Fixup missing option in slugos busybox defconfig. Bump PR --- diff --git a/packages/busybox/busybox-1.2.1/slugos/defconfig b/packages/busybox/busybox-1.2.1/slugos/defconfig index 55aa5f3b5e..b5ff84550a 100644 --- a/packages/busybox/busybox-1.2.1/slugos/defconfig +++ b/packages/busybox/busybox-1.2.1/slugos/defconfig @@ -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 diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 61df8a9b1c..74c69319f4 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -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 \