diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:35:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:35:19 +0200 |
commit | c79befcc1a0791df92460439f933843661db82e2 (patch) | |
tree | 0aaad0895c07007617b9a4c4ef38b59d38a91a1c /package/busybox/config/editors | |
parent | 89a213bd0f0290c66cdf952d5ea5f089cd56d1e9 (diff) |
add more packages needed for native builds
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf
- add {glibc,eglibc,uclibc}-dev packages
- add libz/libncurses development packages
- add PKG_OPTS to setup special options for packages
noremove is needed for uclibc/eglibc/glibc packages, otherwise
needed headers will be removed
slightly tested, still in development
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r-- | package/busybox/config/editors/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index cce9675df..ad46c649b 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -30,6 +30,7 @@ config BUSYBOX_CMP config BUSYBOX_DIFF bool "diff" default y + depends on !ADK_PACKAGE_DIFFUTILS help diff compares two files or directories and outputs the differences between them in a form that can be given to |