move package/sdk to target/sdk
[openwrt.git] / target / sdk / files / depend.mk
diff --git a/target/sdk/files/depend.mk b/target/sdk/files/depend.mk
new file mode 100644 (file)
index 0000000..d7b844d
--- /dev/null
@@ -0,0 +1,6 @@
+# You can put your package dependencies in here
+# Example (make openvpn depend on openssl):
+#      openvpn-compile: openssl-compile
+#
+# Note: This file is not present in the full buildroot. There you
+# have to put your package dependencies in buildroot/package/Makefile