diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/wrt54.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index f5c9166d98..a9c9b799c2 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -3,9 +3,11 @@ #@DESCRIPTION: Machine configuration for the MIPS based WRT54G(S) devices TARGET_ARCH = "mipsel" -#TARGET_CC_ARCH = "-Os -mips2" +TARGET_CC_ARCH = "-Os" IPKG_ARCHS = "all mipsel ${MACHINE}" +SERIAL_CONSOLE = "tts/0" + ROUTER_MODULES = "ipv6 \ ipsec \ mip6-mn \ @@ -18,8 +20,8 @@ ip-gre ip-tables ipip \ input uinput \ " -BOOTSTRAP_EXTRA_DEPENDS = "" -BOOTSTRAP_EXTRA_RDEPENDS = "" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-wl kernel-module-et" BOOTSTRAP_EXTRA_RRECOMMENDS = "" PREFERRED_PROVIDER_virtual/kernel = "linux-wrt" |