aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-1.13.2
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-06-07 16:43:26 -0400
committerPhil Blundell <philb@gnu.org>2009-06-08 10:14:05 +0100
commit654cb590ae11f3ada8ed877a6f81f14cabe7b506 (patch)
tree12ac94e4c9c5ae53a73b7f10f6624cf7762168ff /recipes/busybox/busybox-1.13.2
parent86f777c46c59a3344790ffdc6e4da20c51504d58 (diff)
downloadopenembedded-654cb590ae11f3ada8ed877a6f81f14cabe7b506.tar.gz
busybox: fix udhcpc default script location when prefix is not "/usr"
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/busybox/busybox-1.13.2')
-rw-r--r--recipes/busybox/busybox-1.13.2/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox-1.13.2/defconfig b/recipes/busybox/busybox-1.13.2/defconfig
index 0db650fcf1..ddbaa0839d 100644
--- a/recipes/busybox/busybox-1.13.2/defconfig
+++ b/recipes/busybox/busybox-1.13.2/defconfig
@@ -720,7 +720,7 @@ CONFIG_FEATURE_UDHCPC_ARPING=y
# CONFIG_FEATURE_UDHCP_PORT is not set
# CONFIG_UDHCP_DEBUG is not set
# CONFIG_FEATURE_UDHCP_RFC3397 is not set
-CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
+CONFIG_UDHCPC_DEFAULT_SCRIPT="@DATADIR@/udhcpc/default.script"
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
# CONFIG_VCONFIG is not set
CONFIG_WGET=y