diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-11 15:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-11 15:40:07 +0000 |
commit | e7fb4f35e794a40cf1ce444aa155c587a00ced5e (patch) | |
tree | 7a06e0de0a839e6e7f4c4b3750b8ea1c3c164146 /conf | |
parent | 9a4612b3e80d952673c454a9024515dba093136f (diff) |
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
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" |