From e7fb4f35e794a40cf1ce444aa155c587a00ced5e Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sat, 11 Jun 2005 15:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/11 16:53:44+02:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/src/build/unstable.wrt/openembedded 2005/06/11 16:53:15+02:00 (none)!br1 wrt54 updates: use minimal init "miniint", wrt specific config files for uClibc and busybox, added "nvram" BKrev: 42ab05d7sJq1G3I2D6IwTgkY4x9iEQ --- conf/machine/wrt54.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'conf/machine') 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" -- cgit v1.2.3