mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
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@adrianschmutzler.de> Acked-by: Paul Spooren <mail@aparcar.org> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
e941ec999f
commit
60256d6200
@ -19,11 +19,6 @@ define Build/loader-kernel
|
|||||||
$(call Build/loader-common,LOADER_DATA="$@")
|
$(call Build/loader-common,LOADER_DATA="$@")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/loader-kernel-cmdline
|
|
||||||
$(call Build/loader-common,LOADER_DATA="$@")
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
define Build/loader-okli-compile
|
define Build/loader-okli-compile
|
||||||
$(call Build/loader-common,FLASH_OFFS=$(LOADER_FLASH_OFFS) FLASH_MAX=0)
|
$(call Build/loader-common,FLASH_OFFS=$(LOADER_FLASH_OFFS) FLASH_MAX=0)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user