aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-12-19 03:17:08 +0000
committerRod Whitby <rod@whitby.id.au>2007-12-19 03:17:08 +0000
commit68859ee6009620f7386a7651ae0fccc3bace6113 (patch)
tree19fbc83deb8bf4e12182c3b47ab98aedf4c2b735 /conf/machine
parent89d4e21769f761e7adbaa57da28b02ab41e63815 (diff)
downloadopenembedded-68859ee6009620f7386a7651ae0fccc3bace6113.tar.gz
Remove obsoleted ixp4xx and nslu2 conf files (use the le or be alternatives instead)
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/ixp4xx.conf5
-rw-r--r--conf/machine/nslu2.conf5
2 files changed, 0 insertions, 10 deletions
diff --git a/conf/machine/ixp4xx.conf b/conf/machine/ixp4xx.conf
deleted file mode 100644
index 0a1e54c324..0000000000
--- a/conf/machine/ixp4xx.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-#@TYPE: Machine
-#@NAME: Generic IXP4XX kernel
-#@DESCRIPTION: Machine configuration for a generic ixp4xx board
-
-MACHINE_CHECK := ${@bb.fatal('You must set MACHINE to ixp4xxle or ixp4xxbe.')}
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf
deleted file mode 100644
index 7e45825f69..0000000000
--- a/conf/machine/nslu2.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-#@TYPE: Machine
-#@NAME: Linksys NSLU2
-#@DESCRIPTION: Machine configuration for the Linksys NSLU2 product
-
-MACHINE_CHECK := ${@bb.fatal('You must set MACHINE to nslu2le or nslu2be.')}