summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-2/+1
|
* Some minor updates for the net4521Eric Andersen2005-04-155-13/+26
|
* switch to mips32Eric Andersen2005-04-142-4/+4
|
* Update cramfs to handle switching endianness when necessaryEric Andersen2005-04-143-1/+145
|
* Make busybox config file location a config optionEric Andersen2005-04-122-2/+2
|
* Apply patch from http://bugs.busybox.net/view.php?id=205Eric Andersen2005-04-121-1/+1
|
* - fix broken concatenated lines. reported by hermannb bug #216Ned Ludd2005-04-081-1/+1
|
* Minor platform updatesEric Andersen2005-03-313-1/+3
|
* Teach the kernel config to also swing both waysEric Andersen2005-03-101-0/+3
|
* Try out mips3Eric Andersen2005-03-101-2/+2
|
* The DBAu1500 can run as either big or little endianEric Andersen2005-03-104-2/+159
|
* Fixup device table locationEric Andersen2005-03-092-18/+14
|
* Add board support for AMD devel boardsEric Andersen2005-03-091-0/+1
|
* Add board support for the AMD DBAu1500 development boardEric Andersen2005-03-0974-0/+2899
|
* Fix Soekris net4521 kernel config locationEric Andersen2005-03-011-1/+1
|
* ext2 was renamed, update config optionMike Frysinger2005-02-251-1/+1
|
* rename patches to avoid any confision as to patch orderEric Andersen2005-02-252-0/+0
|
* target/device/Soekris/net4521/linux.mk should only be used when Eric Andersen2005-02-241-1/+2
| | | | BR2_TARGET_SOEKRIS_NET4521 is enabled.
* fixup kernel compileEric Andersen2005-02-222-10/+6
|
* Do not squash perms, just ownerEric Andersen2005-02-181-1/+1
|
* move stuff around a little bit moreEric Andersen2005-02-182-2/+5
|
* I need this bit tooEric Andersen2005-02-171-0/+8
|
* more example device supportEric Andersen2005-02-174-7/+637
|
* fixup a couple of typosEric Andersen2005-02-171-2/+2
|
* move more stuff around for better board supportEric Andersen2005-02-1734-15/+1078
|
* more changes towards better board supportEric Andersen2005-02-171-0/+6
|