From 0b5e6af8567ea1593263b8e828525b7b84495e2d Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Tue, 7 Jun 2005 23:40:21 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/08 01:24:20+02:00 (none)!br1 add support for linksys WRT54G and similar devices. copied shamelessly from openwrt BKrev: 42a630659YcT1owLfPnW9Ert3vf66w --- conf/machine/wrt54.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'conf') diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index e69de29bb2..f5c9166d98 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: Linksys WRT54G(S) +#@DESCRIPTION: Machine configuration for the MIPS based WRT54G(S) devices + +TARGET_ARCH = "mipsel" +#TARGET_CC_ARCH = "-Os -mips2" +IPKG_ARCHS = "all mipsel ${MACHINE}" + +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 = "" +BOOTSTRAP_EXTRA_RDEPENDS = "" +BOOTSTRAP_EXTRA_RRECOMMENDS = "" + +PREFERRED_PROVIDER_virtual/kernel = "linux-wrt" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash --eraseblock=0x10000 -n" + +INHERIT += "wrt-image" \ No newline at end of file -- cgit 1.2.3-korg