X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fbusybox%2FMakefile;h=ed58fabcfd9176d6fd20f1912cca233b523ed42a;hp=f4553c0ffe13f7563adf158c212c205e0ef69161;hb=331bb19bb022f15780cdf3e5b6e24b688e85db06;hpb=881571899255438afc9bec4451babdad84f0da3a diff --git a/package/busybox/Makefile b/package/busybox/Makefile index f4553c0ffe..ed58fabcfd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -62,7 +62,7 @@ endef define Build/Configure rm -f $(PKG_BUILD_DIR)/.configured* grep 'CONFIG_BUSYBOX_' $(TOPDIR)/.config | sed -e "s,\\(# \)\\?CONFIG_BUSYBOX_\\(.*\\),\\1\\2,g" > $(PKG_BUILD_DIR)/.config - yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \ + yes 'n' | $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ KBUILD_HAVE_NLS=no \ @@ -113,7 +113,6 @@ define Package/busybox/install $(INSTALL_BIN) ./files/$$$$tmp $(1)/etc/init.d/$$$$tmp; \ done -rm -rf $(1)/lib64 - $(if $(CONFIG_PROCD_INIT),rm -f $(1)/sbin/init $(1)/sbin/logread) endef $(eval $(call BuildPackage,busybox))