Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

Commit

Permalink
Update git base/patch
Browse files Browse the repository at this point in the history
This cleans up a patch that had extra indents, as well as updates our
base revision.
  • Loading branch information
riptidewave93 committed Oct 2, 2016
1 parent 83055e9 commit c2177ff
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
56 changes: 28 additions & 28 deletions overlay/target/linux/x86/patches-4.4/800-add-apu2-gpio-driver.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c2177ff

Please sign in to comment.