diff options
author | Gabor Juhos <juhosg@freemail.hu> | 2018-01-15 23:04:53 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 11:07:17 +0100 |
commit | fbd33c2b6c2df9c0bc1622582df72e95b2a07964 (patch) | |
tree | 7cfe3db9a5b93d307c1d54c087039f8f5d398933 /target/linux/ar71xx/patches-4.9 | |
parent | 508999d366b0ba378e88ce6eb500522be8eaf36f (diff) | |
download | upstream-fbd33c2b6c2df9c0bc1622582df72e95b2a07964.tar.gz upstream-fbd33c2b6c2df9c0bc1622582df72e95b2a07964.tar.bz2 upstream-fbd33c2b6c2df9c0bc1622582df72e95b2a07964.zip |
ar71xx: fix format of the 701-MIPS-ath79-add-routerboard-detection patches
Commit e15c63a37574 ("ar71xx: add support for MikroTik RouterBOARD wAP
G-5HacT2HnD (wAP AC") broke the format of the patches. In unified diff
format, the unchanged, contextual lines must be preceded by a space
character.
Refresh the patches with quilt to fix them.
Fixes: e15c63a37574 ("ar71xx: add support for MikroTik RouterBOARD wAPG-5HacT2HnD (wAP AC")
Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
Diffstat (limited to 'target/linux/ar71xx/patches-4.9')
-rw-r--r-- | target/linux/ar71xx/patches-4.9/701-MIPS-ath79-add-routerboard-detection.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.9/701-MIPS-ath79-add-routerboard-detection.patch b/target/linux/ar71xx/patches-4.9/701-MIPS-ath79-add-routerboard-detection.patch index 1d9d761d71..625bb19ba5 100644 --- a/target/linux/ar71xx/patches-4.9/701-MIPS-ath79-add-routerboard-detection.patch +++ b/target/linux/ar71xx/patches-4.9/701-MIPS-ath79-add-routerboard-detection.patch @@ -29,5 +29,5 @@ + strstr(arcs_cmdline, "board=922gs")) + ath79_prom_append_cmdline("console", "ttyS0,115200"); } - + void __init prom_free_prom_memory(void) |