mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:52:27 +02:00
[package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a596792a94
commit
bc858807dc
@ -12,6 +12,7 @@ VIDEO_MENU:=Video Support
|
|||||||
define KernelPackage/fb
|
define KernelPackage/fb
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE:=Framebuffer support
|
TITLE:=Framebuffer support
|
||||||
|
DEPENDS:=@DISPLAY_SUPPORT
|
||||||
KCONFIG:=CONFIG_FB
|
KCONFIG:=CONFIG_FB
|
||||||
FILES:=$(LINUX_DIR)/drivers/video/fb.ko
|
FILES:=$(LINUX_DIR)/drivers/video/fb.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,06,fb)
|
AUTOLOAD:=$(call AutoLoad,06,fb)
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
BOARD:=cobalt
|
BOARD:=cobalt
|
||||||
BOARDNAME:=Cobalt Microservers
|
BOARDNAME:=Cobalt Microservers
|
||||||
FEATURES:=targz pci ext4
|
FEATURES:=targz pci ext4 display
|
||||||
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
|
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
|
||||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=ep93xx
|
BOARD:=ep93xx
|
||||||
BOARDNAME:=Cirrus Logic EP93xx
|
BOARDNAME:=Cirrus Logic EP93xx
|
||||||
FEATURES:=squashfs jffs2 ext4 targz usb
|
FEATURES:=squashfs jffs2 ext4 targz usb display
|
||||||
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
|
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
|
||||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
BOARDNAME:=Xen Paravirt Guest
|
BOARDNAME:=Xen Paravirt Guest
|
||||||
DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev
|
DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev
|
||||||
|
FEATURES:==display
|
||||||
|
Loading…
Reference in New Issue
Block a user