aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/wrt54.conf29
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