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:
parent
678e70e83a
commit
fdea67e04e
@ -21,7 +21,7 @@ define Package/xf86-video-ati
|
|||||||
SECTION:=xorg-driver
|
SECTION:=xorg-driver
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=driver
|
SUBMENU:=driver
|
||||||
DEPENDS:=+xserver-xorg @TARGET_i386 @BROKEN
|
DEPENDS:=+xserver-xorg @TARGET_x86 @BROKEN
|
||||||
TITLE:=xf86-video-ati
|
TITLE:=xf86-video-ati
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
@ -23,7 +23,7 @@ define Package/xf86-video-intel
|
|||||||
SECTION:=xorg-driver
|
SECTION:=xorg-driver
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=driver
|
SUBMENU:=driver
|
||||||
DEPENDS:=+xserver-xorg @TARGET_i386
|
DEPENDS:=+xserver-xorg @TARGET_x86
|
||||||
TITLE:=xf86-video-intel
|
TITLE:=xf86-video-intel
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
@ -22,7 +22,7 @@ define Package/xf86-video-nv
|
|||||||
SECTION:=xorg-driver
|
SECTION:=xorg-driver
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=driver
|
SUBMENU:=driver
|
||||||
DEPENDS:=+xserver-xorg @TARGET_i386
|
DEPENDS:=+xserver-xorg @TARGET_x86
|
||||||
TITLE:=xf86-video-nv
|
TITLE:=xf86-video-nv
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
@ -25,7 +25,7 @@ define Package/xf86-video-vesa
|
|||||||
SECTION:=xorg-driver
|
SECTION:=xorg-driver
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=driver
|
SUBMENU:=driver
|
||||||
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_i386
|
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_x86
|
||||||
TITLE:=xf86-video-vesa
|
TITLE:=xf86-video-vesa
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user