[openwrt/openwrt] bcm27xx: modules: video: fix whitespace
LEDE Commits
lede-commits at lists.infradead.org
Fri May 20 06:46:57 PDT 2022
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0f14619e301059848761eb6c973c0bb85f211b94
commit 0f14619e301059848761eb6c973c0bb85f211b94
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Fri May 20 08:06:03 2022 +0200
bcm27xx: modules: video: fix whitespace
No idea how this ended up here v2...
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bcm27xx/modules/video.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm27xx/modules/video.mk b/target/linux/bcm27xx/modules/video.mk
index f9d32e263a..7e80203cba 100644
--- a/target/linux/bcm27xx/modules/video.mk
+++ b/target/linux/bcm27xx/modules/video.mk
@@ -6,7 +6,7 @@ define KernelPackage/camera-bcm2835
TITLE:=BCM2835 Camera
KCONFIG:= \
CONFIG_VIDEO_BCM2835 \
- CONFIG_VIDEO_BCM2835_MMAL \
+ CONFIG_VIDEO_BCM2835_MMAL \
CONFIG_VIDEO_BCM2835_UNICAM=n \
CONFIG_VIDEO_ISP_BCM2835=n
FILES:= \
More information about the lede-commits
mailing list