diff options
Diffstat (limited to 'openwrt/package/axtls/Makefile')
-rw-r--r-- | openwrt/package/axtls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/axtls/Makefile b/openwrt/package/axtls/Makefile index 9027976108..c53c4e5aea 100644 --- a/openwrt/package/axtls/Makefile +++ b/openwrt/package/axtls/Makefile @@ -26,6 +26,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) \ + STRIP=/bin/true \ OPT_CFLAGS="$(TARGET_CFLAGS)" OPT_LDFLAGS="" touch $@ |