2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
12 define Config
/template
15 Preconfig-Default
: $(3)
21 Preconfig
/$(1) = $$(call Config
/template
,$(1),$(2),$(3),$(4))
22 preconfig_
$$(1) += $(1)
25 define Dumpinfo
/Package
27 $(if
$(MENU
),Menu
: $(MENU
)
28 )$(if
$(SUBMENU
),Submenu
: $(SUBMENU
)
29 )$(if
$(SUBMENUDEP
),Submenu-Depends
: $(SUBMENUDEP
)
30 )$(if
$(DEFAULT
),Default
: $(DEFAULT
)
31 )$(if
$(findstring $(PREREQ_CHECK
),1),Prereq-Check
: 1
34 Menu-Depends
: $(MDEPENDS
)
36 $(if
$(VARIANT
),Build-Variant
: $(VARIANT
)
37 )$(if
$(PKG_BUILD_DEPENDS
),Build-Depends
: $(PKG_BUILD_DEPENDS
)
38 )$(if
$(HOST_BUILD_DEPENDS
),Build-Depends
/host
: $(HOST_BUILD_DEPENDS
)
39 )$(if
$(BUILD_TYPES
),Build-Types
: $(BUILD_TYPES
)
43 Maintainer
: $(MAINTAINER
)
45 Type
: $(if
$(Package
/$(1)/targets
),$(Package
/$(1)/targets
),$(if
$(PKG_TARGETS
),$(PKG_TARGETS
),ipkg
))
46 $(if
$(KCONFIG
),Kernel-Config
: $(KCONFIG
)
47 )$(if
$(BUILDONLY
),Build-Only
: $(BUILDONLY
)
48 )$(if
$(HIDDEN
),Hidden
: $(HIDDEN
)
49 )Description
: $(if
$(Package
/$(1)/description
),$(Package
/$(1)/description
),$(TITLE
))
53 $(if
$(Package
/$(1)/config
),Config
:
54 $(Package
/$(1)/config
)
56 )$(foreach pc,$(preconfig_
$(1)),
60 define Feature
/Default
68 $(eval
$(Feature
/Default
))
69 $(eval
$(Feature
/$(1)))
70 $(if
$(DUMP
),$(call Dumpinfo
/Feature
,$(1)))
73 define Dumpinfo
/Feature
74 $(info Feature
: $(TARGET_NAME
)_
$(1)
75 Target-Name
: $(TARGET_NAME
)
76 Target-Title
: $(TARGET_TITLE
)
78 $(if
$(PRIORITY
),Feature-Priority
: $(PRIORITY
)
80 $(Feature
/$(1)/description
)
This page took 0.044456 seconds and 5 git commands to generate.