summaryrefslogtreecommitdiff
path: root/mk/package.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 00:21:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 00:21:59 +0200
commit5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (patch)
tree62da745045b8980a504ca74194126d621c807982 /mk/package.mk
parent5f15b1c8d4938805342426bb4b878ad2205a048d (diff)
fix base-files package after ipkg change
Diffstat (limited to 'mk/package.mk')
-rw-r--r--mk/package.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/package.mk b/mk/package.mk
index b635d6a40..27181e276 100644
--- a/mk/package.mk
+++ b/mk/package.mk
@@ -153,10 +153,6 @@ $$(IDIR_$(1))/CONTROL/control: ${_PATCH_COOKIE}
@for file in conffiles preinst postinst prerm postrm; do \
[ ! -f ./files/$(2).$$$$file ] || cp ./files/$(2).$$$$file $$(IDIR_$(1))/CONTROL/$$$$file; \
done
-# FIXME: special case for device dependent base-files package
-ifneq ($(strip $${ICONTROL_ADDON_$(1)}),)
- echo $${ICONTROL_ADDON_$(1)} >> $${IDIR_$(1)}/CONTROL/control
-endif
$$(IPKG_$(1)): $$(IDIR_$(1))/CONTROL/control $${_FAKE_COOKIE}
ifeq ($(ADK_DEBUG),)