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.4/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.4/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.4/Makefile
File length: 433 byte(s)
Copied from: trunk/freewrt/target/linux/rb-2.4/Makefile revision 3333
Diff to previous 2504
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 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.4/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.4/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.4/Makefile
File length: 458 byte(s)
Diff to previous 1378
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 1378 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 24 23:08:39 2006 UTC (7 years, 2 months ago) by dnehring
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 458 byte(s)
Diff to previous 1292
Update to 2.4.34, only minor changes against -rc1

Revision 1292 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 13 11:49:33 2006 UTC (7 years, 2 months ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 462 byte(s)
Diff to previous 1290
rb-2.4 kernel upgrade to 2.4.34-rc1

finished the upgrade process started by Dirk with
porting of the patches and testing the result, everything
should be fine.


Revision 1290 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 11 23:08:23 2006 UTC (7 years, 2 months ago) by dnehring
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 460 byte(s)
Diff to previous 1289
Arrgh, typo...

Revision 1289 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 11 23:03:05 2006 UTC (7 years, 2 months ago) by dnehring
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 460 byte(s)
Diff to previous 1288
Revert 2.4.34-rc1 change for rb-2.4. I cannot regression testing all
combinations by my own and this platform is time critical. It's on Phil
to update to the new version.


Revision 1288 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 11 21:25:45 2006 UTC (7 years, 2 months ago) by dnehring
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 462 byte(s)
Diff to previous 1166
Migrate to 2.4.34-rc1
* update include.patch
* drop gcc4 patch (it's now integrated)
* drop pppoe-mtu patch (integrated too)

Tested with WRT54G3G.


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.4/Makefile
File length: 460 byte(s)
Diff to previous 946
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 946 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 00:10:39 2006 UTC (7 years, 4 months ago) by wbx
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 470 byte(s)
Diff to previous 934
mv target/linux/board-kernel/Makefile to mk/, add nfrastructure for brcm2.4s

Revision 934 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 16 12:43:23 2006 UTC (7 years, 4 months ago) by n0-1
Original Path: trunk/freewrt/target/linux/rb-2.4/Makefile
File length: 10208 byte(s)
Copied from: branches/n0-1_rb500/target/linux/rb-2.4/Makefile revision 933
Diff to previous 931
Merged back support for Mikrotik's RouterBoard532 from branches/n0-1_rb500 r849:933

Revision 931 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 16 09:54:50 2006 UTC (7 years, 4 months ago) by n0-1
Original Path: branches/n0-1_rb500/target/linux/rb-2.4/Makefile
File length: 10208 byte(s)
Diff to previous 861
Added essential stuff to boot rb532 from cf-disk. 
Image creation still needs to be done.


Revision 861 - (view) (download) (annotate) - [select for diffs]
Added Fri Oct 6 17:10:53 2006 UTC (7 years, 4 months ago) by n0-1
Original Path: branches/n0-1_rb500/target/linux/rb-2.4/Makefile
File length: 9781 byte(s)
initial integration of rb532 into buildroot, non functional yet! ok @wbx

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