summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-017-10/+9
| | | | Patch by Hebbar.
* direct: don't fail clean target if directory doesn't existPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* expat: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+1
|
* avahi: bump versionPeter Korsgaard2008-03-312-6/+7
|
* avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard2008-03-311-0/+1
|
* dbus: use dbus-daemon as target for staging_dir installationPeter Korsgaard2008-03-311-2/+2
| | | | | Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes.
* sqlite: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+0
|
* ncurses: cleanup /usr/lib/terminfo symlink handlingPeter Korsgaard2008-03-311-3/+3
|
* readline: ignore errors in target-clean targetPeter Korsgaard2008-03-311-1/+1
|
* avahi: depend on dbus-daemon in staging_dirPeter Korsgaard2008-03-311-1/+1
| | | | | | Depend on dbus-daemon in staging_dir instead of in target_dir as fakeroot updates the timestamp on the target_dir version every time, so the avahi makefile thinks it always needs to recompile avahi.
* concierge: cleanup (white space + unneeded mkdir)Peter Korsgaard2008-03-311-7/+6
|
* Add webif packageUlf Samuelsson2008-03-3043-0/+5573
|
* Add example packageUlf Samuelsson2008-03-302-0/+101
|
* busybox: additional 1.10.0 fixesPeter Korsgaard2008-03-301-0/+43
|
* libglib12 cleanupUlf Samuelsson2008-03-301-4/+6
|
* ace of penguins: cleanup help textPeter Korsgaard2008-03-281-1/+3
|
* package: move java packages to package/java sub directoryPeter Korsgaard2008-03-2813-11/+14
|
* AUTOTARGETS: also support non-version-dependent arch specific patchesPeter Korsgaard2008-03-281-2/+2
|
* jamvm: use official version instead of hacked up avr32 sourcesPeter Korsgaard2008-03-282-2/+1475
| | | | | Cleanup avr32 mess and apply it as a patch to the official version only if arch = avr32 so it doesn't harm other archs.
* AUTOTARGETS: support arch specific *.patch.$(ARCH) patchesPeter Korsgaard2008-03-281-2/+2
|
* ipkg: use http urlPeter Korsgaard2008-03-281-1/+1
|
* jamvm.mk: remove trailing spacesPeter Korsgaard2008-03-281-6/+6
|
* classpath: cleanup help textPeter Korsgaard2008-03-281-1/+5
|
* packages: enable java submenu per default like the other submenusPeter Korsgaard2008-03-281-1/+1
|
* concierge: cleanup help textPeter Korsgaard2008-03-281-1/+4
|
* Added udpcast package.Jason Spence2008-03-283-0/+127
|
* sqlite: bump versionPeter Korsgaard2008-03-271-1/+1
|
* dropbear: bump versionPeter Korsgaard2008-03-271-1/+1
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-2738-92/+94
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* libusb: correctly install into STAGING_DIR/usrPeter Korsgaard2008-03-271-4/+4
| | | | Closes #2494
* busybox: remove unused configs/patchesPeter Korsgaard2008-03-2623-3811/+0
|
* busybox: bump 1.7.x and 1.8.x versionsPeter Korsgaard2008-03-265-105/+2
|
* nano: fix install locationPeter Korsgaard2008-03-261-1/+1
| | | | Fix typo in install location. Reported by Simon Pasch.
* Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt2008-03-2610-130/+355
| | | | | | Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
* Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt2008-03-2621-22/+22
| | | | | | broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
* busybox: add 1.10.0 releasePeter Korsgaard2008-03-254-1/+110
|
* php: hide extensions menu if not enabledPeter Korsgaard2008-03-251-0/+2
|
* * Woops ... comitted the wrong patch file :(, fixed now.Nigel Kukard2008-03-241-2504/+1254
|
* * Strace requires both if_packet.h and netlink.hNigel Kukard2008-03-241-1/+2
| | | | | | | | | | - Force detection of these in configure by supplying environment variables For them to be detected by configure may require a much more invasive approach by patching configure.ac and regenerating apon build.
* * Updated susv3 legacy patch for xfsprogsNigel Kukard2008-03-241-1245/+2504
| | | | | - Changed to unix file format - Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
* * Updated mdadm to version 2.6.4Nigel Kukard2008-03-241-2/+2
|
* Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel KukardJohn Voltz2008-03-211-0/+1245
|
* Ltrace version changed, cannot find the old version on any debian mirrors. ↵John Voltz2008-03-211-1/+1
| | | | Patch by Nigel Kukard.
* confusing busybox config option description patch, busybox can be built as ↵John Voltz2008-03-212-5/+5
| | | | shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
* busybox: bump version (1.9.2)Peter Korsgaard2008-03-214-58/+1
|
* add docker dependency to xstrokeJohn Voltz2008-03-201-1/+1
|
* add alsamixergui and docker packagesJohn Voltz2008-03-207-7/+107
|
* some fixes for fltkJohn Voltz2008-03-202-2/+136
|
* Don't use long options to start-stop-daemon as they may be disabled in the ↵Hamish Moffatt2008-03-186-20/+20
| | | | busybox configuration
* busybox: additional 1.9.1 patchesPeter Korsgaard2008-03-172-0/+38
|