summaryrefslogtreecommitdiff
path: root/package/fconfig
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-05 11:54:08 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-06 09:40:40 +0100
commiteb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch)
tree040bfee55c1be4ce8616faecf11e83d224cc100a /package/fconfig
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
packages: remove uninstall 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 80de4dc5c..97892512f 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -17,10 +17,6 @@ define FCONFIG_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
endef
-define FCONFIG_UNINSTALL_TARGET_CMDS
- rm -f $(TARGET_DIR)/sbin/fconfig
-endef
-
define FCONFIG_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef