diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-31 12:28:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-31 12:28:29 +0000 |
commit | c85705ce8dee363f2ff5c4b0e8f82416a8c4416f (patch) | |
tree | 4acf8f6164a6cd9c23dd2ad079d8ff1fbf7fe9ed /package/utils/busybox | |
parent | b965dab1480e29fdd32260b6b2254e83e37c04fc (diff) | |
download | upstream-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.tar.gz upstream-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.tar.bz2 upstream-c85705ce8dee363f2ff5c4b0e8f82416a8c4416f.zip |
busybox: fix dependency on librpc (#14636)
SVN-Revision: 39434
Diffstat (limited to 'package/utils/busybox')
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index cf4f1f2060..94bc620d87 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -37,7 +37,7 @@ define Package/busybox MAINTAINER:=Nicolas Thill <nico@openwrt.org> TITLE:=Core utilities for embedded Linux URL:=http://busybox.net/ - DEPENDS:=+BUSYBOX_ENABLE_NFS_MOUNT:librpc + DEPENDS:=+BUSYBOX_CONFIG_FEATURE_MOUNT_NFS:librpc MENU:=1 endef |