Log of /branches/common-nfo/Config.in
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: 3765 byte(s)
Diff to
previous 3224
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
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/Config.in
File length: 3085 byte(s)
Diff to
previous 2362
*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
2362 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 15 14:45:50 2007 UTC
(6 years, 10 months ago)
by
wbx
Original Path:
trunk/freewrt/Config.in
File length: 1993 byte(s)
Diff to
previous 2360
add some experimental stuff i would like to use for my linux laptop, not ready so far (initramfs with cryptotoken support, to encrypt a root partition with a usb cryptotoken..)
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/Config.in
File length: 1897 byte(s)
Diff to
previous 1084
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
943 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 16 22:21:28 2006 UTC
(7 years, 4 months ago)
by
wbx
Original Path:
trunk/freewrt/Config.in
File length: 1499 byte(s)
Diff to
previous 645
fix most parts of my braindead misuse of "select".
There are two methods to depend on different packages/options.
Soft dependency, user can deselect:
add to the package "foo" dependencies to device or filesystem "bar":
config FWRT_PACKAGE_FOO
default y if FWRT_TARGET_BAR
default n
depends on FWRT_TARGET_BAR
If you want a hard dependency, user can't deselect, then
add a select to FWRT_TARGET_BAR
config FWRT_TARGET_BAR
select FWRT_PACKAGE_FOO
For menus wich are only relevant for specific devices, use a
depends on line (see USB kernel modules for example).
After discussion with Phil, who said it really sucks to remove a .config before
switching between devices or filesystems. He was right.
Revision
360 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 22 15:48:30 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/Config.in
File length: 1540 byte(s)
Diff to
previous 231
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
Revision
65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 16 06:14:56 2006 UTC
(7 years, 8 months ago)
by
wbx
Original Path:
trunk/freewrt/Config.in
File length: 1506 byte(s)
Diff to
previous 28
cleanup toolchain Makefiles, Config.in is removed, we should always use a working and very well tested toolchain, developers who care about compiler optimizations should be able to change the settings
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.