Index: /src/router/pppd.new/pppd/plugins/radius/Makefile.linux =================================================================== --- /src/router/pppd.new/pppd/plugins/radius/Makefile.linux (revision 12192) +++ /src/router/pppd.new/pppd/plugins/radius/Makefile.linux (revision 12391) @@ -19,7 +19,7 @@ include $(TOP)/.config -ifeq ($(CONFIG_AQOS),y) -CFLAGS += -DHAVE_AQOS -endif +#ifeq ($(CONFIG_AQOS),y) +#CFLAGS += -DHAVE_AQOS +#endif # Uncomment the next line to include support for Microsoft's Index: /src/router/pppd.new/pppd/Makefile.linux =================================================================== --- /src/router/pppd.new/pppd/Makefile.linux (revision 12192) +++ /src/router/pppd.new/pppd/Makefile.linux (revision 12391) @@ -34,4 +34,5 @@ # #COPTS = -O2 -pipe -Wall -g +#COPTS LIBS = @@ -61,7 +62,8 @@ endif -ifeq ($(CONFIG_AQOS),y) -CFLAGS += -DHAVE_AQOS -endif +#ifeq ($(CONFIG_AQOS),y) +#CFLAGS += -DHAVE_AQOS +#LDFLAGS = -L$(TOP)/libutils -L$(TOP)/nvram -lutils -lnvram +#endif # Uncomment the next line to enable the TDB database (enabled by default.)