Changeset 1232

Show
Ignore:
Timestamp:
11/30/06 18:23:01 (2 years ago)
Author:
n0-1
Message:

Introduced a new make target `snapshotconfig'.

This target is quite equal to the well-known `allmodconfig',
with the extension that all possible target devices are selected
at the same time. This leads to also enabling packages which depend
on certain target devices, what is useful for snapshot builds.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r1198 r1232  
    4646allmodconfig: .prereq_done 
    4747        @${GMAKE_INV} allmodconfig 
     48 
     49snapshotconfig: .prereq_done 
     50        @${GMAKE_INV} snapshotconfig 
    4851 
    4952package_index: .prereq_done 
  • trunk/freewrt/mk/build.mk

    r1204 r1232  
    126126        scripts/restore-defaultconf.sh $(RESTORE_PATTERNS) 
    127127 
     128snapshotconfig: $(CONFIG)/conf 
     129        @$(CONFIG)/conf -m Config.in.snapshot 
     130 
    128131tools/install-lbin: 
    129132        $(MAKE) -C tools install-lbin 
  • trunk/freewrt/target/Config.in

    r1084 r1232  
    99menu "Target system" 
    1010 
    11 choice 
     11choice  
    1212prompt "Embedded Device" 
     13depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET 
    1314source "target/linux/brcm-2.4/Config.in" 
    1415source "target/linux/brcm-2.6/Config.in"