diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /pcmcia-cs/files | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'pcmcia-cs/files')
-rw-r--r-- | pcmcia-cs/files/arm/pcmcia | 17 | ||||
-rw-r--r-- | pcmcia-cs/files/network.conf | 0 | ||||
-rw-r--r-- | pcmcia-cs/files/pcmcia | 1 | ||||
-rw-r--r-- | pcmcia-cs/files/wnv.conf | 0 |
4 files changed, 0 insertions, 18 deletions
diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia deleted file mode 100644 index 3dc330db21..0000000000 --- a/pcmcia-cs/files/arm/pcmcia +++ /dev/null @@ -1,17 +0,0 @@ -case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </proc/cpuinfo` in - *XScale-PXA2*) - PCIC=pxa_cs - ;; - *StrongARM-1100* | *StrongARM-1110*) - PCIC=sa1100_cs - ;; - *) - echo "Unable to determine PCIC value for this CPU" - exit 1 - ;; -esac - -if grep -q iPAQ /proc/cpuinfo; then - PCIC_EXTRA=h3600_generic_sleeve -fi - diff --git a/pcmcia-cs/files/network.conf b/pcmcia-cs/files/network.conf deleted file mode 100644 index e69de29bb2..0000000000 --- a/pcmcia-cs/files/network.conf +++ /dev/null diff --git a/pcmcia-cs/files/pcmcia b/pcmcia-cs/files/pcmcia deleted file mode 100644 index c42fea0691..0000000000 --- a/pcmcia-cs/files/pcmcia +++ /dev/null @@ -1 +0,0 @@ -# no defaults for /etc/sysconfig/pcmcia diff --git a/pcmcia-cs/files/wnv.conf b/pcmcia-cs/files/wnv.conf deleted file mode 100644 index e69de29bb2..0000000000 --- a/pcmcia-cs/files/wnv.conf +++ /dev/null |