diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:16 +0000 |
commit | 09976aa5627eb857d7cc097a0209af21033fbe27 (patch) | |
tree | 50a8507e66c903c450c3301539bca496bd0b20dc /include/package.mk | |
parent | fc7d1081dc66206f1019f6fc378569745ff9b9f1 (diff) | |
download | upstream-09976aa5627eb857d7cc097a0209af21033fbe27.tar.gz upstream-09976aa5627eb857d7cc097a0209af21033fbe27.tar.bz2 upstream-09976aa5627eb857d7cc097a0209af21033fbe27.zip |
build: clean up and optimize ipkg control generator code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/package.mk b/include/package.mk index 1cdab6b447..a1b90da38a 100644 --- a/include/package.mk +++ b/include/package.mk @@ -251,9 +251,6 @@ endif endif ) - $(call shexport,Package/$(1)/description) - $(call shexport,Package/$(1)/config) - $(if $(DUMP), \ $(Dumpinfo/Package), \ $(foreach target, \ |