mirror of
https://github.com/openwrt/packages.git
synced 2025-07-23 12:31:37 +00:00
Use meson. Upstream prefers it. Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
214 B
Diff
14 lines
214 B
Diff
--- a/include/iscsi_if.h
|
|
+++ b/include/iscsi_if.h
|
|
@@ -36,6 +36,10 @@
|
|
*/
|
|
#endif
|
|
|
|
+#ifndef ISCSI_DB_ROOT
|
|
+#define ISCSI_DB_ROOT "/etc/iscsi"
|
|
+#endif
|
|
+
|
|
#define ISCSI_NL_GRP_ISCSID 1
|
|
#define ISCSI_NL_GRP_UIP 2
|
|
|