diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-16 20:40:09 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-16 20:40:09 +0000 |
commit | 73f8adad13f85939ffe735d322bb364c6d043343 (patch) | |
tree | e5c159460c8e211c598a0b41dc62b6838002bc55 /conf/machine/wrt54.conf | |
parent | 0e8ec4bdb0fe7c774664c58dd5749243de43c944 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/16 22:35:05+02:00 (none)!br1
wrt: configure vlans, add "diag" module for LEDs
BKrev: 42b1e3a9RcqDDGATSTl0MXiqmp-ceg
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 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 += "" |