Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: additional 1.11.1 fix | Peter Korsgaard | 2008-07-23 | 1 | -0/+12 |
| | |||||
* | vsftp: enable and fix linking | Peter Korsgaard | 2008-07-22 | 2 | -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 format | Peter Korsgaard | 2008-07-22 | 1 | -47/+7 |
| | |||||
* | which: install into /usr/bin | Peter Korsgaard | 2008-07-22 | 1 | -2/+3 |
| | |||||
* | which: strip target binary | Peter Korsgaard | 2008-07-22 | 1 | -1/+2 |
| | |||||
* | which: needs readline | Peter Korsgaard | 2008-07-22 | 1 | -0/+1 |
| | | | | Patch by Wade Berrier. | ||||
* | busybox: 1.11.1 patches | Peter Korsgaard | 2008-07-22 | 2 | -0/+62 |
| | |||||
* | sdl_mixer: run CONFIG_UPDATE on correct directory | Peter Korsgaard | 2008-07-21 | 1 | -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 Korsgaard | 2008-07-17 | 639 | -868/+1 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | fuse: fix target install | Peter Korsgaard | 2008-07-17 | 1 | -2/+2 |
| | | | | Also copy libfuse.so symlink so fuse target isn't considered out of date | ||||
* | freetype: fix target install and clean / dirclean | Peter Korsgaard | 2008-07-17 | 1 | -0/+6 |
| | | | | | | - target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing | ||||
* | sqlite: fix target install and clean | Peter Korsgaard | 2008-07-17 | 1 | -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 package | Peter Korsgaard | 2008-07-17 | 3 | -0/+224 |
| | | | | Based on patch by artemys. Closes #4194 | ||||
* | zlib: cleanup and fix -clean target | Peter Korsgaard | 2008-07-17 | 1 | -17/+13 |
| | |||||
* | tiff: zlib and jpeg are needed at configure time | Peter Korsgaard | 2008-07-17 | 1 | -2/+3 |
| | |||||
* | tiff: cleanup and fix -clean target | Peter Korsgaard | 2008-07-17 | 1 | -6/+8 |
| | |||||
* | sdl_mixer: fix sdl dependency | Peter Korsgaard | 2008-07-17 | 2 | -2/+2 |
| | |||||
* | sdl_ttf: fix sdl dependency | Peter Korsgaard | 2008-07-17 | 2 | -1/+2 |
| | | | | Patch by artemys - Closes #4164. | ||||
* | sdl_ttf: needs freetype | Peter Korsgaard | 2008-07-16 | 1 | -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 makefile | Peter Korsgaard | 2008-07-13 | 1 | -0/+4 |
| | | | | Patch by Brian Beattie. | ||||
* | busybox: bump 1.11.x version | Peter Korsgaard | 2008-07-11 | 8 | -862/+1 |
| | |||||
* | package/Makefile.in: cleanup MAKE/MAKE1 | Peter Korsgaard | 2008-07-11 | 1 | -7/+2 |
| | | | | The extra stuff doesn't seem to be needed, so lets just get rid of it. | ||||
* | fuse: re-add missing --program-prefix | Peter Korsgaard | 2008-07-11 | 1 | -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 Samuelsson | 2008-07-10 | 1 | -0/+5 |
| | | | | correct directory | ||||
* | Use correct include dir syntax for xcursor-xthemes | Ulf Samuelsson | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | 2008-07-10 | 3 | -0/+1278 |
| | |||||
* | Fix comments regarding latest stable kernel | Ulf Samuelsson | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | Update 'latest' kernel info | Ulf Samuelsson | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: remove unused dir (git-svn issue) | Peter Korsgaard | 2008-07-10 | 0 | -0/+0 |
| | |||||
* | fuse: bump version | Peter Korsgaard | 2008-07-10 | 2 | -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_MIRROR | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: cleanup patch handling | Peter Korsgaard | 2008-07-10 | 2 | -1/+1 |
| | | | | | Move patch to package dir like other packages and fixup patch-kernel invocation. | ||||
* | fuse: remove commented out lines | Peter Korsgaard | 2008-07-10 | 1 | -8/+0 |
| | |||||
* | fuse: cleanup configure args | Peter Korsgaard | 2008-07-10 | 1 | -2/+3 |
| | |||||
* | fuse: remove stray $ | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: also remove fusermount from target | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fuse: strip binaries/libs in target | Peter Korsgaard | 2008-07-10 | 1 | -1/+2 |
| | |||||
* | fuse: don't build kernel module | Peter Korsgaard | 2008-07-10 | 1 | -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_LARGEFILE | Peter Korsgaard | 2008-07-10 | 1 | -0/+1 |
| | | | | fuse needs largefile support | ||||
* | gperf: depend on stamp file rather than gperf binary | Peter Korsgaard | 2008-07-10 | 1 | -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 kconfig | Peter Korsgaard | 2008-07-10 | 1 | -3/+3 |
| | |||||
* | gperf: move under "other development stuff" | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | gperf: don't install to staging dir | Peter Korsgaard | 2008-07-10 | 1 | -1/+1 |
| | | | | It doesn't make much sense to install the cross-gperf to staging dir. | ||||
* | ifplugd: only run post-install hook when needed | Peter Korsgaard | 2008-07-10 | 1 | -1/+2 |
| | |||||
* | gperf: strip target binary | Peter Korsgaard | 2008-07-10 | 1 | -0/+4 |
| | |||||
* | linux: add knob to force a rebuild of the kernel | Peter Korsgaard | 2008-07-09 | 1 | -0/+4 |
| | | | | | | Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree. | ||||
* | gperf: remove trailing spaces | Peter Korsgaard | 2008-07-09 | 1 | -4/+4 |
| | |||||
* | gperf: fix upstream url | Peter Korsgaard | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | Add gperf, perfect hash generator | Ulf Samuelsson | 2008-07-09 | 3 | -0/+30 |
| | |||||
* | Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source | Ulf Samuelsson | 2008-07-08 | 1 | -0/+16 |
| |