X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d1e9d69441a6a32e5c437bdecebb421b818742d..1406fcdcc0448a019a00f8af0f90ce252fe1adc7:/include/kernel-build.mk diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 9a1e36328..c0b17aa84 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -21,12 +21,15 @@ endif ifneq ($(CONFIG_PCMCIA),) FEATURES += pcmcia endif +ifneq ($(CONFIG_VIDEO_DEV),) + FEATURES += video +endif # remove duplicates FEATURES:=$(sort $(FEATURES)) # For target profile selection - the default set -DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd +DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd kmod-ipt-nathelper ifeq ($(DUMP),1) all: dumpinfo