summaryrefslogtreecommitdiff
path: root/package/fconfig
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-07 10:16:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 19:42:34 +0100
commit3d86d29bf05663ab170c9f8cf44ab691b722f7fb (patch)
tree74c34da2118fb18f2149b900e20da2900e29518f /package/fconfig
parent47e82829c25657b2e6413802dcd1020c15084d31 (diff)
packages: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/fconfig')
-rw-r--r--package/fconfig/fconfig.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index 97892512f..2288e79fa 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -17,8 +17,4 @@ define FCONFIG_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
endef
-define FCONFIG_CLEAN_CMDS
- -$(MAKE) -C $(@D) clean
-endef
-
$(eval $(generic-package))