diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-10 19:06:22 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-10 19:06:22 +0000 |
commit | 2b42215e7af143bc9c1734cfc551e28a27a91af5 (patch) | |
tree | 723775516af9d2f501e52b4cbccb4b00f52ce5a9 /package/busybox/Makefile | |
parent | b631c3ba470d9999779ae551f361118ca8c330ea (diff) |
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/Makefile')
-rw-r--r-- | package/busybox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3f061b82d..23dcc1cf8 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)) |