From: Peter Korsgaard Date: Tue, 24 Jun 2008 18:35:32 +0000 (-0000) Subject: BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39962a216281e16af95ddb1ec5ae96bda451b30a;p=buildroot.git BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley. --- diff --git a/package/Config.in b/package/Config.in index ce4a6fbbb7..443698e039 100644 --- a/package/Config.in +++ b/package/Config.in @@ -341,8 +341,8 @@ source "package/sdl_mixer/Config.in" source "package/sdl_ttf/Config.in" source "package/tiff/Config.in" -comment "busybox graphic applications" -comment "--> (May be broken in busybox)" +comment "busybox graphic applications" +comment "--> May be broken in busybox" source "package/fbv/Config.in" source "package/fbset/Config.in"