summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 07:40:42 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-19 07:40:42 +0000
commit518379352319449090b64bdf01e897da8c831289 (patch)
treef00e1fc8cd0ce67531c7a76dad97797766b276e6 /openwrt/package/busybox
parent9616c3fcf4ad77718e88c1e46ae9ca552491f9e9 (diff)
downloadmtk-20170518-518379352319449090b64bdf01e897da8c831289.zip
mtk-20170518-518379352319449090b64bdf01e897da8c831289.tar.gz
mtk-20170518-518379352319449090b64bdf01e897da8c831289.tar.bz2
sync with buildroot2 from uclibc
SVN-Revision: 262
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r--openwrt/package/busybox/Makefile.in3
-rw-r--r--openwrt/package/busybox/busybox.mk9
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 a8efafb..0000000
--- 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 84c4a1c..e19aa7b 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