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

SCM Repository

ViewVC logotype

Log of /branches/common-nfo/target/linux/generic-2.6/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3427 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File length: 433 byte(s)
Copied from: trunk/freewrt/target/linux/generic-2.6/Makefile revision 3423
Diff to previous 3335
merge in trunk rev. 3426

Revision 3335 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 12:19:41 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/generic-2.6/Makefile
File length: 433 byte(s)
Copied from: trunk/freewrt/target/linux/rb-2.6/Makefile revision 3333
Diff to previous 2995
make it so that “nokernel” targets can build a 2.4 or 2.6 kernel
(needs config, so only mipsel works for now, and I chose to use
a target supported by qemu here ☺), this works (including building
an initramfs cpioball) except that no modules are in the “image”


Revision 2995 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 28 14:11:56 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 433 byte(s)
Diff to previous 2992
ok, fix from frozenfish archive


Revision 2992 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 28 14:02:14 2007 UTC (6 years, 7 months ago) by tg
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 433 byte(s)
Diff to previous 2504
fix checksums, please someone verify!


Revision 2504 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 14 11:55:48 2007 UTC (6 years, 9 months ago) by wbx
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 433 byte(s)
Diff to previous 2049
*tada*
complete rework of the kernel and kernel module build process.
more modular, very fast and simple (perl free implementation TM)

 * only choosen drivers are compiled in the ADK, significant faster
   compiles (just 10 minutes for a basic image on my X40 notebook for
   a WL500gp)
 * if the user changes something in the ADK, thats not a problem, new
   drivers are automatically compiled on next make run
 * only one simple "kernelconfig" for every board-kernel combination
 * two kind of configuration symbols:
   - FWRT_KERNEL prefix, for kernel features without packages
   - FWRT_KPACKAGE_KMOD prefix for kernel features or drivers with packages
 * very simple to add new drivers to the ADK, just add stuff to 
   target/linux/config/Config.in.* and mk/modules.mk
 * rebuild of firmware images without make clean if you change model/board
   (nearly, one bug with base-files still exist)
 * autogenerated ipkg control files  
 * first cleanup of special netfilter/iptables scripts (netfilter.mk is
  obsolete)
 * New menuconfig point ADK (for ccache, toolchain stuff, prefix,...)
 * package collection is disabled for now, it seems unmaintained. it is better
   to only have this in WIB, in my point of view
   
What is missing:
 * pcmcia support and tests on Linksys WRT54G3G
 * ip6tables 2.4/2.6
 * ebtables for 2.6
 * iptables package 
 * dependencies for shorewall/fwfirewall/iptables package
 * documentation for the developer handbook

Please test and report bugs!
 




Revision 2049 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 17 20:08:49 2007 UTC (7 years ago) by tg
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 467 byte(s)
Diff to previous 1686
fix up the ${UNAME_*} mess for non-2.4-mipsel targets
(besides mipsel and i386, other targets may be added later)

kernel upgraders: the version number is now set in rules.mk!


Revision 1686 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 20 21:21:59 2007 UTC (7 years, 1 month ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 460 byte(s)
Diff to previous 1339
merged from branches/common-adk 1310:1685

the following packages are not converted yet:
* alsa
* asterisk
* pmacct
* zaptel
* elinks
* libgd
* lua
* mypackage
* openser
* php*
* snort*
* tmsnc

additionally, freeradius doesn't compile.

happy fixing :P


Revision 1339 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 18 22:32:43 2006 UTC (7 years, 2 months ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 460 byte(s)
Diff to previous 1166
upgraded rb-2.6 to 2.6.19.1

As there is (officially) no other platform supporting
kernel-2.6, there were no changes taken to different platforms.
Getting YAFFS2 to run was a little tricky:
* first patch with patch-ker.sh from current cvs
* then apply a patch of Vitaly Wool <vitalywool@gmail.com>
* manually fix references to <linux/config.h> at two places
I put all changes mentioned above into 140-yaffs2.patch, so
its no longer a simple patch from current cvs!
There were also some minor incompatibilities like wrong syntax
of plat_irq_dispatch().


Revision 1166 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 19 19:08:32 2006 UTC (7 years, 3 months ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 460 byte(s)
Diff to previous 1084
Merged modules-2.4.mk and modules-2.6.mk into modules.mk

* different module paths and names are solved with variables
 -> no if-statements around eval's allowed
 -> could help getting configuration more flexible without having
    to split every functionality into 1000 packages

* changing package content leads to new KMOD_template syntax
 -> the parameter referenced $(7) inside is now gone
    (specification of module names to echo into /etc/modules.d/$(6)-$(2)
 -> module names are now fetched from parameter $(3) 
    (the actual modules to integrate into the package)

* changing paths to iptables modules are solved inside mk/netfilter.mk
  (affects only xt_modules)
 -> the variables IPT_CONNTRACK-m, IPT_EXTRA-m, etc. now hold module 
    names including subpaths, so they have to be converted inside 
    package/iptables/Makefile

* still things to fix/reorganize, but should work for now


Revision 1084 - (view) (download) (annotate) - [select for diffs]
Added Mon Nov 6 16:55:21 2006 UTC (7 years, 3 months ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.6/Makefile
File length: 470 byte(s)
initially integrated kernel-2.6 support for RouterBoard 500

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