aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pcmcia-cs
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-08 19:18:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-08 19:18:40 +0000
commit52dcccdfd31b0b0c9ac4725dd52a20b88a6b7b7c (patch)
tree06a634a182886ead6e16e3dad4fb1b3dc258ec4c /packages/pcmcia-cs
parent5bcdb4abd61e4d64aec042d9bb27e8ff275530b3 (diff)
downloadopenembedded-52dcccdfd31b0b0c9ac4725dd52a20b88a6b7b7c.tar.gz
* Remove 2.4 machine support for c7x0, akita, spitz and borzoi.
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
Diffstat (limited to 'packages/pcmcia-cs')
-rw-r--r--packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/.mtn2git_empty0
-rw-r--r--packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts28
2 files changed, 0 insertions, 28 deletions
diff --git a/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/.mtn2git_empty b/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/.mtn2git_empty
+++ /dev/null
diff --git a/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts b/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts
deleted file mode 100644
index c67df8e348..0000000000
--- a/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts
+++ /dev/null
@@ -1,28 +0,0 @@
-# ATA/IDE drive adapter configuration
-#
-# The address format is "scheme,socket,serial_no[,part]".
-#
-# For multi-partition devices, first return list of partitions in
-# $PARTS. Then, we'll get called for each partition.
-#
-case "$ADDRESS" in
-*,1,*,*)
- # Socket 1 is the internal HD; don't do anything clever as it's /
- ;;
-*,*,*,1)
- #INFO="Sample IDE setup"
- DO_FSTAB="n";
- #DO_FSCK="y" ;
- DO_MOUNT="y"
- #FSTYPE="msdos"
- #FSTYPE="auto"
- #OPTS=""
- #MOUNTPT="/mnt/ide"
- ;;
-*,*,*)
- PARTS="1"
- # Card eject policy options
- NO_CHECK=n
- NO_FUSER=y
- ;;
-esac