fix a typo in my netfilter commit - worked for iptables, didn't work for the kernel...
[openwrt.git] / include / kernel-build.mk
index 26f3054..c0b17aa 100644 (file)
@@ -21,6 +21,9 @@ endif
 ifneq ($(CONFIG_PCMCIA),)
   FEATURES += pcmcia
 endif
+ifneq ($(CONFIG_VIDEO_DEV),)
+  FEATURES += video
+endif
 
 # remove duplicates
 FEATURES:=$(sort $(FEATURES))
This page took 0.02012 seconds and 4 git commands to generate.