Log of /branches/common-nfo/target/linux/generic-2.6/Makefile
Parent Directory
|
Revision Log
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
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
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.