summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - bump patch versionBernhard Reutner-Fischer2007-01-221-3/+3
|
* - add missing dependency on host-fakerootBernhard Reutner-Fischer2007-01-211-3/+3
|
* - remove sedtest temporary fileBernhard Reutner-Fischer2007-01-211-0/+1
|
* - remove validator, all is fine now.Bernhard Reutner-Fischer2007-01-211-2/+0
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-219-17/+17
|
* - update proposed patchletBernhard Reutner-Fischer2007-01-211-93/+14
|
* - use more portable flags for cpBernhard Reutner-Fischer2007-01-211-6/+6
|
* - add some more categories and move respective packages to them.Bernhard Reutner-Fischer2007-01-211-83/+133
| | | | I hope that this makes navigation and finding packages easier..
* - use makedev to get device number, else it gives wrong major/minor numbers ↵Bernhard Reutner-Fischer2007-01-211-2/+2
| | | | | | to devices files on systems which use big device numbers. Closes #919
* - provide means to "install uClibc headers in the target filesystem" without ↵Bernhard Reutner-Fischer2007-01-216-3/+44
| | | | a native compiler
* - handle all gcc-4.x for the softfloat case.Bernhard Reutner-Fischer2007-01-211-4/+2
|
* - remove old reminder that is already dealt with.Bernhard Reutner-Fischer2007-01-211-10/+0
|
* Patch to remove usage of legacy 'index' function."Steven J. Hill"2007-01-211-0/+22
|
* - add proposed, non-cleanup version of the compile fix for disabled ↵Bernhard Reutner-Fischer2007-01-201-0/+498
| | | | | | getc/putc macros for vapier to look at It even creates smaller code as compared to current svn..
* - dmalloc attempted to install itself to /Bernhard Reutner-Fischer2007-01-201-5/+27
| | | | - make certain features dependant on the respective BR2 settings.
* - pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer2007-01-201-1/+1
|
* - add fix for ARM fake syscall from execve. Closes #626Bernhard Reutner-Fischer2007-01-201-0/+18
|
* - duh. add missing listentry stop markersBernhard Reutner-Fischer2007-01-191-4/+4
|
* - remove validatorBernhard Reutner-Fischer2007-01-191-2/+0
|
* - explicitely mention -clean and -dirclean targets so it is easier to search ↵Bernhard Reutner-Fischer2007-01-191-2/+2
| | | | for them
* - make it build.. compile-tested only. Closes #970Bernhard Reutner-Fischer2007-01-193-1/+117
|
* - make sure to pass the target cflags inBernhard Reutner-Fischer2007-01-191-5/+7
|
* - make distclean didn't clean dialog binaries. Closes #1039Bernhard Reutner-Fischer2007-01-191-0/+1
|
* - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWDBernhard Reutner-Fischer2007-01-191-0/+25
|
* - remove superfluous intermediate targetBernhard Reutner-Fischer2007-01-191-5/+2
|
* - bump versionBernhard Reutner-Fischer2007-01-192-8/+38
|
* - copy the _CONFIG_FILES backBernhard Reutner-Fischer2007-01-192-2/+6
| | | | - use the BUSYBOX_CONFIG_FILE if specified by the user
* - add some more documentationBernhard Reutner-Fischer2007-01-191-23/+57
|
* - some minor correctionsBernhard Reutner-Fischer2007-01-191-9/+9
|
* - update valid HTML pic and temporarily enable referer checkingBernhard Reutner-Fischer2007-01-194-3/+16
|
* - add missing spaceBernhard Reutner-Fischer2007-01-191-1/+1
|
* - add some anchors to the sample makefile to make ease navigationBernhard Reutner-Fischer2007-01-191-71/+71
|
* - Correct some typosBernhard Reutner-Fischer2007-01-191-12/+19
| | | | - Add some more explanation to the -clean and -dirclean targets
* - make sure that URLs are standard conformingBernhard Reutner-Fischer2007-01-193-5/+5
| | | | Let's see if the date property works..
* - bump patch versionBernhard Reutner-Fischer2007-01-181-5/+7
|
* Bump versionPeter Korsgaard2007-01-181-1/+1
|
* sqlite installs into /usr/binPeter Korsgaard2007-01-181-3/+3
|
* Bump versionPeter Korsgaard2007-01-181-1/+1
|
* removed leftover debugging stuffPeter Korsgaard2007-01-171-1/+0
|
* rdesktop packagePeter Korsgaard2007-01-174-1/+95
|
* - convert to lowercase to match the other sub-archesBernhard Reutner-Fischer2007-01-171-2/+2
|
* Fixup description (pango cut'n'paste)Peter Korsgaard2007-01-171-6/+6
|
* s/pango/cairo/Peter Korsgaard2007-01-171-1/+1
|
* - add ARM_IWMMXT variant since uClibc supports itBernhard Reutner-Fischer2007-01-171-0/+3
|
* - put haserl into the networking sectionBernhard Reutner-Fischer2007-01-171-1/+1
|
* - wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERSBernhard Reutner-Fischer2007-01-171-1/+1
|
* - add a BR2_NETWORK_SUPPORT and move related packages to itBernhard Reutner-Fischer2007-01-171-52/+65
|
* - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicerBernhard Reutner-Fischer2007-01-171-3/+2
|
* - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages thatBernhard Reutner-Fischer2007-01-172-1/+54
| | | | are potentially provided by busybox.
* - move the X packages into a separate menuBernhard Reutner-Fischer2007-01-171-14/+28
| | | | I'll do this for "graphic libraries" and "networking" too unless someone complains..