summaryrefslogtreecommitdiffstats
path: root/rules/ipkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ipkg.in')
-rw-r--r--rules/ipkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ipkg.in b/rules/ipkg.in
index 806914b50..0787b4101 100644
--- a/rules/ipkg.in
+++ b/rules/ipkg.in
@@ -3,7 +3,7 @@ menuconfig IPKG
tristate
prompt "ipkg "
# ipkg calls wget with long options!
- select BB_CONFIG_FEATURE_WGET_LONG_OPTIONS if BB_CONFIG_WGET
+ select BUSYBOX_FEATURE_WGET_LONG_OPTIONS if BUSYBOX_WGET
help
IPKG is a small packet mechanism for embedded systems to
maintain the applications on the system.