Skip to content

Commit

Permalink
[package] make kmod-fb dependent on DISPLAY_SUPPORT and update target…
Browse files Browse the repository at this point in the history
…s accordingly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
florian committed Jul 25, 2012
1 parent a596792 commit bc85880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package/kernel/modules/video.mk
Expand Up @@ -12,6 +12,7 @@ VIDEO_MENU:=Video Support
define KernelPackage/fb
SUBMENU:=$(VIDEO_MENU)
TITLE:=Framebuffer support
DEPENDS:=@DISPLAY_SUPPORT
KCONFIG:=CONFIG_FB
FILES:=$(LINUX_DIR)/drivers/video/fb.ko
AUTOLOAD:=$(call AutoLoad,06,fb)
Expand Down
2 changes: 1 addition & 1 deletion target/linux/cobalt/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=cobalt
BOARDNAME:=Cobalt Microservers
FEATURES:=targz pci ext4
FEATURES:=targz pci ext4 display
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>

Expand Down
2 changes: 1 addition & 1 deletion target/linux/ep93xx/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=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
MAINTAINER:=Florian Fainelli <florian@openwrt.org>

Expand Down
1 change: 1 addition & 0 deletions target/linux/x86/xen_domu/target.mk
@@ -1,2 +1,3 @@
BOARDNAME:=Xen Paravirt Guest
DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev
FEATURES:==display

0 comments on commit bc85880

Please sign in to comment.