diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-28 14:06:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-28 14:06:04 +0000 |
commit | cecad8b1c1be62906f7788828ae425519408ad81 (patch) | |
tree | 18ebaae4cc31bab3ab3014f35ce92d9cb97501fc /main/busybox/busyboxconfig | |
parent | 9cfd35abf9b00914739d3f84255cb440fa683bce (diff) | |
download | aports-cecad8b1c1be62906f7788828ae425519408ad81.tar.bz2 aports-cecad8b1c1be62906f7788828ae425519408ad81.tar.xz |
main/busybox: enable diff's long opts for --no-dereference
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 4f3119723c..acd7ea16c3 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -365,7 +365,7 @@ CONFIG_FEATURE_AWK_LIBM=y CONFIG_FEATURE_AWK_GNU_EXTENSIONS=y CONFIG_CMP=y CONFIG_DIFF=y -# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set +CONFIG_FEATURE_DIFF_LONG_OPTIONS=y CONFIG_FEATURE_DIFF_DIR=y CONFIG_ED=y CONFIG_PATCH=y |