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/busybox-1.2.1 | |
parent | 21e5b78eef73e3e86a3e06820f54b1cb971c57e9 (diff) |
busybox: Fixup missing option in slugos busybox defconfig. Bump PR
Diffstat (limited to 'packages/busybox/busybox-1.2.1')
-rw-r--r-- | packages/busybox/busybox-1.2.1/slugos/defconfig | 2 |
1 files changed, 2 insertions, 0 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 |