1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:06:02 +03:00

fix generation of falcon images for profiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27550 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2011-07-07 20:20:51 +00:00
parent 50f83cd332
commit 3bc6f3a20f

View File

@ -202,6 +202,22 @@ endef
endif
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
$(call Image/BuildKernel/Template,EASY98000,$(falcon_cmdline))
$(call Image/BuildKernel/Template,EASY98020,$(falcon_cmdline))