diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-08 14:28:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-08 14:28:29 +0000 |
commit | 8ce4f9bef2bedb5e00dba755da2891e865b120b1 (patch) | |
tree | 840144d6ae7d06238720a3aa1401741e4ff9a2b8 /target | |
parent | 7809872016979024d630af8f5205807cd03c1cb6 (diff) | |
download | master-187ad058-8ce4f9bef2bedb5e00dba755da2891e865b120b1.tar.gz master-187ad058-8ce4f9bef2bedb5e00dba755da2891e865b120b1.tar.bz2 master-187ad058-8ce4f9bef2bedb5e00dba755da2891e865b120b1.zip |
generic: add missing kconfig symbol
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 69d31f682c..6ca24c2fd7 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -357,6 +357,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_BACKLIGHT_LP855X is not set # CONFIG_BACKLIGHT_LV5207LP is not set # CONFIG_BACKLIGHT_PANDORA is not set +# CONFIG_BACKLIGHT_RPI is not set # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_FULL=y diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index f5ace4a879..fc830b3a78 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -333,6 +333,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_BACKLIGHT_LV5207LP is not set # CONFIG_BACKLIGHT_PANDORA is not set # CONFIG_BACKLIGHT_PM8941_WLED is not set +# CONFIG_BACKLIGHT_RPI is not set # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_FULL=y |