diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 23:56:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 23:56:10 +0000 |
commit | 069db195da660341fe748d55529cbb5131d8ad46 (patch) | |
tree | e3cb18b5761eb0bbdd0afd4973ee61244aa22886 | |
parent | a8d3710e9ce270ab88463ed938e1ef4c015d3ae2 (diff) | |
download | upstream-069db195da660341fe748d55529cbb5131d8ad46.tar.gz upstream-069db195da660341fe748d55529cbb5131d8ad46.tar.bz2 upstream-069db195da660341fe748d55529cbb5131d8ad46.zip |
add missing VIDEO_SUPPORT option
SVN-Revision: 6166
-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 83e2e1a900..64f775877b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -20,6 +20,9 @@ config USB_SUPPORT config ATM_SUPPORT bool +config VIDEO_SUPPORT + bool + config BIG_ENDIAN bool |