Changeset 7a9bee8 in freewrt


Ignore:
Timestamp:
Mar 20, 2007, 5:12:40 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
317392ca
Parents:
aa75991
Message:

okay, this sucks…

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

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • rules.mk

    raa75991 r7a9bee8  
    7474
    7575ifeq (${FWRTPREREQ},)
    76 ifeq ($(strip ${FWRT_LINUX_2_4_BRCM}),y)
    77 UNAME_R:=               2.4.34
    78 else ifeq ($(strip ${FWRT_LINUX_2_6_BRCM}),y)
    79 UNAME_R:=               2.6.19.1
    80 else ifeq ($(strip ${FWRT_LINUX_2_4_RB}),y)
    81 UNAME_R:=               2.4.34
    82 else ifeq ($(strip ${FWRT_LINUX_2_6_RB}),y)
    83 UNAME_R:=               2.6.19.1
    84 else ifeq ($(strip ${FWRT_LINUX_2_6_X86}),y)
    85 UNAME_R:=               2.6.19.1
    86 else
    87 $(error Cannot determine target "uname -r" output)
    88 endif
    89 
    90 ifeq ($(strip ${FWRT_mipsel}),y)
    91 UNAME_M:=               mips
    92 else ifeq ($(strip ${FWRT_i386}),y)
    93 UNAME_M:=               i386
    94 else
    95 $(error Cannot determine target "uname -m" output)
    96 endif
     76include mk/uname.mk
    9777endif # not FWRTPREREQ
    9878
Note: See TracChangeset for help on using the changeset viewer.