X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4d71a0805ae4e1e69596b1fb0682ec184d8af290..c9cb208c67fc22dded67c32acdb2a88a95e135d7:/openwrt/package/busybox/busybox.mk diff --git a/openwrt/package/busybox/busybox.mk b/openwrt/package/busybox/busybox.mk index 84c4a1cd7..e19aa7bc4 100644 --- a/openwrt/package/busybox/busybox.mk +++ b/openwrt/package/busybox/busybox.mk @@ -60,3 +60,12 @@ busybox-clean: busybox-dirclean: rm -rf $(BUSYBOX_DIR) + +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) +TARGETS+=busybox +endif