summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFSBernhard Reutner-Fischer2007-07-081-1/+2
|
* - fdisk was broken in r18727, disable for now.Bernhard Reutner-Fischer2007-07-081-1/+1
|
* - forgot to provide a default config for 1.6.1Bernhard Reutner-Fischer2007-07-081-0/+1
| | | | Thanks to Cristian Ionescu-Idbohrn for noticing this.
* - bump version and uninstall runlevel script. Closes #1366Bernhard Reutner-Fischer2007-07-081-2/+2
|
* - pretty print path for brevityBernhard Reutner-Fischer2007-07-081-4/+3
|
* - silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer2007-07-082-5/+77
| | | | This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.
* - mention from which version this copy of kconfig comes from (redundant ↵Bernhard Reutner-Fischer2007-07-071-1/+2
| | | | since i noted it already in the checkin message, but ok).
* - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/includeBernhard Reutner-Fischer2007-07-071-2/+1
| | | | is the proper path for includes (check your host)
* - bump versionBernhard Reutner-Fischer2007-07-071-1/+1
|
* - account for setups without wchar support.Bernhard Reutner-Fischer2007-07-071-0/+6
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-062-3/+3
|
* Bump versions."Steven J. Hill"2007-07-062-8/+2
|
* Remove more stuff during 'make distclean'."Steven J. Hill"2007-07-061-1/+2
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-0614-37/+45
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* Fix patch filtering and add new patch to disable tests for IPv6 when not ↵"Steven J. Hill"2007-07-062-14/+135
| | | | selected.
* Bump version of tar and add disabling of IPv6 for psmisc if it is not ↵"Steven J. Hill"2007-07-052-1/+2
| | | | selected. Submitted by <buraphalinuxserver@gmail.com>.
* Add building of m4 for host and fix autoconf dependency. Submitted by Julien ↵"Steven J. Hill"2007-07-052-3/+45
| | | | Letessier <julien.letessier@technosens.fr>.
* Update version of ed and remove obsoleted patch. Submitted by ↵"Steven J. Hill"2007-07-052-28/+5
| | | | <buraphalinuxserver@gmail.com>.
* Remove configure cruftPeter Korsgaard2007-07-051-10/+0
|
* - forgot a lineBernhard Reutner-Fischer2007-07-021-0/+1
|
* - forgot to write out the .config.cmdBernhard Reutner-Fischer2007-07-022-12/+12
|
* - bump versionBernhard Reutner-Fischer2007-07-021-0/+5
|
* - udhcp was merged into busybox some years ago; use a recent busybox instead!Bernhard Reutner-Fischer2007-07-021-3/+4
|
* - change download site to sourceforgeBernhard Reutner-Fischer2007-06-291-2/+2
|
* - fix make defconfig (Rick Foos)Bernhard Reutner-Fischer2007-06-282-1/+14
|
* - add quagga suiteBernhard Reutner-Fischer2007-06-283-0/+295
|
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-285-6/+9
| | | | - bash build is not parallel-safe
* - fix building the utilities that are ment to be run on the _HOST_ (Julien ↵Bernhard Reutner-Fischer2007-06-283-35/+113
| | | | Letessier)
* - provide autotools for the host (Julien Letessier)Bernhard Reutner-Fischer2007-06-283-19/+162
|
* - rm some old filesBernhard Reutner-Fischer2007-06-284-653/+0
|
* - respin whole patch for the sake of simplicityBernhard Reutner-Fischer2007-06-281-258/+254
|
* - make it compile with a C89 compilerBernhard Reutner-Fischer2007-06-288-27/+243
|
* - adjust infrastructure for new kconfigBernhard Reutner-Fischer2007-06-281-24/+0
|
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-2836-4835/+10305
|
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-271-0/+5
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-27137-318/+174
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵Bernhard Reutner-Fischer2007-06-273-22/+30
| | | | packages
* - use correct installation pathBernhard Reutner-Fischer2007-06-271-12/+11
|
* - the actual current version of NTP is 4.2p2 (Julien Letessier)Bernhard Reutner-Fischer2007-06-271-2/+2
| | | | - fixed the configure flag (Julien Letessier)
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-267-16/+12
|
* - apply the patchesBernhard Reutner-Fischer2007-06-262-13/+3
|
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-261-0/+4
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* - bump versionBernhard Reutner-Fischer2007-06-261-6/+16
|
* - bump version, make it compile. tickadjust has to be disabled. Closes #1029Bernhard Reutner-Fischer2007-06-262-10/+24
| | | | Provide means for installing sntp
* - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069Bernhard Reutner-Fischer2007-06-261-0/+8
|
* - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)Bernhard Reutner-Fischer2007-06-261-0/+1
|
* - Add a system-V init script to ntpd. Closes #518Bernhard Reutner-Fischer2007-06-252-0/+47
|
* - account for now optional archiveBernhard Reutner-Fischer2007-06-251-2/+2
|
* - fix typo in previous commitBernhard Reutner-Fischer2007-06-251-1/+1
|
* - correct installation pathBernhard Reutner-Fischer2007-06-251-6/+12
|