1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 20:53:22 +02:00

[PATCH] kernel: fix xen-fbdev description

This patch fixes the description for KernelPackage xen-fbdev caused by a
typo in xen.mk.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20389 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-03-23 15:24:54 +00:00
parent bc06f31e4a
commit 6fefa51cae

View File

@ -71,7 +71,7 @@ define KernelPackage/xen-fbdev
)
endef
define KernelPackage/xen-fs/description
define KernelPackage/xen-fbdev/description
Kernel module for the Xen virtual frame buffer
endef