Changeset 12391
- Timestamp:
- 06/28/2009 09:26:36 PM (4 months ago)
- Files:
-
- src/router/pppd.new/pppd/Makefile.linux (modified) (2 diffs)
- src/router/pppd.new/pppd/plugins/radius/Makefile.linux (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/pppd.new/pppd/Makefile.linux
r12192 r12391 34 34 # 35 35 #COPTS = -O2 -pipe -Wall -g 36 #COPTS 36 37 LIBS = 37 38 … … 61 62 endif 62 63 63 ifeq ($(CONFIG_AQOS),y) 64 CFLAGS += -DHAVE_AQOS 65 endif 64 #ifeq ($(CONFIG_AQOS),y) 65 #CFLAGS += -DHAVE_AQOS 66 #LDFLAGS = -L$(TOP)/libutils -L$(TOP)/nvram -lutils -lnvram 67 #endif 66 68 67 69 # Uncomment the next line to enable the TDB database (enabled by default.) src/router/pppd.new/pppd/plugins/radius/Makefile.linux
r12192 r12391 19 19 include $(TOP)/.config 20 20 21 ifeq ($(CONFIG_AQOS),y)22 CFLAGS += -DHAVE_AQOS23 endif21 #ifeq ($(CONFIG_AQOS),y) 22 #CFLAGS += -DHAVE_AQOS 23 #endif 24 24 25 25 # Uncomment the next line to include support for Microsoft's
