diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-25 21:08:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-25 21:08:46 +0000 |
commit | b8bd973764aef108dc049807b32ed61ccf5694bc (patch) | |
tree | ea938d9312f19bc3f17725fda5eb7927a1d3bd68 /target | |
parent | fbdb30b9c63d63fb437f44f173cbebb7bdadcebf (diff) |
add feature flag for display support. will be used as dependency for x.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9448 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 0c8864f3ed..2dc5ec4245 100644 --- a/target/Config.in +++ b/target/Config.in @@ -8,6 +8,9 @@ config LINUX_2_4 config LINUX_2_6 bool +config DISPLAY_SUPPORT + bool + config PCI_SUPPORT bool |