Changeset 1232
- Timestamp:
- 11/30/06 18:23:01 (2 years ago)
- Files:
-
- trunk/freewrt/Config.in.snapshot (added)
- trunk/freewrt/Makefile (modified) (1 diff)
- trunk/freewrt/mk/build.mk (modified) (1 diff)
- trunk/freewrt/target/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Makefile
r1198 r1232 46 46 allmodconfig: .prereq_done 47 47 @${GMAKE_INV} allmodconfig 48 49 snapshotconfig: .prereq_done 50 @${GMAKE_INV} snapshotconfig 48 51 49 52 package_index: .prereq_done trunk/freewrt/mk/build.mk
r1204 r1232 126 126 scripts/restore-defaultconf.sh $(RESTORE_PATTERNS) 127 127 128 snapshotconfig: $(CONFIG)/conf 129 @$(CONFIG)/conf -m Config.in.snapshot 130 128 131 tools/install-lbin: 129 132 $(MAKE) -C tools install-lbin trunk/freewrt/target/Config.in
r1084 r1232 9 9 menu "Target system" 10 10 11 choice 11 choice 12 12 prompt "Embedded Device" 13 depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET 13 14 source "target/linux/brcm-2.4/Config.in" 14 15 source "target/linux/brcm-2.6/Config.in"


