summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* gperf: depend on stamp file rather than gperf binaryPeter Korsgaard2008-07-101-2/+2
| | | | | There's no make rule to create the gperf binary, only the stamp file so use that instead.
* fuse: use tabs for indentation in kconfigPeter Korsgaard2008-07-101-3/+3
|
* gperf: move under "other development stuff"Peter Korsgaard2008-07-101-1/+1
|
* gperf: don't install to staging dirPeter Korsgaard2008-07-101-1/+1
| | | | It doesn't make much sense to install the cross-gperf to staging dir.
* ifplugd: only run post-install hook when neededPeter Korsgaard2008-07-101-1/+2
|
* gperf: strip target binaryPeter Korsgaard2008-07-101-0/+4
|
* linux: add knob to force a rebuild of the kernelPeter Korsgaard2008-07-091-0/+4
| | | | | | Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree.
* gperf: remove trailing spacesPeter Korsgaard2008-07-091-4/+4
|
* gperf: fix upstream urlPeter Korsgaard2008-07-091-1/+1
|
* Add gperf, perfect hash generatorUlf Samuelsson2008-07-093-0/+30
|
* Add latest gcc patch for AVR32 gcc-4.2.2 prepatched sourceUlf Samuelsson2008-07-081-0/+16
|
* Fix AVR32 gcc patching, when sysroot option is not enabledUlf Samuelsson2008-07-081-1/+1
|
* sqlite: move under database submenuPeter Korsgaard2008-07-084-1/+1
|
* sqlite: strip binary and use $(INSTALL) for installationPeter Korsgaard2008-07-081-2/+3
|
* openssl: re-revert r22644Peter Korsgaard2008-07-081-1/+0
| | | | | The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
* uboot: revert r22638Peter Korsgaard2008-07-081-1/+1
| | | | Go back to 1.3.2 as r22638 breaks mkimage
* Revert patch which breaks AVR32 buildUlf Samuelsson2008-07-081-0/+1
|
* Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ↵Ulf Samuelsson2008-07-081-0/+256
| | | | library paths.
* Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt2008-07-081-1/+0
|