diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/xorg/xorg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index 34a39e262..41e338cff 100644 --- a/package/xorg/xorg.mk +++ b/package/xorg/xorg.mk @@ -59,7 +59,7 @@ ifeq ($(BR2_armeb),y) XARCH=Arm32 endif ifeq ($(BR2_i386),y) -XARCH=i386A +XARCH=i386 endif ifeq ($(BR2_mips),y) XARCH=Mips |