diff options
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/Makefile.in | 3 | ||||
-rw-r--r-- | openwrt/package/busybox/busybox.mk | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/openwrt/package/busybox/Makefile.in b/openwrt/package/busybox/Makefile.in deleted file mode 100644 index a8efafb8b..000000000 --- a/openwrt/package/busybox/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) -TARGETS+=busybox -endif 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 |