[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] network-console, micro-evtd-udeb



On Sat, Aug 16, 2008 at 7:19 PM, Martin Michlmayr <tbm@cyrius.com> wrote:
> The network-console patch you attached depends on a patch to
> network-console that is not in SVN yet.  Can you send a new patch?

Correct patch attached, sorry for not catching this.


-- Per
diff --git a/packages/network-console/debian/network-console.postinst b/packages/network-console/debian/network-console.postinst
index d3a2b49..6044bc6 100755
--- a/packages/network-console/debian/network-console.postinst
+++ b/packages/network-console/debian/network-console.postinst
@@ -70,6 +70,10 @@ case "$ARCHDETECT" in
 	beep -e /dev/input/event0 -f 220 -l 500 -d 500 -r 3 || true
 	;;
     arm*/orion5x)
+	# Buffalo devices
+	if type micro_evtd.command >/dev/null 2>&1; then
+		micro_evtd.command init
+	fi
 	# QNAP devices
 	if type qcommand >/dev/null 2>&1; then
 		qcommand statusled greenon

Reply to: