bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled

This commit is contained in:
Peter Korsgaard 2008-10-20 11:53:05 +00:00
parent 886b274a5c
commit 084e855d05
1 changed files with 2 additions and 0 deletions

View File

@ -16,10 +16,12 @@ BRIDGE_DEPENDENCIES:=uclibc
$(eval $(call AUTOTARGETS,package,bridge))
ifeq ($(BR2_ENABLE_DEBUG),)
# bridge has no install-strip target
$(BRIDGE_HOOK_POST_INSTALL): $(BRIDGE_TARGET_INSTALL_TARGET)
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/brctl
touch $@
endif
# bridge has no uninstall target
$(BRIDGE_TARGET_UNINSTALL):