aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* minor cleanupsEric Andersen2005-06-241-45/+54
|
* The '-r' option has gone awayEric Andersen2005-06-242-4/+4
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-243-3/+3
|
* Finish implementing fakeroot handling so when we tar up theEric Andersen2005-06-241-8/+21
| | | | | rootfs, the tarball properly inherits device table settings and device nodes.
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-243-35/+54
| | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
* Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen2005-06-243-41/+21
| | | | permissions and device nodes into the target rootfs without needing to be root.
* mksquashfs is always rebuilt before generating rootfs image. The attachedEric Andersen2005-06-241-2/+3
| | | | | | | | patch avoids this issue, by creating a .unpacked file in the squashfs directory after the source tarball is unpacked, and making the mksquashfs target depend on the .unpacked file. http://bugs.busybox.net/view.php?id=234
* New target/device: Via epia-mii:Eric Andersen2005-06-235-0/+1569
| | | | | | | | | Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188
* Add support for building a few commonly used bootloadersEric Andersen2005-06-237-0/+177
|
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-092-2/+2
| | | | mirrors tend to change, move, go down, etc from time to time.
* routine .config updateEric Andersen2005-06-091-1/+17
|
* Add a standalone makedevs application to be used along withEric Andersen2005-06-092-0/+506
| | | | | | fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively.
* Teach cramfs to handle byteswapping sanely. I want to specifyEric Andersen2005-05-062-11/+21
| | | | | big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order.
* Initial support for MS7206SE01 sh2a board.Paul Mundt2005-05-035-0/+164
|
* Get the board-specific dependencies right.Paul Mundt2005-05-022-1/+9
| | | | | | | | Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level.
* Do not include an empty resolv.confEric Andersen2005-04-211-0/+0
|
* don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen2005-04-211-2/+0
| | | | will want to replace this, i.e. with a symlink to /tmp