diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-07 23:40:21 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-07 23:40:21 +0000 |
commit | 0b5e6af8567ea1593263b8e828525b7b84495e2d (patch) | |
tree | df1f279b33fd6407fef22b059ea21fcb0c98ebb2 /conf/machine/wrt54.conf | |
parent | 689086642964939e81cabbfd3aa18e1777f6cf19 (diff) |
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
Diffstat (limited to 'conf/machine/wrt54.conf')
-rw-r--r-- | conf/machine/wrt54.conf | 29 |
1 files changed, 29 insertions, 0 deletions
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 |