Show
Ignore:
Timestamp:
03/10/08 16:00:21 (4 years ago)
Author:
n0-1
Message:

hook in fon2100 support into the ADK

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/rules.mk

    r3693 r3710  
    8585ifeq ($(strip ${FWRT_LINUX_2_6_AR7}),y) 
    8686UNAME_R:=               2.6.21.1 
     87else ifeq ($(strip ${FWRT_LINUX_2_6_ATHEROS}),y) 
     88UNAME_R:=               2.6.23.12 
    8789else ifeq ($(strip ${FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM}),y) 
    8890UNAME_R:=               2.6.22.1 
     
    9698 
    9799ifeq ($(strip ${FWRT_mipsel}),y) 
     100UNAME_M:=               mips 
     101else ifeq ($(strip ${FWRT_mips}),y) 
    98102UNAME_M:=               mips 
    99103else ifeq ($(strip ${FWRT_i386}),y)