diff options
-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 \ |