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))
|
$(eval $(call AUTOTARGETS,package,bridge))
|
||||||
|
|
||||||
|
ifeq ($(BR2_ENABLE_DEBUG),)
|
||||||
# bridge has no install-strip target
|
# bridge has no install-strip target
|
||||||
$(BRIDGE_HOOK_POST_INSTALL): $(BRIDGE_TARGET_INSTALL_TARGET)
|
$(BRIDGE_HOOK_POST_INSTALL): $(BRIDGE_TARGET_INSTALL_TARGET)
|
||||||
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/brctl
|
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/brctl
|
||||||
touch $@
|
touch $@
|
||||||
|
endif
|
||||||
|
|
||||||
# bridge has no uninstall target
|
# bridge has no uninstall target
|
||||||
$(BRIDGE_TARGET_UNINSTALL):
|
$(BRIDGE_TARGET_UNINSTALL):
|
||||||
|
Loading…
Reference in New Issue
Block a user