summaryrefslogtreecommitdiff
path: root/target/device/Soekris
AgeCommit message (Collapse)Author
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-03-20Do not include Soekris, unless i386 archUlf Samuelsson
2008-03-18Use BOARD_PATH instead of SOEKRIS_NET4801_PATHUlf Samuelsson
2007-12-17Add support for GNU and kernel.org mirrorsIvan Kuten
2007-09-29- remove some duplicate entriesBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[: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
2007-08-19UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-01-29- apply Soekris update from Eric MilonBernhard Reutner-Fischer
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-05-24Update squashfs patch to v3.0 (2.4.28 kernel)Peter Korsgaard
Untested as I don't have the hw, but the patch applies cleanly.
2006-01-23added the soekris net4801 target per case 0000613David Anders
2005-07-11Patrick Doyle writes:Mike Frysinger
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
2005-05-02Get the board-specific dependencies right.Paul Mundt
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.
2005-04-15Some minor updates for the net4521Eric Andersen
2005-04-12Make busybox config file location a config optionEric Andersen
2005-03-01Fix Soekris net4521 kernel config locationEric Andersen
2005-02-24target/device/Soekris/net4521/linux.mk should only be used when Eric Andersen
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-22fixup kernel compileEric Andersen
2005-02-17I need this bit tooEric Andersen
2005-02-17more example device supportEric Andersen
2005-02-17move more stuff around for better board supportEric Andersen
2005-02-17more changes towards better board supportEric Andersen