diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-17 22:11:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-17 22:11:21 +0000 |
commit | 94cdcbde6d2fa931d27a239452ef794ab35f46ef (patch) | |
tree | bff4cd1b0fa8e32e2ba5a9ac6c36c8c8bcc61e52 /include/package.mk | |
parent | f970dff78d3bbd1467857fc48beab43cb527447d (diff) | |
download | mtk-20170518-94cdcbde6d2fa931d27a239452ef794ab35f46ef.zip mtk-20170518-94cdcbde6d2fa931d27a239452ef794ab35f46ef.tar.gz mtk-20170518-94cdcbde6d2fa931d27a239452ef794ab35f46ef.tar.bz2 |
add experimental support for a new menuconfig submenu "Package features". allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2
SVN-Revision: 18056
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk index 7cfe697..4ee9d71 100644 --- a/include/package.mk +++ b/include/package.mk @@ -176,7 +176,7 @@ endif $(call shexport,Package/$(1)/config) $(if $(DUMP), \ - $(Dumpinfo), \ + $(Dumpinfo/Package), \ $(foreach target, \ $(if $(Package/$(1)/targets),$(Package/$(1)/targets), \ $(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg $(if $(CONFIG_DEBUG_DIR),debug)) \ |