diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-21 21:17:50 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-21 21:17:50 +0000 |
commit | 4a3b1fd07565df5a319b28568bbc7aa674451740 (patch) | |
tree | 4f4f58b86c615c3b662f66808b07bc1bcff9f27f /conf/distro | |
parent | 81e073458ef17927da238fdcf916f68f86f61a41 (diff) |
angstrom-2007.1.conf: Remove duplicate entries from DISTRO_EXTRA_RDEPENDS
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index a654535b99..71303ab836 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -277,10 +277,8 @@ EXTRA_STUFF ?= "" # Angstrom want to ship some extra stuff. This should be moved into task-base eventually # contains ipkg specific stuff as well :( DISTRO_EXTRA_RDEPENDS += "\ - update-modules module-init-tools modutils-initscripts \ - sysvinit initscripts sysvinit-pidof \ - ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ - netbase dropbear \ + update-modules \ + ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ angstrom-version \ ipkg ipkg-collateral \ util-linux-mount util-linux-umount \ |