summaryrefslogtreecommitdiff
path: root/target/wrap/target.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 18:37:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 18:37:50 +0100
commit94e883da1b5ae86935ceebd6a9fb8cab01d0c741 (patch)
tree8e9b18872518dab5c0dc87af733fe4d7010e18dc /target/wrap/target.mk
parentc111f14db1b4558ebf5b2e894315c8e5217bf6fc (diff)
add pcengines wrap support
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE
Diffstat (limited to 'target/wrap/target.mk')
-rw-r--r--target/wrap/target.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/wrap/target.mk b/target/wrap/target.mk
new file mode 100644
index 000000000..3fe1a72bf
--- /dev/null
+++ b/target/wrap/target.mk
@@ -0,0 +1,7 @@
+ARCH:= x86
+CPU_ARCH:= i486
+KERNEL_VERSION:= 2.6.31.5
+KERNEL_RELEASE:= 1
+KERNEL_MD5SUM:= 926bff46d24e2f303e4ee92234e394d8
+TARGET_OPTIMIZATION:= -Os -pipe
+TARGET_CFLAGS_ARCH:= -march=i486