bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled
This commit is contained in:
parent
886b274a5c
commit
084e855d05
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user