mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-09 12:21:33 +00:00
fix generation of falcon images for profiles
SVN-Revision: 27550
This commit is contained in:
parent
d7732885ed
commit
7f548d379f
@ -202,6 +202,22 @@ endef
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_TARGET_lantiq_falcon)$(CONFIG_TARGET_lantiq_falcon_stable),y)
|
ifeq ($(CONFIG_TARGET_lantiq_falcon)$(CONFIG_TARGET_lantiq_falcon_stable),y)
|
||||||
|
define Image/BuildKernel/Profile/EASY98000
|
||||||
|
$(call Image/BuildKernel/Template,EASY98000,$(falcon_cmdline))
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Profile/EASY98000
|
||||||
|
$(call Image/Build/$(1),$(1),EASY98000)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Image/BuildKernel/Profile/EASY98020
|
||||||
|
$(call Image/BuildKernel/Template,EASY98020,$(falcon_cmdline))
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Profile/EASY98020
|
||||||
|
$(call Image/Build/$(1),$(1),EASY98020)
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/BuildKernel/Profile/Generic
|
define Image/BuildKernel/Profile/Generic
|
||||||
$(call Image/BuildKernel/Template,EASY98000,$(falcon_cmdline))
|
$(call Image/BuildKernel/Template,EASY98000,$(falcon_cmdline))
|
||||||
$(call Image/BuildKernel/Template,EASY98020,$(falcon_cmdline))
|
$(call Image/BuildKernel/Template,EASY98020,$(falcon_cmdline))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user