Changeset db5651c in freewrt for target/imagebuilder


Ignore:
Timestamp:
Sep 12, 2006, 8:11:35 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
eec1f7b
Parents:
a3abab6
Message:

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

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

Location:
target/imagebuilder
Files:
14 added
2 moved

Legend:

Unmodified
Added
Removed
  • target/imagebuilder/Makefile

    ra3abab6 rdb5651c  
    1 # $FreeWRT$
    2 #-
    3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
    4 # material, please see the LICENCE file in the top-level directory
    5 # or at http://www.freewrt.org/license for details.
    6 
    7 default: clean wrap-all
     1default: clean all
    82
    93TOPDIR:=${shell pwd}
     
    5448        find $(LINUX_BUILD_DIR)/root -name '.svn' || 'CVS' | xargs rm -rf
    5549        $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
    56 
    57 wrap-all:
    58         @printf '%s\nwq\n' "1s#^.*\$$#TOPDIR:=$$(readlink -nf .)#" | \
    59             ed -s lbin/prereq.mk
    60         @./lbin/gmake all
  • target/imagebuilder/lists/micro.brcm-2.4

    ra3abab6 rdb5651c  
    11base-files
    2 base-files-brcm
     2base-files-brcm-2.4
    33bridge
    44busybox
     
    66dropbear
    77iptables
     8iwlib
    89kmod-brcm-wl
    910kmod-diag
     
    1415uclibc
    1516wificonf
    16 wireless-tools
Note: See TracChangeset for help on using the changeset viewer.