[OpenWrt-Devel] [PATCH 1/3] kernel: add backlight kernel module support

Felix Fietkau nbd at openwrt.org
Wed Jan 20 07:56:03 EST 2016


On 2016-01-19 21:09, Tim Harvey wrote:
> Signed-off-by: Tim Harvey <tharvey at gateworks.com>
> ---
> v4: no changes
> v3: added support for Linux 4.3 (new driver needs to be disabled by default)
> v2: no changes
> ---
>  package/kernel/linux/modules/backlight.mk | 49 +++++++++++++++++++++++++++++++
>  1 file changed, 49 insertions(+)
>  create mode 100644 package/kernel/linux/modules/backlight.mk
> 
> diff --git a/package/kernel/linux/modules/backlight.mk b/package/kernel/linux/modules/backlight.mk
> new file mode 100644
> index 0000000..62aedaa
> --- /dev/null
> +++ b/package/kernel/linux/modules/backlight.mk
> @@ -0,0 +1,49 @@
> +#
> +# Copyright (C) 2015 OpenWrt.org
> +#
> +# This is free software, licensed under the GNU General Public License v2.
> +# See /LICENSE for more information.
> +#
> +
> +BACKLIGHT_MENU:=Video Support
> +
> +define KernelPackage/backlight
> +	SUBMENU:=$(BACKLIGHT_MENU)
Since it's already using the same menu, please put this stuff into video.mk

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list