Log of /branches/common-nfo/package/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: 16631 byte(s)
Diff to
previous 3249
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
3233 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 16 14:05:08 2007 UTC
(6 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 16632 byte(s)
Diff to
previous 3209
first of a series of commits I'd suggest to not test until I did:
remove busybox ash and the other shells (hush, lash, msh); always
use mksh by default, as /bin/sh, /bin/ash symlink, /bin/mksh native,
and default admin login shell unless bash or zsh are selected
mksh is a superset of ash (I didn't find anything busybox ash can
do that mksh can't), and the upcoming mksh R30 will be even smaller
in -DMKSH_SMALL mode (but that one will lack vi editing mode)
ok wbx@
we planned this for 1.2, but it will greatly help the nfo conversion
and users request shells they can actually use if they don't have a
webinterface handy
Revision
3165 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 7 17:24:19 2007 UTC
(6 years, 7 months ago)
by
n0-1
Original Path:
trunk/freewrt/package/Config.in
File length: 16554 byte(s)
Diff to
previous 3160
reorganisation of the various nfs support packages
* kernel space vs. user space is now a choice
(allowing both to be built as modules, but only
a single installation into the firmware image,
as both provide their own /etc/exports)
* nfs-utils is also helpful for nfs-server, as it
provides 'exportfs', so leave non-utility stuff
out of the package and create a new one containing
server stuff
* any comments regarding the menuconfig layout?
Revision
2833 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 17 22:12:50 2007 UTC
(6 years, 8 months ago)
by
n0-1
Original Path:
trunk/freewrt/package/Config.in
File length: 14671 byte(s)
Diff to
previous 2818
fwrtc - FreeWRT Traffic Control
Basically this is a set of scripts to setup rate limiters and
filters for the wan interface. Intentionally, the filters just
match firewall marks, so classification needs to be done via
iptables rules (to be documented).
Revision
2795 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 14 12:55:49 2007 UTC
(6 years, 8 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14718 byte(s)
Diff to
previous 2703
add experimental support for nokernel targets (mips and i386 for now)
requested by wbx@
if something doesn't work right or you want to build packages for other
arches (say, arm) just tell me and I'll add them.
Revision
2590 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 21 14:06:47 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14576 byte(s)
Diff to
previous 2588
dear dnehring@,
1. the package is called rdate not rsync
2. this couldn't have waited until I notice the error myself, eh?
3. you could've told me by eMail or, even BETTER, via IRC
4. if you really wanted to enable pmacct, you should've said so
in the commit message; I assume you committed the first hunk
accidentally and hereby revert it
5. mood: slightly pissed because a very lengthy commit failed
due to a sudden “out of date” message
communication is everything. PLEASE join the IRC channel.
Revision
2580 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 21 12:48:42 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14575 byte(s)
Diff to
previous 2579
move “network configuration” before “packages selection” because enabling
IPv6 in the former has major effect on the latter, and nobody's gonna go
back to the packages selection if network conf comes after it…
Revision
2579 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 21 12:40:19 2007 UTC
(6 years, 9 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14575 byte(s)
Diff to
previous 2567
• ed: the distfile is now at the MirBSD master site, too
• ed, mksh: take maintainership, bump dashver
• rdate: new package (can do rdate _and_ SNTP, is very small, fast and secure)
• busybox: default built-in rdate to “no”, use EITHER that OR new rdate package
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/package/Config.in
File length: 14343 byte(s)
Diff to
previous 2408
*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
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/package/Config.in
File length: 14875 byte(s)
Diff to
previous 2316
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
2279 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 27 10:23:01 2007 UTC
(6 years, 11 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14882 byte(s)
Diff to
previous 2276
• don't build some linux specific host tools; unbreak building
rpcgen on BSD (where it probably isn't needed since the BSDs
come with rpcgen already, but this was easier…)
• rename nfs-utils init script from S70nfsd to S70knfsd
(nfsd is the user space nfs-server)
• rename nfs-utils rc.conf item from $nfsd to $knfsd, too
• kernel nfsd also needs $portmap=YES in rc.conf to function
• add the rc.conf symbol in postinstall, it was missing
• CPPFLAGS additions belong into TCPPFLAGS+= line
• some style nits
Revision
2157 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 13 19:55:38 2007 UTC
(6 years, 11 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14807 byte(s)
Diff to
previous 2156
add an option to make an “fwcf killer” image
AND NO, YOU CANNOT DO THIS IN A WAY THAT KILLS FWCF ONLY ON
FIRST BOOT, because you cannot write to squashfs, and THIS
MUST BE EXECUTED BEFORE the overlay filesystem is initialised.
Yes, this means you'll have to flash twice. But this is better
than nothing if you can't use failsafe, right?
Revision
2150 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 11 20:25:45 2007 UTC
(6 years, 11 months ago)
by
ulmen
Original Path:
trunk/freewrt/package/Config.in
File length: 14463 byte(s)
Diff to
previous 2142
* readd ccache functionality
* fix ccache issue with openssl
* fix ccache issue with libpri
* kernel is now also build explicit with CC="$(TARGET_CC)", thus it's ccached
* drop unnecessary sed call in kernel-build.mk while there
Revision
2142 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 9 19:43:05 2007 UTC
(6 years, 11 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 14422 byte(s)
Diff to
previous 2135
• add SSL flavour to fetchmail, requested by “sum” (Clemens) in IRC
• add comment about the security record of fetchmail to its menuconfig help
• move fetchmail from apps to networking
tested both flavours; verified libs with “objdump -p”, not tested on target
Revision
2114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 28 23:13:53 2007 UTC
(6 years, 11 months ago)
by
n0-1
Original Path:
trunk/freewrt/package/Config.in
File length: 14434 byte(s)
Diff to
previous 2086
* big asterisk configuration rework, XOR selection should now work
* fixed asterisk-12 for building with misdn support
* dropped a patch for a badly implemented driver
* ported mISDNuser which provides important libs for when using chan_misdn
with asterisk
Revision
2074 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 21:39:24 2007 UTC
(7 years ago)
by
dnehring
Original Path:
trunk/freewrt/package/Config.in
File length: 13446 byte(s)
Diff to
previous 2061
mutt, php4, dhcp currently does not build with "make allmodconfig" (Target: WRT54G3G). php4: gd-library broken, mutt: include from host ncurses installation. Please enable it again when fixed. Now all packages build.
Revision
2018 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 16 17:43:13 2007 UTC
(7 years ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 13397 byte(s)
Diff to
previous 2015
disable axtls, broken by wbx@ in -r2015
/home/tg/Allbuild/staging_dir_mipsel/bin/mipsel-linux-uclibc-gcc -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/tg/Allbuild/staging_dir_mipsel/usr/lib -L/home/tg/Allbuild/staging_dir_mipsel/lib -L/home/tg/Allbuild/staging_dir_mipsel/usr/lib -o .././_stage/axhttpd main.o proc.o mime_types.o -L.././_stage -laxtls
main.o: In function `main':
/home/tg/Allbuild/build_mipsel/w-axtls-1.1.0-1/axTLS/httpd/main.c:171: undefined reference to `ssl_version'
collect2: ld returned 1 exit status
gmake[6]: *** [.././_stage/axhttpd] Error 1
gmake[6]: Leaving directory `/home/tg/Allbuild/build_mipsel/w-axtls-1.1.0-1/axTLS/httpd'
Seems like -lssl o.ä. is missing
Revision
1975 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 14 06:20:06 2007 UTC
(7 years ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 13665 byte(s)
Diff to
previous 1935
disable the following packages from being selected,
so that an allmodconfig can succeed (I'm not done yet):
* freeradius: broken, libtool issues
* openser: not converted to ADK
* mypackage: not converted to ADK, plus obsolete because of target/extra/
Revision
1832 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 2 21:18:48 2007 UTC
(7 years ago)
by
tha
Original Path:
trunk/freewrt/package/Config.in
File length: 13438 byte(s)
Diff to
previous 1831
* Added new package scsi-spin for spinning up/down scsi
and usb disks. This closes whishlist bug #202.
Because of I don't have any usb disks I cannot really
test if scsi-spin really works. If it does it's a
candidate for inclusion in freewrt 1.0.
Revision
1732 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 23 15:13:07 2007 UTC
(7 years, 1 month ago)
by
n0-1
Original Path:
trunk/freewrt/package/Config.in
File length: 13395 byte(s)
Diff to
previous 1691
reimport of asterisk-1.2, still broken
* Makefile based on the one used for asterisk-1.2.1,
but 1.2.14 is used here
* there are problems with pthreads (maybe this is not
limited to uClibc, as I found others reporting the same
errors (at least not everyone using uClibc)
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/package/Config.in
File length: 13347 byte(s)
Diff to
previous 1682
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
1355 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 21 15:32:04 2006 UTC
(7 years, 2 months ago)
by
n0-1
Original Path:
trunk/freewrt/package/Config.in
File length: 13310 byte(s)
Diff to
previous 1305
Ported procps to freewrt.
The procps package contains only a few tools not
provided by busybox. The reason for this port was
my growing hate against certain busybox applets
(namely top) exactly _not_ showing what i want to
see.
I also added notifiers to the busybox config, so
that nothing gets doubly selected. For building
correctly, procps needs libncurses, therefore a
new entry to pkg-depend.mk was added.
Revision
827 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 3 15:38:58 2006 UTC
(7 years, 4 months ago)
by
wbx
Original Path:
trunk/freewrt/package/Config.in
File length: 15629 byte(s)
Diff to
previous 798
sync with freewrt_1_0 branch. It was a little bit to early to branch,
but now everybody can work again. New smaller stuff can be committed
directly in trunk.
Bigger stuff, like a new architecture or a new board should be
developed via a separate branch. Kernel and compiler updates, too.
Any bugfixes or security updates should go into branch and trunk.
Still send me a patch first and do not commit directly into the branch.
Revision
719 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 25 21:16:56 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/Config.in
File length: 13472 byte(s)
Diff to
previous 711
* add PKG_VERSION to every package in default selection
* add broadcom-scripts package as default for 1.0, it adds
network and switch configuration scripts to base
suggested by markus to separate these from webif package
* move ed to application and disable by default, sorry tg, but
not everybody needs it
* be sure that if broadcom-scripts are installed, new ifup/ifdown
network configuration is not used
Revision
636 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 18 20:47:20 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/Config.in
File length: 12772 byte(s)
Diff to
previous 600
* add experimental broadcom-nas package for WPA/WPA2 support of
broadcom wireless drivers.
* move all broadcom specific userland applications to
Base - Board Specific - Broadcom
* move dnsmasq, iptables and bridge to Network
Revision
588 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 12 18:11:35 2006 UTC
(7 years, 5 months ago)
by
wbx
Original Path:
trunk/freewrt/package/Config.in
File length: 12707 byte(s)
Diff to
previous 527
merge wbx-target-cleanup to trunk.
- mk directory for some top level makefiles (build.mk,vars.mk)
- add a separate configfs partition to all models, 128 kb big
- add model and platform specific startup files and kernel configs
- delete target/linux/package, add all addon kernel packages to packages
- simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
- add target/image directory, place where the different images are created
- default off for all extra packages, be sure that you enable all packages
you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)
Revision
519 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 14 22:01:59 2006 UTC
(7 years, 6 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 12632 byte(s)
Diff to
previous 510
disable the SDK for now, it's more broken than imagebuilder
and needs careful treatment
FWIW, why doesn't someone make package/imagebuilder/ ?
that could especially use the new ./extra directory helper
(cf. package/buildhlp.mk)
Revision
443 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 27 13:04:40 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 12359 byte(s)
Diff to
previous 438
* bring shell configuration in one single place
* enhance comments; make sure we always need one /bin/sh
(currently not enforced; there will be no root shell
selectable if none is available; the user shell will
default to /bin/sh but that isn't supplied) and one
/bin/ash (either busybox ash or mksh, both work fine)
Now feel free to go and add a GNU b(lo)a(t)sh package...
configuration is similar as mksh, and it can also be used
as /bin/sh (obviously) and /bin/ash.
Revision
437 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 27 12:08:18 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 15125 byte(s)
Diff to
previous 414
let the user decide which of the available shells he
wants as /bin/sh - not only these included with busybox
(ash and mksh are probably the only ones which will
work, but like this I won't affect any existing con-
figuration)
Revision
414 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 25 14:11:21 2006 UTC
(7 years, 7 months ago)
by
tg
Original Path:
trunk/freewrt/package/Config.in
File length: 12351 byte(s)
Diff to
previous 381
what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time
wbx@ allowed me to do so... I did keep some menus where it made sense though
Revision
295 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 19 16:49:46 2006 UTC
(7 years, 7 months ago)
by
markus
Original Path:
trunk/freewrt/package/Config.in
File length: 11564 byte(s)
Diff to
previous 279
- added ported webif package
- updated package Config.in
- updated package Makefile
- added basic dhcp settings to port
- removed firewall page from port as it is broken right now
- have fun testing it...
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.