author | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
commit | 798474a96ae42503b9d73444d7a4c05d6af5bc10 (patch) (side-by-side diff) | |
tree | 249b985ad346716b6b9041a70d26037784818c49 /noncore | |
parent | 4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699 (diff) | |
download | opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.zip opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.gz opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.bz2 |
oops - forgot to comment out running on X86 (DOH!)
-rw-r--r-- | noncore/settings/aqpkg/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/global.h b/noncore/settings/aqpkg/global.h index 4df2f15..1e23eb6 100644 --- a/noncore/settings/aqpkg/global.h +++ b/noncore/settings/aqpkg/global.h @@ -20,7 +20,7 @@ // Uncomment the below line to run on a Linux box rather than a Zaurus
// box this allows you to change where root is, and where to load config files from
-#define X86
+// #define X86
// Sets up location of ipkg.conf and root directory
#ifdef QWS
|