diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
commit | 4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch) | |
tree | 48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/wrt54.conf | |
parent | 92b95480c1095db9dc453725c5a13698a7eb8e20 (diff) |
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own
directories.
BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/wrt54.conf')
-rw-r--r-- | conf/wrt54.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/wrt54.conf b/conf/wrt54.conf deleted file mode 100644 index 440d05e3a8..0000000000 --- a/conf/wrt54.conf +++ /dev/null @@ -1,24 +0,0 @@ -#@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}')}" |