Changeset 8347

Show
Ignore:
Timestamp:
11/06/07 03:13:18 (2 years ago)
Author:
BrainSlayer
Message:

openlldp added, maybe usefull

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/rules/all.mk

    r8188 r8347  
    169169include rules/bmon.mk 
    170170include rules/ethtool.mk 
     171include rules/openlldp.mk 
    171172#include rules/tor.mk 
    172173 
  • src/router/rules/configs.mk

    r8140 r8347  
    154154obj-$(CONFIG_TOR) += tor 
    155155obj-$(CONFIG_RSTP) += rstp 
     156obj-$(CONFIG_OPENLLDP) += openlldp 
    156157 
    157158 
  • src/router/rules/wpa_supplicant.mk

    r6844 r8347  
    1616ifeq ($(CONFIG_WPA_SUPPLICANT),y) 
    1717        install -D wpa_supplicant/wpa_supplicant $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_supplicant 
    18       install -D wpa_supplicant/wpa_passphrase $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_passphrase 
    19       install -D wpa_supplicant/wpa_cli $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_cli 
     18#     install -D wpa_supplicant/wpa_passphrase $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_passphrase 
     19#     install -D wpa_supplicant/wpa_cli $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_cli 
    2020        $(STRIP) $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_supplicant 
    21       $(STRIP) $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_passphrase 
    22       $(STRIP) $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_cli 
     21#     $(STRIP) $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_passphrase 
     22#     $(STRIP) $(INSTALLDIR)/wpa_supplicant/usr/sbin/wpa_cli 
    2323else 
    2424        # So that generic rule does not take precedence