summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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..
* PNG package is called BR2_PACKAGE_LIBPNGPeter Korsgaard2007-01-171-1/+1
|
* - add short section about offline-buildsBernhard Reutner-Fischer2007-01-171-0/+13
|
* hackup libtool for avahi and libdaemon, as with other packagesEric Andersen2007-01-172-0/+154
|
* select XORG rather than depend on it.Eric Andersen2007-01-171-1/+1
|
* - forgot to mkdirBernhard Reutner-Fischer2007-01-161-0/+1
|
* - prepare a host-freetype target that could be used to build the build-utilsBernhard Reutner-Fischer2007-01-161-1/+28
| | | | for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
* - use the correct path to configureBernhard Reutner-Fischer2007-01-162-3/+3
|
* - pass the freetype-config location to make and disable building docs.Bernhard Reutner-Fischer2007-01-161-0/+3
| | | | This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
* - provide host-libgmp and host-libmpfrBernhard Reutner-Fischer2007-01-162-67/+53
|
* - bump versionBernhard Reutner-Fischer2007-01-165-0/+265
|
* - pass the selected arm variant and ABI setting down to uClibc.Bernhard Reutner-Fischer2007-01-161-4/+11
| | | | | Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?) - TODO: add missing variants that are supported by uClibc to buildroot
* Add in a few useful bits for font handlingEric Andersen2007-01-161-0/+6
|
* Remove all of the binaries except for the one used for the target even ↵"Steven J. Hill"2007-01-161-1/+4
| | | | though it is a MIPS binary and cannot be used. This package is still crap.
* Fix failed build due to addition of '--libdir=/lib' which changed the ↵"Steven J. Hill"2007-01-161-2/+2
| | | | location of where libmagic.a and libmagic.la were located.