Changeset 18990


Ignore:
Timestamp:
04/11/12 23:58:21 (14 months ago)
Author:
BrainSlayer
Message:

simply gui is broken for broadcom devices, so we use standard

Location:
src/router/httpd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/Makefile

    r18976 r18990  
    4040BCFLAGS += -DLINUX -ffunction-sections -fdata-sections -Wl,--gc-sections 
    4141 
    42 CFLAGS = $(BCFLAGS) 
     42CFLAGS = $(BCFLAGS) -I$(LINUXDIR)/brcm/wl/bcmwifi/include 
    4343 
    4444REWRITE_REVISION_H1 := $(shell echo -n '\#define SVN_REVISION "' > revision.h) 
     
    110110ifeq ($(CONFIG_WZRHPAG300NH),y) 
    111111CFLAGS += -DHAVE_WZRHPAG300NH 
     112endif 
     113ifeq ($(CONFIG_80211AC),y) 
     114CFLAGS += -DHAVE_80211AC 
    112115endif 
    113116ifeq ($(CONFIG_WZRG450),y) 
  • src/router/httpd/visuals/dd-wrt.c

    r18979 r18990  
    37723772        char power[16]; 
    37733773 
    3774 #ifndef HAVE_EASY_WIRELESS_CONFIG 
     3774#if !defiled(HAVE_EASY_WIRELESS_CONFIG) || defined(HAVE_BCMMODERN) 
    37753775        // char maxpower[16]; 
    37763776#ifdef HAVE_MADWIFI 
Note: See TracChangeset for help on using the changeset viewer.