From c2177fff7eae3e9ff9aa198d8e1e2f40202f708f Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Sun, 2 Oct 2016 10:35:40 -0500 Subject: [PATCH] Update git base/patch This cleans up a patch that had extra indents, as well as updates our base revision. --- build.sh | 2 +- .../800-add-apu2-gpio-driver.patch | 56 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/build.sh b/build.sh index d61c57a..1fe11bb 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ if [ ! -d "$clonedir" ]; then Msg "Cloning Repo..." git clone https://github.com/lede-project/source $clonedir cd $clonedir - git reset --hard 175fbe4d4ec4978ff1341f24ce3811d673c91a85 + git reset --hard ba1024b9c921db36df2eae0ebb8adf5b648d4882 cd - > /dev/null fi diff --git a/overlay/target/linux/x86/patches-4.4/800-add-apu2-gpio-driver.patch b/overlay/target/linux/x86/patches-4.4/800-add-apu2-gpio-driver.patch index e5ba208..5720fc3 100644 --- a/overlay/target/linux/x86/patches-4.4/800-add-apu2-gpio-driver.patch +++ b/overlay/target/linux/x86/patches-4.4/800-add-apu2-gpio-driver.patch @@ -1,29 +1,29 @@ - --- a/drivers/leds/Kconfig 2016-09-15 01:29:29.000000000 -0500 - +++ b/drivers/leds/Kconfig 2016-09-26 02:36:55.349774421 -0500 - @@ -49,6 +49,15 @@ - help - This option enables support for the LEDs on the AAT1290. +--- a/drivers/leds/Kconfig 2016-09-15 01:29:29.000000000 -0500 ++++ b/drivers/leds/Kconfig 2016-09-26 02:36:55.349774421 -0500 +@@ -49,6 +49,15 @@ + help + This option enables support for the LEDs on the AAT1290. - +config LEDS_APU2 - + tristate "LED Support for the PCEngines APU2 board" - + depends on LEDS_CLASS - + depends on GPIOLIB - + help - + This option enables support for the CPU GPIO pins on the PCEngines - + APU2 board, as well as adds system support for the reset button and - + front panel LEDs. - + - config LEDS_BCM6328 - tristate "LED Support for Broadcom BCM6328" - depends on LEDS_CLASS - diff -Naur ./a/Makefile ./b/Makefile - --- a/drivers/leds/Makefile 2016-09-26 02:23:39.787307000 -0500 - +++ b/drivers/leds/Makefile 2016-09-26 02:39:41.669443541 -0500 - @@ -8,6 +8,7 @@ - # LED Platform Drivers - obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o - obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o - +obj-$(CONFIG_LEDS_APU2) += leds-apu2.o - obj-$(CONFIG_LEDS_BCM6328) += leds-bcm6328.o - obj-$(CONFIG_LEDS_BCM6358) += leds-bcm6358.o - obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o ++config LEDS_APU2 ++ tristate "LED Support for the PCEngines APU2 board" ++ depends on LEDS_CLASS ++ depends on GPIOLIB ++ help ++ This option enables support for the CPU GPIO pins on the PCEngines ++ APU2 board, as well as adds system support for the reset button and ++ front panel LEDs. ++ + config LEDS_BCM6328 + tristate "LED Support for Broadcom BCM6328" + depends on LEDS_CLASS +diff -Naur ./a/Makefile ./b/Makefile +--- a/drivers/leds/Makefile 2016-09-26 02:23:39.787307000 -0500 ++++ b/drivers/leds/Makefile 2016-09-26 02:39:41.669443541 -0500 +@@ -8,6 +8,7 @@ + # LED Platform Drivers + obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o + obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o ++obj-$(CONFIG_LEDS_APU2) += leds-apu2.o + obj-$(CONFIG_LEDS_BCM6328) += leds-bcm6328.o + obj-$(CONFIG_LEDS_BCM6358) += leds-bcm6358.o + obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o