forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from coolsnowwolf/master
Pull
- Loading branch information
Showing
2,046 changed files
with
799,927 additions
and
27,732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ key-build* | |
.emacs.desktop* | ||
TAGS*~ | ||
git-src | ||
.git-credentials | ||
.git-credentials | ||
/*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 0 additions & 65 deletions
65
package/boot/uboot-rockchip/patches/001-rockchip-Avoid-using-libfdt-with-of-platdata.diff
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
package/boot/uboot-rockchip/patches/001-scripts-remove-dependency-on-swig.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From b137ca16b54c67d76714ea5a0138741959b0dc29 Mon Sep 17 00:00:00 2001 | ||
From: David Bauer <mail@david-bauer.net> | ||
Date: Mon, 13 Jul 2020 23:37:37 +0200 | ||
Subject: [PATCH] scripts: remove dependency on swig | ||
|
||
Don't build the libfdt tool, as it has a dependency on swig (which | ||
OpenWrt does not ship). | ||
|
||
This requires more hacks, as of-platdata generation does not work | ||
without it. | ||
|
||
Signed-off-by: David Bauer <mail@david-bauer.net> | ||
--- | ||
scripts/dtc/Makefile | 2 -- | ||
1 file changed, 2 deletions(-) | ||
|
||
--- a/scripts/dtc/Makefile | ||
+++ b/scripts/dtc/Makefile | ||
@@ -18,5 +18,3 @@ HOSTCFLAGS_dtc-parser.tab.o := -I$(src) | ||
# dependencies on generated files need to be listed explicitly | ||
$(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h | ||
|
||
-# Added for U-Boot | ||
-subdir-$(CONFIG_PYLIBFDT) += pylibfdt |
41 changes: 0 additions & 41 deletions
41
...t/uboot-rockchip/patches/002-dm-core-Don-t-include-ofnode-functions-with-of-platdata.diff
This file was deleted.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
package/boot/uboot-rockchip/patches/002-spl-remove-dtoc-of-pdata-generation.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From 55273cf6079ddd3b006da69f0113c2c66c03f17e Mon Sep 17 00:00:00 2001 | ||
From: David Bauer <mail@david-bauer.net> | ||
Date: Tue, 14 Jul 2020 22:44:22 +0200 | ||
Subject: [PATCH] spl: remove dtoc of-pdata generation | ||
|
||
Remove the dtoc of-pdata generation. This generation is dependant on | ||
libpython-dev. As OpenWrt does not ship with this dependency, use | ||
pre-generated pdata files and remove the generation from the | ||
build-process. | ||
|
||
This only affects RK3328 boards. | ||
|
||
Signed-off-by: David Bauer <mail@david-bauer.net> | ||
--- | ||
scripts/Makefile.spl | 6 ------ | ||
1 file changed, 6 deletions(-) | ||
|
||
--- a/scripts/Makefile.spl | ||
+++ b/scripts/Makefile.spl | ||
@@ -320,12 +320,6 @@ PHONY += dts_dir | ||
dts_dir: | ||
$(shell [ -d $(obj)/dts ] || mkdir -p $(obj)/dts) | ||
|
||
-include/generated/dt-structs-gen.h: $(obj)/$(SPL_BIN).dtb dts_dir FORCE | ||
- $(call if_changed,dtoch) | ||
- | ||
-$(obj)/dts/dt-platdata.c: $(obj)/$(SPL_BIN).dtb dts_dir FORCE | ||
- $(call if_changed,dtocc) | ||
- | ||
ifdef CONFIG_SAMSUNG | ||
ifdef CONFIG_VAR_SIZE_SPL | ||
VAR_SIZE_PARAM = --vs |
22 changes: 0 additions & 22 deletions
22
.../boot/uboot-rockchip/patches/003-spl-Allow-SPL-TPL-to-use-of-platdata-without-libfdt.diff
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.