Changeset 24301a9 in freewrt


Ignore:
Timestamp:
Mar 21, 2007, 8:55:08 AM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
1873388
Parents:
46e20e0
Message:

Fixing more make 3.80 incompatibilities. Who decide to go with 3.81 and dropping all compatibility? No advantage, only problems. Great decision...

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2217 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/uname.mk

    r46e20e0 r24301a9  
    77ifeq ($(strip ${FWRT_LINUX_2_4_BRCM}),y)
    88UNAME_R:=               2.4.34
    9 else ifeq ($(strip ${FWRT_LINUX_2_6_BRCM}),y)
     9else
     10ifeq ($(strip ${FWRT_LINUX_2_6_BRCM}),y)
    1011UNAME_R:=               2.6.19.1
    11 else ifeq ($(strip ${FWRT_LINUX_2_4_RB}),y)
     12else
     13ifeq ($(strip ${FWRT_LINUX_2_4_RB}),y)
    1214UNAME_R:=               2.4.34
    13 else ifeq ($(strip ${FWRT_LINUX_2_6_RB}),y)
     15else
     16ifeq ($(strip ${FWRT_LINUX_2_6_RB}),y)
    1417UNAME_R:=               2.6.19.1
    15 else ifeq ($(strip ${FWRT_LINUX_2_6_X86}),y)
     18else
     19ifeq ($(strip ${FWRT_LINUX_2_6_X86}),y)
    1620UNAME_R:=               2.6.19.1
    1721else
    1822$(error Cannot determine target "uname -r" output)
    1923endif
     24endif
     25endif
     26endif
     27endif
    2028
    2129ifeq ($(strip ${FWRT_mipsel}),y)
    2230UNAME_M:=               mips
    23 else ifeq ($(strip ${FWRT_i386}),y)
     31else
     32ifeq ($(strip ${FWRT_i386}),y)
    2433UNAME_M:=               i386
    2534else
    2635$(error Cannot determine target "uname -m" output)
    2736endif
     37endif
Note: See TracChangeset for help on using the changeset viewer.