diff options
Diffstat (limited to 'conf/machine/wrt54.conf')
-rw-r--r-- | conf/machine/wrt54.conf | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index a9c9b799c2..4df924d07c 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -8,20 +8,8 @@ IPKG_ARCHS = "all mipsel ${MACHINE}" SERIAL_CONSOLE = "tts/0" -ROUTER_MODULES = "ipv6 \ -ipsec \ -mip6-mn \ -tun \ -loop \ -sunrpc nfs \ -af_packet \ -ppp-async ppp-deflate ppp-mppe \ -ip-gre ip-tables ipip \ -input uinput \ -" - BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-wl kernel-module-et" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-wl kernel-module-et kernel-module-wlcompat wrt-init wrt-utils" BOOTSTRAP_EXTRA_RRECOMMENDS = "" PREFERRED_PROVIDER_virtual/kernel = "linux-wrt" |