let x86-specific drivers appear in menuconfig again - target is called TARGET_x86, not TARGET_i386

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-06-03 12:39:28 +00:00
parent 678e70e83a
commit fdea67e04e
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ define Package/xf86-video-ati
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg @TARGET_i386 @BROKEN
DEPENDS:=+xserver-xorg @TARGET_x86 @BROKEN
TITLE:=xf86-video-ati
URL:=http://xorg.freedesktop.org/
endef

View File

@ -23,7 +23,7 @@ define Package/xf86-video-intel
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg @TARGET_i386
DEPENDS:=+xserver-xorg @TARGET_x86
TITLE:=xf86-video-intel
URL:=http://xorg.freedesktop.org/
endef

View File

@ -22,7 +22,7 @@ define Package/xf86-video-nv
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg @TARGET_i386
DEPENDS:=+xserver-xorg @TARGET_x86
TITLE:=xf86-video-nv
URL:=http://xorg.freedesktop.org/
endef

View File

@ -25,7 +25,7 @@ define Package/xf86-video-vesa
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_i386
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_x86
TITLE:=xf86-video-vesa
URL:=http://xorg.freedesktop.org/
endef