summaryrefslogtreecommitdiffstats
path: root/package/bridge-utils
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/bridge-utils
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
downloadbuildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.tar.gz
buildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.zip
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/bridge-utils')
-rw-r--r--package/bridge-utils/bridge-utils.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/bridge-utils/bridge-utils.mk b/package/bridge-utils/bridge-utils.mk
index 4a2199058c..dbfcd90c2b 100644
--- a/package/bridge-utils/bridge-utils.mk
+++ b/package/bridge-utils/bridge-utils.mk
@@ -11,9 +11,4 @@ BRIDGE_UTILS_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
BRIDGE_UTILS_LICENSE = GPLv2+
BRIDGE_UTILS_LICENSE_FILES = COPYING
-define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS
- rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
- include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
-endef
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud