aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-12 06:27:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-12 06:27:47 +0000
commit1b84f9bcf2d480431608d8fb08d0671bc945211d (patch)
treec2563fa3a282b987be974e5df0bef35a9efd7e24 /h-source
parenta60b8d9cc5078a894e007e5252313185e9810c2e (diff)
h-source:minor changes
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Include/hardware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 06b6cc5..3e5342f 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -242,7 +242,7 @@ class Notebooks extends Hardware
public static $subtypeSelect = 'notebook,netbook,not-specified';
- public static $architectureSelect = 'not-specified,i386,amd64,MIPS,ARM';
+ public static $architectureSelect = 'not-specified,x86,amd64,MIPS,ARM';
public static $biosSelect = 'not-specified,no,yes';