Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | - remove some duplicate entries | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -8/+0 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -23/+23 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | UPdate Soekris Linux config to 2.6.22.1 | Ulf Samuelsson | 2007-08-19 | 1 | -257/+201 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -5/+5 |
| | |||||
* | - apply Soekris update from Eric Milon | Bernhard Reutner-Fischer | 2007-01-29 | 4 | -258/+2309 |
| | | | | - mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish) | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 2 | -2/+4 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Update squashfs patch to v3.0 (2.4.28 kernel) | Peter Korsgaard | 2006-05-24 | 2 | -0/+0 |
| | | | | Untested as I don't have the hw, but the patch applies cleanly. | ||||
* | added the soekris net4801 target per case 0000613 | David Anders | 2006-01-23 | 8 | -2/+1842 |
| | |||||
* | Patrick Doyle writes: | Mike Frysinger | 2005-07-11 | 2 | -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 | ||||
* | Get the board-specific dependencies right. | Paul Mundt | 2005-05-02 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
* | Some minor updates for the net4521 | Eric Andersen | 2005-04-15 | 5 | -13/+26 |
| | |||||
* | Make busybox config file location a config option | Eric Andersen | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | Fix Soekris net4521 kernel config location | Eric Andersen | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | target/device/Soekris/net4521/linux.mk should only be used when | Eric Andersen | 2005-02-24 | 1 | -1/+2 |
| | | | | BR2_TARGET_SOEKRIS_NET4521 is enabled. | ||||
* | fixup kernel compile | Eric Andersen | 2005-02-22 | 2 | -10/+6 |
| | |||||
* | I need this bit too | Eric Andersen | 2005-02-17 | 1 | -0/+8 |
| | |||||
* | more example device support | Eric Andersen | 2005-02-17 | 4 | -7/+637 |
| | |||||
* | move more stuff around for better board support | Eric Andersen | 2005-02-17 | 29 | -0/+1018 |
| | |||||
* | more changes towards better board support | Eric Andersen | 2005-02-17 | 1 | -0/+6 |