summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* - add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer2007-09-281-10/+17
| | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
* Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2Ulf Samuelsson2007-09-281-10/+29
|
* - add a query for suggestions on how to deal with MALLOC_GLIBC_COMPATBernhard Reutner-Fischer2007-09-271-0/+2
|
* Remove superfluose defaultsUlf Samuelsson2007-09-271-2/+0Star
|
* mtd-utils require lzoUlf Samuelsson2007-09-271-0/+1
|
* Fix some issues with mtdutilsUlf Samuelsson2007-09-275-5/+117
|
* Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson2007-09-273-33/+150
|
* Add more management to linux and buysbox packagesUlf Samuelsson2007-09-271-2/+8
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-263-85/+15Star
| | | | gcc target abi back to a place where the other arch-specific settings live
* Document bugs in qtopia build, remove qt-mouse-tslib which breaks the buildUlf Samuelsson2007-09-261-1/+7
|
* Remove LEGACY routines from proftpdUlf Samuelsson2007-09-261-0/+173
|
* remove LEGACY string routines from mDNSResponderUlf Samuelsson2007-09-262-0/+178
|
* Reduce clutter in packages menuUlf Samuelsson2007-09-262-5/+22
|
* "Project Name" needed before "root" file system can be copied.Ulf Samuelsson2007-09-261-0/+15
| | | | | | | | Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
* Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard2007-09-251-1/+0Star
|
* Build libusb without annoying tests, breaking the buildUlf Samuelsson2007-09-251-0/+3
|
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-2523-53/+54
|
* - add dummy -source targets.Bernhard Reutner-Fischer2007-09-252-1/+2
|
* - add missing ed-source target.Bernhard Reutner-Fischer2007-09-251-0/+2
|
* Add source and unpacked targets to mplayerUlf Samuelsson2007-09-251-0/+4
|
* Fix LEGACY dependencies for mplayerUlf Samuelsson2007-09-251-0/+22
|
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-255-551/+12Star
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-252-54/+17Star
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-242-17/+54
|
* - bump version. Cleanup while at itBernhard Reutner-Fischer2007-09-241-12/+14
|
* - bump version; some cleanups while at itBernhard Reutner-Fischer2007-09-241-12/+17
|
* - bump version and make it compile also if 64bit is unavailableBernhard Reutner-Fischer2007-09-242-5/+12375
|
* Bump SAMBA version to 3.0.26a, 3.0.25b has movedUlf Samuelsson2007-09-241-3/+5
|
* - add the $(BASE_TARGETS) per defaultBernhard Reutner-Fischer2007-09-232-2/+2
|
* - thinking loud about auto-generating dependencies for make(1)Bernhard Reutner-Fischer2007-09-232-1/+229
| | | | | | | | | | | Don't use this, it doesn't work yet. Thoughs welcome. Like: We should probably use the sym->text and not fiddle with the name since the name looses information ('_' != '-' in host-fakeroot). This would not be too robust, i fear, since the name can contain additional, arbitrary info. Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem to be a nice property that holds reverse deps that are only contain selected symbols. Thoughts?
* Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well)Ulf Samuelsson2007-09-232-0/+6146
|
* Late mtd does not support linux-2.4Ulf Samuelsson2007-09-231-1/+1
|
* Use correct location of mpg123 binaryUlf Samuelsson2007-09-231-3/+3
|
* Cleanup libxml2 directory structureUlf Samuelsson2007-09-231-4/+11
|
* Avoid repeated remake of dialogUlf Samuelsson2007-09-231-1/+2
|
* - search env for BUILDROOT_CONFIG for use as a config file; defaults to .configBernhard Reutner-Fischer2007-09-232-1/+12
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-2318-179/+774
| | | | et al
* Strip files the correct alsa-lib subdirectoryUlf Samuelsson2007-09-231-1/+1
|
* Send correct args to fbsetUlf Samuelsson2007-09-231-4/+1Star
|
* Fix syntax error when using addprefix in ipsec-tools.mkUlf Samuelsson2007-09-231-2/+2
|
* Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson2007-09-231-3/+4
|
* Use correct library path for SDLUlf Samuelsson2007-09-231-1/+1
|
* Build readline as shared libUlf Samuelsson2007-09-231-0/+1
|
* Fix library path in lzoUlf Samuelsson2007-09-231-0/+1
|
* Remove bad 'w' flag from rm in diffutilsUlf Samuelsson2007-09-231-1/+1
|
* - fix typo in .config filenameBernhard Reutner-Fischer2007-09-221-1/+1
|
* - remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer2007-09-221-1/+1
| | | | If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
* - remove duplicate module-init-tools-source ruleBernhard Reutner-Fischer2007-09-221-2/+0Star
|
* - add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer2007-09-211-0/+0
| | | | Fixes compilation error if LARGEFLE support is off
* - bump versionBernhard Reutner-Fischer2007-09-211-1/+1
|