task-pandora-*: Commit latest Xfce and Core tasks to build PAM correctly and package...
[openpandora.oe.git] / recipes / pandora-system / pandora-wifi / 0004-Default-to-DEBUG-Y-for-testing.patch
1 From a6042b78c0df886ebde5fa1d01bb7f38261dfdde Mon Sep 17 00:00:00 2001
2 From: David-John Willis <John.Willis@Distant-earth.com>
3 Date: Fri, 28 Aug 2009 14:09:59 +0100
4 Subject: [PATCH 4/5] Default to DEBUG=Y for testing.
5
6 ---
7  sta_dk_4_0_4_32/common.inc |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9  mode change 100644 => 100755 sta_dk_4_0_4_32/common.inc
10
11 diff --git a/sta_dk_4_0_4_32/common.inc b/sta_dk_4_0_4_32/common.inc
12 old mode 100644
13 new mode 100755
14 index 17e8ec5..42c15df
15 --- a/sta_dk_4_0_4_32/common.inc
16 +++ b/sta_dk_4_0_4_32/common.inc
17 @@ -52,7 +52,7 @@ WORKQUEUE ?= y
18  #
19  # Enable or disable debugging
20  #
21 -DEBUG ?= n
22 +DEBUG ?= y
23  
24  #
25  # Enable or disable OS and init messages
26 -- 
27 1.6.3.1
28