Changeset 8883


Ignore:
Timestamp:
01/25/08 01:52:00 (5 years ago)
Author:
BrainSlayer
Message:

hwmon is not available on this device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/Makefile

    r8873 r8883  
    168168ifeq ($(CONFIG_NOP8670),y) 
    169169CFLAGS += -DHAVE_NOP8670 
    170 endif 
     170CFLAGS += -DHAVE_XSCALE 
     171CFLAGS += -DHAVE_GATEWORX 
     172else 
    171173ifeq ($(CONFIG_GATEWORX),y) 
    172174CFLAGS += -DHAVE_XSCALE 
     
    174176CFLAGS += -DHAVE_CPUTEMP 
    175177endif 
    176  
     178endif 
    177179ifeq ($(CONFIG_MAGICBOX),y) 
    178180CFLAGS += -DHAVE_MAGICBOX 
Note: See TracChangeset for help on using the changeset viewer.