Log of /branches/common-nfo/mk/modules.mk
Parent Directory
|
Revision Log
Revision
3265 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 18 12:45:43 2007 UTC
(6 years, 7 months ago)
by
tg
File length: 30435 byte(s)
Diff to
previous 3190
copy trunk/freewrt r3264 into a new branch for making the nfo system
because upgrading the old adk branch would be a hell more work
Revision
2562 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun May 20 13:15:22 2007 UTC
(6 years, 9 months ago)
by
wbx
Original Path:
trunk/freewrt/mk/modules.mk
File length: 27211 byte(s)
Diff to
previous 2528
* update asterisk, zaptel and libpri to latest upstream version
* add junghanns latest asterisk patches and drivers for qozap and zaphfc
runtime tests on routerboard 2.6, compiles on brcm-2.4.
more testing as soon as my ISDN line is up and running, after LT2007...
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/mk/modules.mk
File length: 26370 byte(s)
Diff to
previous 2434
*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
2434 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 24 22:34:31 2007 UTC
(6 years, 10 months ago)
by
wbx
Original Path:
trunk/freewrt/mk/modules.mk
File length: 20959 byte(s)
Diff to
previous 2364
* enable usb for rb-2.4/2.6 with nec mini-pci usb 2.0 controller
* only for nfs kernel config (still experimental)
* load native language support before vfat
* fix some 2.6 usb names/config symbols
Revision
2322 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 2 22:17:37 2007 UTC
(6 years, 10 months ago)
by
wbx
Original Path:
trunk/freewrt/mk/modules.mk
File length: 20924 byte(s)
Diff to
previous 2281
time to break trunk.
* update to OpenWrt brcm-2.4 patch, wl driver and diag driver
* fix failsafe mode to use new hotplug method
* rework of mk/kernel-build.mk to use .config instead of stampfiles
* simplify mk/kernel*.mk to use $(FS) instead ifeq/else crap
a lot of small stuff.
tested and verified to boot at least on
- Netgear WG634u
- Linksys WRT54GS v1.0
- Asus WL500gP
Only basic lan and wlan stuff (none encryption, wep) are tested.
PLEASE update only on NON-PRODUCTIVE routers with serial access.
HELP to test the new backend code for BRCM-2.4!
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/mk/modules.mk
File length: 20272 byte(s)
Diff to
previous 1363
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
1166 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Sun Nov 19 19:08:32 2006 UTC
(7 years, 3 months ago)
by
n0-1
Original Path:
trunk/freewrt/mk/modules.mk
File length: 19511 byte(s)
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.