diff options
Diffstat (limited to '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 54e769a746..2d6e0f9d17 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -9,7 +9,7 @@ IPKG_ARCHS = "all mipsel ${MACHINE}" SERIAL_CONSOLE = "tts/0" 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 += "kernel-module-wl kernel-module-et kernel-module-wlcompat kernel-module-diag" BOOTSTRAP_EXTRA_RDEPENDS += "wrt-init wrt-utils" BOOTSTRAP_EXTRA_RRECOMMENDS += "" |