diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-17 07:17:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-17 07:17:00 +0000 |
commit | 34839b95cf82cc64a91e6e96753c2d5fc45639cf (patch) | |
tree | ea75ccc9a3be479e2e4e1ee564b1b1ae3acc20ff /package/utils/busybox/Config.in | |
parent | b27f84034b0c742e38b2668a6614feca8ab9223b (diff) | |
download | upstream-34839b95cf82cc64a91e6e96753c2d5fc45639cf.tar.gz upstream-34839b95cf82cc64a91e6e96753c2d5fc45639cf.tar.bz2 upstream-34839b95cf82cc64a91e6e96753c2d5fc45639cf.zip |
busybox: fix typo in Config.in (#14628)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39114
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 |