diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-17 07:17:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-17 07:17:00 +0000 |
commit | 3b3759f54cbfabff6e266a98fd2d6a9fa8f0666d (patch) | |
tree | 46fdf15bb789c2f38c14c478608b690b55471c31 /package/utils/busybox/Config.in | |
parent | 005b0b4365cc5ce47f7756277b08db17e8c41cea (diff) |
busybox: fix typo in Config.in (#14628)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/Config.in')
-rw-r--r-- | package/utils/busybox/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in index 8420ef5e52..9a8def66b9 100644 --- a/package/utils/busybox/Config.in +++ b/package/utils/busybox/Config.in @@ -1,6 +1,6 @@ if PACKAGE_busybox config BUSYBOX_ENABLE_NFS_MOUNT - bool "Enable NFS mount support + bool "Enable NFS mount support" endif |