diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-11 17:34:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-11 17:34:30 +0000 |
commit | 71e06ca67ac41bd06cf1da345791e8c2b0b5f692 (patch) | |
tree | 907b528a18c9a1682b41d419d1f8f29ebeb87272 | |
parent | e86ec9a98c56f41f55082860bcbfe486078f85dc (diff) |
add a couple of depends,rdepends,rrecommends to wrt54.conf
BKrev: 414337267d0II1XUqgyIh-oVqASPcA
-rw-r--r-- | conf/wrt54.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/wrt54.conf b/conf/wrt54.conf index e69de29bb2..440d05e3a8 100644 --- a/conf/wrt54.conf +++ b/conf/wrt54.conf @@ -0,0 +1,24 @@ +#@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 = "virtual/kernel-wrt ppp wireless-tools hostap-modules" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils hostap-modules-cs hostap-modules \ +kernel-module-devinfo kernel-module-gpio kernel-module-net-fd kernel-module-registers " +BOOTSTRAP_EXTRA_RRECOMMENDS = "ppp wireless-tools ${@linux_module_packages('${ROUTER_MODULES}')}" |