summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* make sure things still work even when fakeroot is not in active useEric Andersen2006-04-076-0/+6
|
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-077-76/+88
| | | | fakeroot instances stomping eachother's temp files.
* patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen2006-04-064-0/+120
|
* update to linux 2.4.16 and current uClibc.Eric Andersen2006-03-2539-630/+1099
|
* - add optional splashimage supportBernhard Reutner-Fischer2006-03-185-1/+1438
|
* - update from grub_0.95+cvs20040624 to 0.97.Bernhard Reutner-Fischer2006-03-101-3/+3
| | | | The former didn't even build for me, the latter does.
* add linux-2.4.32 kernel support for the q5 board per case 0000715David Anders2006-02-109-20/+621
|
* add the amd au1500 based q5 board per case 0000374David Anders2006-01-2542-0/+4124
|
* add cloop as a new file system image type per case 0000151David Anders2006-01-254-0/+134
|
* added the soekris net4801 target per case 0000613David Anders2006-01-238-2/+1842
|
* arm/*/*.mk does not exist, maybe it does not fail with this, else prpplague, ↵Peter S. Mazinger2006-01-211-1/+1
| | | | please provide at least an empty file
* fix kernel build from bug report 0000476David Anders2006-01-201-1/+1
|
* add arm target sub-dirDavid Anders2006-01-201-0/+1
|
* fixed includes for arch sub-dirsDavid Anders2006-01-203-0/+5
|
* add Sharp LH79520 based LNode80 targetDavid Anders2006-01-1929-0/+105473
|
* - fix check for group and user (untested..)Bernhard Reutner-Fischer2005-12-211-2/+2
|
* - use HOSTCC instead of hardcoded compiler which may or may not be available.Bernhard Reutner-Fischer2005-12-211-1/+1
|
* - remove doublequotes from rootfs tar optionsBernhard Reutner-Fischer2005-12-101-2/+2
| | | | busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
* - correct help text for development system.Bernhard Reutner-Fischer2005-11-251-1/+1
|
* dropbear config has been renamedMike Frysinger2005-11-151-1/+1
|
* Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen2005-11-042-0/+0
| | | | binary terminfo stuff, which is supposed to be built by ncurses at compile time.
* terminfo stuff is created by ncurses, and should not be installedEric Andersen2005-11-0424-0/+0
| | | | | unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
* Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"2005-09-242-2/+2
|
* Add new configuration option."Steven J. Hill"2005-09-122-0/+2
|
* touchup target menu displayMike Frysinger2005-09-099-9/+12
|
* resyncEric Andersen2005-08-102-2/+6
|
* add the wheel groupMike Frysinger2005-08-091-0/+1
|
* Add 'nogroup' to make ltp happyEric Andersen2005-08-091-0/+1
|
* typo -- revenge of cut n pasteEric Andersen2005-08-091-1/+1
|
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-0/+4
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-085-5/+5
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* minor cleanup for target handlingEric Andersen2005-08-085-18/+12
|
* also need to depend on makedevs as noted by emalkowski in Bug #366Mike Frysinger2005-08-082-2/+2
|
* make sure we depend on fakeroot existing #366 by pnoffkeMike Frysinger2005-08-081-2/+4
|
* Add nobody and users to make LTP happier.Joakim Tjernlund2005-08-071-0/+2
|
* make sure ext2 target depends on fakerootMike Frysinger2005-08-071-2/+4
|
* only run ldconfig if ld.so.conf existsMike Frysinger2005-08-041-1/+3
|
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-045-19/+61
| | | | target filesystem creation tools to also use fakeroot.
* Add /dev/shm.Manuel Novoa III2005-08-031-0/+1
|
* Only include linux makefile when properly selectedEric Andersen2005-08-011-0/+2
|
* Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen2005-08-011-0/+1
| | | | | and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-292-2/+14
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* Minor updatesEric Andersen2005-07-272-0/+155
|
* Fixup standalong makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
| | | | it to properly update file permissions as specified.
* Run ldconfig on the target rootfs to generate /etc/ld.so.cacheEric Andersen2005-07-145-0/+5
|
* Add device nodes for /dev/input by default (xorg and others want then)Eric Andersen2005-07-141-2/+10
|
* Patrick Doyle writes:Mike Frysinger2005-07-112-2/+2
| | | | | | | | target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables
* silly typoEric Andersen2005-06-251-1/+1
|
* don't use the older 2.0 squashfs formatEric Andersen2005-06-241-1/+1
|
* Upgrade to latest, handle endianness automagicallyEric Andersen2005-06-241-4/+25
|