[openwrt/openwrt] ath79: drop Build/loader-kernel-cmdline

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 6 13:58:35 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8938711223842facfd9a2a36ca4c589665c2c0ca

commit 8938711223842facfd9a2a36ca4c589665c2c0ca
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Sep 2 13:19:59 2020 +0200

    ath79: drop Build/loader-kernel-cmdline
    
    This is the same as  loader-kernel since the KERNEL_CMDLINE
    parameter has been removed in [1] and not used at all anyway.
    
    Remove it.
    
    [1] f77db1a59036 ("ath79: cleanup image build code")
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
    Acked-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/ath79/image/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile
index a555cfc6d5..4b4a67fd4d 100644
--- a/target/linux/ath79/image/Makefile
+++ b/target/linux/ath79/image/Makefile
@@ -19,11 +19,6 @@ define Build/loader-kernel
 	$(call Build/loader-common,LOADER_DATA="$@")
 endef
 
-define Build/loader-kernel-cmdline
-	$(call Build/loader-common,LOADER_DATA="$@")
-endef
-
-
 define Build/loader-okli-compile
 	$(call Build/loader-common,FLASH_OFFS=$(LOADER_FLASH_OFFS) FLASH_MAX=0)
 endef



More information about the lede-commits mailing list