English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/freewrt_1_0/target/linux/brcm-2.4/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3813 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 24 13:34:26 2008 UTC (5 years, 4 months ago) by dnehring
File length: 8518 byte(s)
Diff to previous 3794
Update Kernel to 2.4.36.8

Revision 3794 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 8 09:21:18 2008 UTC (5 years, 5 months ago) by dnehring
File length: 8518 byte(s)
Diff to previous 3765
Update Kernel to 2.4.36.7

Revision 3765 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 18 08:25:53 2008 UTC (5 years, 8 months ago) by dnehring
File length: 8518 byte(s)
Diff to previous 3754
Update kernel to 2.4.36.6

Revision 3754 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 21 13:51:32 2008 UTC (5 years, 9 months ago) by dnehring
File length: 8518 byte(s)
Diff to previous 2505
First Update to 2.4.36.4

Revision 2505 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 14 12:00:16 2007 UTC (6 years, 9 months ago) by wbx
File length: 8523 byte(s)
Diff to previous 893
remove some unused code

Revision 893 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 11:33:01 2006 UTC (7 years, 4 months ago) by wbx
File length: 9056 byte(s)
Diff to previous 826
fix kernel meta package dependency, close #110

Revision 826 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 3 13:19:45 2006 UTC (7 years, 4 months ago) by wbx
File length: 9383 byte(s)
Diff to previous 816
revert r807, we need the virtual kernel package

Revision 816 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 2 21:51:08 2006 UTC (7 years, 4 months ago) by wbx
File length: 8591 byte(s)
Diff to previous 811
fix make subdir=target/linux/brcm-2.4 kernel-compile, needed for snapshot builds. add two new targets. fix patch target if directory does not exist

Revision 811 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 2 13:49:49 2006 UTC (7 years, 4 months ago) by wbx
File length: 8735 byte(s)
Diff to previous 808
fix for g3g, if variable is empty, do not try to install, found by markus

Revision 808 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 2 00:44:15 2006 UTC (7 years, 4 months ago) by wbx
File length: 8698 byte(s)
Diff to previous 804
remove the kernel package for now, it was empty anyway. add kernel and bootloader to /kernel, needed for ib script and web image builder, remove some empty variables

Revision 804 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 1 14:01:35 2006 UTC (7 years, 4 months ago) by wbx
File length: 9490 byte(s)
Diff to previous 744
* 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)



Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File length: 9298 byte(s)
Diff to previous 725
create stable branch, feature freeze, please send svn diff patches to wbx

Revision 725 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 25 22:26:36 2006 UTC (7 years, 5 months ago) by dnehring
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 9298 byte(s)
Diff to previous 680
mv kernel version to 2.4.33.3

Revision 680 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 23 22:40:15 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 9296 byte(s)
Diff to previous 646
* add back support for squashfs with symlinks on jffs2
 mini_fo seems to produce some very strange problems, unsure if 1.0 will have overlay support... 
* not verified yet, tg blocks my network card, because he is online over my umts card and working on my testrouter connected to his second nic, which I used to test 
my changes, but now he use it for fwcf hacking...




Revision 646 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 20 22:14:52 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 8728 byte(s)
Diff to previous 588
mv netfilter.mk to includedir, create modules-2.4.mk

Revision 588 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 12 18:11:35 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 23482 byte(s)
Diff to previous 309
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)



Revision 309 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 00:27:26 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 2344 byte(s)
Diff to previous 177
remove more dead code, and fix my fix to gcom's Makefile...
of course you set WRKSRC not WRKBUILD


Revision 177 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 6 22:14:16 2006 UTC (7 years, 7 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 2361 byte(s)
Diff to previous 43
use OpenWrt whiterussian system code and wireless driver
 
 * make it build with 2.4.32
 * add netgear wgt634u patches (untested)
 * keep newest flash map stuff
 * add wlcompat and wl.o from whiterussian
 * add diag_led.c from whiterussian




Revision 43 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 11 16:29:15 2006 UTC (7 years, 8 months ago) by tg
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 2428 byte(s)
Diff to previous 37
use pax to extract if it exists, instead of tar,
because it handles certain archives created by
GNU tar better (on BSD), no change on Linux

ok wbx@



Revision 37 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 11 08:30:24 2006 UTC (7 years, 8 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 2430 byte(s)
Diff to previous 1
change url to freewrt.org

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/target/linux/brcm-2.4/Makefile
File length: 2434 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20