aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
committerMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
commit4db966cb5e50b72afbb0b0b9ea0176b78f4e9064 (patch)
tree723775516af9d2f501e52b4cbccb4b00f52ce5a9 /package/busybox
parenta9b90461ebdaeec297893bb2357a5785424f5844 (diff)
downloadmaster-187ad058-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.gz
master-187ad058-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.bz2
master-187ad058-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.zip
Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 3f061b82db..23dcc1cf8d 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -33,7 +33,6 @@ endef
define Package/busybox/install
$(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install
- $(STRIP) $(1)/bin/busybox
endef
$(eval $(call BuildPackage,busybox))