diff options
author | Phil Blundell <philb@gnu.org> | 2005-03-06 12:11:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-03-06 12:11:48 +0000 |
commit | 1947e40f7b5e9202031bae49f3079f73b581cda8 (patch) | |
tree | d51e8172d6cd35dfd156e6edbcc03218d3ae5cab /conf/distro | |
parent | cf4cc850b024852964e694b649656936ac87b07a (diff) |
turn on PARALLEL_INSTALL_MODULES for familiar
BKrev: 422af384PIYKUO1GtFotn2iHvrGGMg
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/familiar.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 9ef2299331..7895968215 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -2,5 +2,8 @@ #@NAME: Familiar Linux #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) -INHERIT += " package_ipk debian" +INHERIT += "package_ipk debian" TARGET_OS = "linux" + +PARALLEL_INSTALL_MODULES = "1" + |