Changeset 11110


Ignore:
Timestamp:
12/06/08 18:39:44 (4 years ago)
Author:
eko
Message:

proftp changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/Makefile

    r11077 r11110  
    316316endif 
    317317 
     318ifeq ($(CONFIG_FTP),y) 
     319CFLAGS += -DHAVE_FTP 
     320endif 
     321ifeq ($(CONFIG_SAMBA_SRV),y) 
     322CFLAGS += -DHAVE_SAMBA_SRV 
     323endif 
     324 
    318325ifeq ($(CONFIG_RB500),y) 
    319326CFLAGS += -DHAVE_RB500 
Note: See TracChangeset for help on using the changeset viewer.