Changeset c28af812 in freewrt


Ignore:
Timestamp:
Feb 1, 2007, 3:10:31 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
2f13d9a
Parents:
131674c
Message:

accidentially changed the substituted parts of the patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/zaptel-12/patches/patch-Makefile

    r131674c rc28af812  
    1515 CFLAGS+=-DSTANDALONE_ZAPATA
    1616-KMAKE:= $(MAKE) -C $(KSRC) SUBDIRS=$(PWD)
    17 +KMAKE:= $(MAKE) -C $(KSRC) ARCH=mips V=1 SUBDIRS=$(PWD)
     17+KMAKE:= $(MAKE) -C $(KSRC) ARCH=@@ARCH@@ V=1 SUBDIRS=$(PWD)
    1818 KMAKE_INST:= $(KMAKE) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc modules_install
    1919 
     
    2424        @if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
    2525-       $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
    26 +       $(MAKE) -C $(KSRC) ARCH=mips V=1 SUBDIRS=$(PWD) modules
     26+       $(MAKE) -C $(KSRC) ARCH=@@ARCH@@ V=1 SUBDIRS=$(PWD) modules
    2727 
    2828 version.h: FORCE
Note: See TracChangeset for help on using the changeset viewer.