OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 21... Line 21...
21 # If you enable multilink, then TDB is automatically enabled also. 21 # If you enable multilink, then TDB is automatically enabled also.
22 # Linux distributions: Please leave TDB ENABLED in your builds. 22 # Linux distributions: Please leave TDB ENABLED in your builds.
23 -USE_TDB=y 23 -USE_TDB=y
24 +#USE_TDB=y 24 +#USE_TDB=y
Line 25... Line 25...
25 25
26 # Uncomment the next line to enable Type=notify services in systemd 26 HAS_SHADOW=y
27 # If enabled, and the user sets the up_sdnotify option, then 27 #USE_PAM=y
Line 28... Line 28...
28 @@ -85,7 +85,7 @@ MAXOCTETS=y 28 @@ -80,7 +80,7 @@ MAXOCTETS=y
Line 29... Line 29...
29 29
30 INCLUDE_DIRS= -I../include 30 INCLUDE_DIRS= -I../include
Line 31... Line 31...
31 31
Line 32... Line 32...
32 -COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP 32 -COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP
33 +COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP 33 +COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP
34 34
Line 35... Line 35...
35 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"' 35 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"'
36 36