Changeset 9238


Ignore:
Timestamp:
03/05/08 17:28:11 (5 years ago)
Author:
eko
Message:

needed for VINT builds

Location:
src/router/wlconf
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/wlconf/Makefile

    r8521 r9238  
    4444        install -d $(INSTALLDIR)/usr/sbin 
    4545ifeq ($(CONFIG_MSSID),y) 
     46ifeq ($(CONFIG_BCM5354),y) 
    4647#       install -D wlconf.v24 $(INSTALLDIR)/usr/sbin/wlconf 
    4748        install wlconf $(INSTALLDIR)/usr/sbin 
     49else 
     50        install -D wlconf.r9068 $(INSTALLDIR)/usr/sbin/wlconf 
     51endif 
    4852else 
    4953        install -D wlconf.v23 $(INSTALLDIR)/usr/sbin/wlconf 
Note: See TracChangeset for help on using the changeset viewer.