mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
pcmcia update
This commit is contained in:
parent
075eb13aa9
commit
c1701b3e17
@ -78,7 +78,7 @@ $(TARGET_DIR)/sbin/cardmgr: $(PCMCIA_DIR)/cardmgr/cardmgr
|
|||||||
rm -f $(TARGET_DIR)/usr/share/pnp.ids $(TARGET_DIR)/sbin/lspnp $(TARGET_DIR)/sbin/setpnp;
|
rm -f $(TARGET_DIR)/usr/share/pnp.ids $(TARGET_DIR)/sbin/lspnp $(TARGET_DIR)/sbin/setpnp;
|
||||||
rm -f $(TARGET_DIR)/sbin/pcinitrd
|
rm -f $(TARGET_DIR)/sbin/pcinitrd
|
||||||
rm -f $(TARGET_DIR)/sbin/probe
|
rm -f $(TARGET_DIR)/sbin/probe
|
||||||
cp $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/
|
cp $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/S30pcmcia
|
||||||
chmod -R u+w $(TARGET_DIR)/etc/pcmcia/*
|
chmod -R u+w $(TARGET_DIR)/etc/pcmcia/*
|
||||||
|
|
||||||
pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr
|
pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr
|
||||||
|
@ -39,16 +39,3 @@ diff -urN pcmcia-cs-3.1.33.orig/etc/shared pcmcia-cs-3.1.33/etc/shared
|
|||||||
# Infrastructure network for older cards
|
# Infrastructure network for older cards
|
||||||
#module "ray_cs" opts "net_type=1 essid=ESSID1"
|
#module "ray_cs" opts "net_type=1 essid=ESSID1"
|
||||||
# Infrastructure network for WebGear
|
# Infrastructure network for WebGear
|
||||||
--- pcmcia-cs-3.2.1/Configure.orig Thu Aug 8 00:38:15 2002
|
|
||||||
+++ pcmcia-cs-3.2.1/Configure Tue Sep 10 05:41:24 2002
|
|
||||||
@@ -669,6 +669,10 @@
|
|
||||||
>/dev/null 2>&1 ; then
|
|
||||||
CONFIG_IEEE1394=n
|
|
||||||
fi
|
|
||||||
+
|
|
||||||
+# Hack to disable network stuff for the time being...
|
|
||||||
+CONFIG_INET=n
|
|
||||||
+
|
|
||||||
printconfig
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
# Select the module that is correct for your hardware
|
|
||||||
|
|
||||||
PCIC=yenta_socket
|
|
||||||
#PCIC=i82365
|
|
||||||
#PCIC=tcic
|
|
||||||
#PCIC=sa1100_cs
|
|
||||||
|
|
||||||
# Load up all the pcmcia modules
|
|
||||||
/sbin/modprobe pcmcia_core
|
|
||||||
/sbin/modprobe $PCIC
|
|
||||||
/sbin/modprobe ds
|
|
||||||
|
|
||||||
if [ $? != 0 ] ; then
|
|
||||||
echo "pcmcia support not detected";
|
|
||||||
exit 0;
|
|
||||||
fi
|
|
||||||
|
|
||||||
/sbin/cardmgr -m /lib/modules
|
|
||||||
|
|
||||||
exit 0;
|
|
Loading…
x
Reference in New Issue
Block a user