diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-01 13:05:31 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-01 13:05:31 +0000 |
commit | a2ce37c9a8834aa29c6a717b045588f15b65d2eb (patch) | |
tree | 86a1557f32b367e3afee9c36a6b5b0bc0a8901cf /packages/busybox | |
parent | 21e5b78eef73e3e86a3e06820f54b1cb971c57e9 (diff) |
busybox: Fixup missing option in slugos busybox defconfig. Bump PR
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/busybox-1.2.1/slugos/defconfig | 2 | ||||
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 |
2 files changed, 3 insertions, 1 deletions
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 \ |