summaryrefslogtreecommitdiff
path: root/packages/hotplug/hotplug-20040920
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
committerChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
commite6679fbc2cad92aca4b73bde2cdb9a82405fd516 (patch)
treebda7cc920b7bd9aa833da445fd59bb67d18e1f77 /packages/hotplug/hotplug-20040920
parenta56fadce467226e803b94b805838a090dcb66caa (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/17 12:41:30-06:00 ti.com!kergoth Set the kernel version string correctly in the colinux kernel build. 2005/02/17 12:40:42-06:00 ti.com!kergoth Add hotplug-ng, rename hotplug to linux-hotplug, and move the decision about which /sbin/hotplug binary you use into the hands of the distributions. BKrev: 4214e59fRUBz9NJWKrkQdsqK0Ps__A
Diffstat (limited to 'packages/hotplug/hotplug-20040920')
-rw-r--r--packages/hotplug/hotplug-20040920/fix-net.agent0
-rw-r--r--packages/hotplug/hotplug-20040920/hotplug-net-agent-usb.patch43
-rw-r--r--packages/hotplug/hotplug-20040920/isapnp-exit.diff0
-rw-r--r--packages/hotplug/hotplug-20040920/logcheck-ignore0
-rw-r--r--packages/hotplug/hotplug-20040920/update-usb.usermap0
-rw-r--r--packages/hotplug/hotplug-20040920/usb-storage0
-rw-r--r--packages/hotplug/hotplug-20040920/userspecified_hcd.patch0
7 files changed, 0 insertions, 43 deletions
diff --git a/packages/hotplug/hotplug-20040920/fix-net.agent b/packages/hotplug/hotplug-20040920/fix-net.agent
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/fix-net.agent
+++ /dev/null
diff --git a/packages/hotplug/hotplug-20040920/hotplug-net-agent-usb.patch b/packages/hotplug/hotplug-20040920/hotplug-net-agent-usb.patch
deleted file mode 100644
index a64fc50d2b..0000000000
--- a/packages/hotplug/hotplug-20040920/hotplug-net-agent-usb.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- hotplug/etc/hotplug/net.agent 2005-01-13 21:12:47.143597392 +1300
-+++ hotplug/etc/hotplug/net.agent 2005-01-13 21:17:57.095477544 +1300
-@@ -41,6 +41,9 @@
- debug_mesg assuming $INTERFACE is already up
- exit 0
- ;;
-+ # interfaces that don't go up until attached
-+ usbf)
-+ ;;
- # interfaces that are registered then brought up
- *)
- # NOTE: network configuration relies on administered state,
-@@ -83,6 +86,13 @@
- mesg $1 $ACTION event not handled
- ;;
-
-+attach)
-+ # ifupdown is dumb and won't bring up an interface that it thinks
-+ # might already be configured.
-+ /sbin/ifdown $INTERFACE
-+ exec /sbin/ifup $INTERFACE
-+ ;;
-+
- remove|unregister)
- case $INTERFACE in
- # interfaces that are unregistered after being "down" (?)
-@@ -105,6 +115,16 @@
- mesg $1 $ACTION event not handled
- ;;
-
-+detach)
-+ if [ -x /sbin/ifdown ]; then
-+ debug_mesg invoke ifdown $INTERFACE
-+ exec /sbin/ifdown $INTERFACE
-+ else
-+ mesg "E: /sbin/ifdown not found. You need to install ifupdown package"
-+ fi
-+ mesg $1 $ACTION event not handled
-+ ;;
-+
- *)
- debug_mesg NET $ACTION event for $INTERFACE not supported
- exit 1 ;;
diff --git a/packages/hotplug/hotplug-20040920/isapnp-exit.diff b/packages/hotplug/hotplug-20040920/isapnp-exit.diff
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/isapnp-exit.diff
+++ /dev/null
diff --git a/packages/hotplug/hotplug-20040920/logcheck-ignore b/packages/hotplug/hotplug-20040920/logcheck-ignore
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/logcheck-ignore
+++ /dev/null
diff --git a/packages/hotplug/hotplug-20040920/update-usb.usermap b/packages/hotplug/hotplug-20040920/update-usb.usermap
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/update-usb.usermap
+++ /dev/null
diff --git a/packages/hotplug/hotplug-20040920/usb-storage b/packages/hotplug/hotplug-20040920/usb-storage
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/usb-storage
+++ /dev/null
diff --git a/packages/hotplug/hotplug-20040920/userspecified_hcd.patch b/packages/hotplug/hotplug-20040920/userspecified_hcd.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/hotplug/hotplug-20040920/userspecified_hcd.patch
+++ /dev/null