summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package: global largefile CFLAGS handlingPeter Korsgaard2008-08-048-37/+11
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-04119-244/+244
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard2008-08-041-1/+1
| | | | | There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
* strace: fix LARGEFILE typoPeter Korsgaard2008-08-041-1/+1
| | | | Patch by Claus Klein.
* sed: fix CPPFLAGS typoPeter Korsgaard2008-08-041-1/+1
| | | | Patch by Claus Klein.
* Makefile.autotools.in: fix make source-check/external-deps differentlyPeter Korsgaard2008-07-242-2/+2
| | | | | | | | The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER.
* grep: make locale handling less verbosePeter Korsgaard2008-07-231-6/+3
| | | | As suggested by Bernhard.
* grep: cleanup configure argsPeter Korsgaard2008-07-231-11/+1
|
* grep: fix target install and cleanPeter Korsgaard2008-07-231-12/+7
|
* grep: gettext/libintl is only required if locale is enabledPeter Korsgaard2008-07-232-4/+8
|
* gettext: also remove from staging on -cleanPeter Korsgaard2008-07-231-0/+1
|
* busybox: additional 1.11.1 fixPeter Korsgaard2008-07-231-0/+12
|
* vsftp: enable and fix linkingPeter Korsgaard2008-07-222-1/+6
| | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
* which: convert to Makefile.autotools.in formatPeter Korsgaard2008-07-221-47/+7
|
* which: install into /usr/binPeter Korsgaard2008-07-221-2/+3
|
* which: strip target binaryPeter Korsgaard2008-07-221-1/+2
|
* which: needs readlinePeter Korsgaard2008-07-221-0/+1
| | | | Patch by Wade Berrier.
* busybox: 1.11.1 patchesPeter Korsgaard2008-07-222-0/+62
|
* sdl_mixer: run CONFIG_UPDATE on correct directoryPeter Korsgaard2008-07-211-1/+1
| | | | | | | | The Makefile tried to update config.guess and config.sub in the wrong directories, this patch updates the correct scripts making it possible to compile on new systems. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-17639-868/+1
| | | | 'default n' is the default, so there's no need to say it explicitly.
* fuse: fix target installPeter Korsgaard2008-07-171-2/+2
| | | | Also copy libfuse.so symlink so fuse target isn't considered out of date
* freetype: fix target install and clean / dircleanPeter Korsgaard2008-07-171-0/+6
| | | | | | - target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing
* sqlite: fix target install and cleanPeter Korsgaard2008-07-171-2/+4
| | | | | | - install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
* package: sdl_image packagePeter Korsgaard2008-07-173-0/+224
| | | | Based on patch by artemys. Closes #4194
* zlib: cleanup and fix -clean targetPeter Korsgaard2008-07-171-17/+13
|
* tiff: zlib and jpeg are needed at configure timePeter Korsgaard2008-07-171-2/+3
|
* tiff: cleanup and fix -clean targetPeter Korsgaard2008-07-171-6/+8
|
* sdl_mixer: fix sdl dependencyPeter Korsgaard2008-07-172-2/+2
|
* sdl_ttf: fix sdl dependencyPeter Korsgaard2008-07-172-1/+2
| | | | Patch by artemys - Closes #4164.
* sdl_ttf: needs freetypePeter Korsgaard2008-07-161-0/+4
| | | | | | Update help text while we're at it. Based on patch by artemys. Closes #4154.
* linux-advanced: add linux26-force like in the simple linux makefilePeter Korsgaard2008-07-131-0/+4
| | | | Patch by Brian Beattie.
* busybox: bump 1.11.x versionPeter Korsgaard2008-07-118-862/+1
|
* package/Makefile.in: cleanup MAKE/MAKE1Peter Korsgaard2008-07-111-7/+2
| | | | The extra stuff doesn't seem to be needed, so lets just get rid of it.
* fuse: re-add missing --program-prefixPeter Korsgaard2008-07-111-0/+1
| | | | --program-prefix got errorously removed in the recent cleanup work.
* Do not use a localversion of kernel, to allow modules to be installed in the ↵Ulf Samuelsson2008-07-101-0/+5
| | | | correct directory
* Use correct include dir syntax for xcursor-xthemesUlf Samuelsson2008-07-101-2/+2
|
* Add AVR32 patches for 2.6.25.10Ulf Samuelsson2008-07-103-0/+1278
|
* Fix comments regarding latest stable kernelUlf Samuelsson2008-07-101-2/+2
|
* Update 'latest' kernel infoUlf Samuelsson2008-07-101-1/+1
|
* fuse: remove unused dir (git-svn issue)Peter Korsgaard2008-07-100-0/+0
|
* fuse: bump versionPeter Korsgaard2008-07-102-57/+1
| | | | | | The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it.
* fuse: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard2008-07-101-1/+1
|
* fuse: cleanup patch handlingPeter Korsgaard2008-07-102-1/+1
| | | | | Move patch to package dir like other packages and fixup patch-kernel invocation.
* fuse: remove commented out linesPeter Korsgaard2008-07-101-8/+0
|
* fuse: cleanup configure argsPeter Korsgaard2008-07-101-2/+3
|
* fuse: remove stray $Peter Korsgaard2008-07-101-1/+1
|
* fuse: also remove fusermount from targetPeter Korsgaard2008-07-101-1/+1
|
* fuse: strip binaries/libs in targetPeter Korsgaard2008-07-101-1/+2
|
* fuse: don't build kernel modulePeter Korsgaard2008-07-101-2/+1
| | | | | it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers.
* fuse: select BR2_LARGEFILEPeter Korsgaard2008-07-101-0/+1
| | | | fuse needs largefile support