diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-04 11:57:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-04 11:57:49 +0000 |
commit | 6c28c501d6db85c88873f4a722909a3e95e3f2e8 (patch) | |
tree | d8515be95cb80f913ddd09de58fdf55f94b8ff22 /packages/busybox/slingbox-1.00/defconfig | |
parent | 7a8916660caf8af3724f830d6ac6b85a68b10f43 (diff) |
slingbox: Update slingbox umount to support -f and add the Linksys custom -L (-lazy umount) option.
Diffstat (limited to 'packages/busybox/slingbox-1.00/defconfig')
-rw-r--r-- | packages/busybox/slingbox-1.00/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/slingbox-1.00/defconfig b/packages/busybox/slingbox-1.00/defconfig index 463b3a8d19..d35d7d5956 100644 --- a/packages/busybox/slingbox-1.00/defconfig +++ b/packages/busybox/slingbox-1.00/defconfig @@ -255,7 +255,7 @@ CONFIG_NC=y # CONFIG_TFTP is not set # CONFIG_TRACEROUTE is not set # CONFIG_VCONFIG is not set -# CONFIG_WGET is not set +CONFIG_WGET=y # CONFIG_FEATURE_WGET_STATUSBAR is not set # CONFIG_FEATURE_WGET_AUTHENTICATION is not set # CONFIG_FEATURE_WGET_IP6_LITERAL is not set @@ -320,7 +320,7 @@ CONFIG_PIVOT_ROOT=y CONFIG_MOUNT=y CONFIG_NFSMOUNT=y CONFIG_UMOUNT=y -# CONFIG_FEATURE_MOUNT_FORCE is not set +CONFIG_FEATURE_MOUNT_FORCE=y # # Common options for mount/umount |