diff options
Diffstat (limited to 'conf/machine/wrt54.conf')
-rw-r--r-- | conf/machine/wrt54.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index 6883782799..2f5978002a 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -8,7 +8,7 @@ IPKG_ARCHS = "all mipsel ${MACHINE}" SERIAL_CONSOLE = "tts/0" -BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel" +BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel wrt-utils wrt-init loader" BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wl kernel-module-et kernel-module-wlcompat" BOOTSTRAP_EXTRA_RDEPENDS += "wrt-init wrt-utils" BOOTSTRAP_EXTRA_RRECOMMENDS += "" |