Changeset 94a3833 in freewrt for package/switch/Makefile


Ignore:
Timestamp:
Oct 1, 2006, 4:01:35 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
fb1c731
Parents:
3a245d6
Message:
  • part 1

do not overwrite ARCH in mk/targets.mk
ARCH is used for ipkg package creation.

Add two new variables:
CPU_ARCH -> architecture + endianess f.e. mipsel
KERNEL_ARCH -> architecture for Kernel modules f.e. mips

fix all kernel module packages to use these variables.

  • part 2

start creation of board+kernel+model+fs specific
base-files-arch and kernel packages. needed for web image builder (wib)

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@804 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/switch/Makefile

    r3a245d6 r94a3833  
    3131        $(MAKE) -C "$(LINUX_DIR)" \
    3232                CROSS_COMPILE="$(TARGET_CROSS)" \
    33                 ARCH="$(ARCH)" \
     33                ARCH="$(KERNEL_ARCH)" \
    3434                PATH="$(TARGET_PATH)" \
    3535                SUBDIRS="$(WRKBUILD)" \
Note: See TracChangeset for help on using the changeset viewer.