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 | 004cf6a87c872706047a2db83e44994d91d3aca1 (patch) | |
tree | ecfbaeac07e889cc88dabfaaade4c93b771cfa32 | |
parent | 4f194911d39b5bccf996858e0628b46bd88bd16f (diff) | |
download | upstream-004cf6a87c872706047a2db83e44994d91d3aca1.tar.gz upstream-004cf6a87c872706047a2db83e44994d91d3aca1.tar.bz2 upstream-004cf6a87c872706047a2db83e44994d91d3aca1.zip |
busybox: fix dependency on librpc (#14636)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39434 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |