Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
7b403ada37
- sed -i -e "/\-[[: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-21 11:25:30 +00:00
Ulf Samuelsson
62354f041b
UPdate Soekris Linux config to 2.6.22.1
2007-08-19 21:09:28 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Bernhard Reutner-Fischer
b7e38de9eb
- apply Soekris update from Eric Milon
...
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
027add8c56
Update squashfs patch to v3.0 (2.4.28 kernel)
...
Untested as I don't have the hw, but the patch applies cleanly.
2006-05-24 18:26:46 +00:00
David Anders
59e9a3c8b8
added the soekris net4801 target per case 0000613
2006-01-23 20:13:15 +00:00
Mike Frysinger
b5ad3a7944
Patrick Doyle writes:
...
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-07-11 21:53:23 +00:00
Paul Mundt
48f9b7862e
Get the board-specific dependencies right.
...
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-05-02 20:39:12 +00:00
Eric Andersen
3f7d89fe6f
Some minor updates for the net4521
2005-04-15 02:14:42 +00:00
Eric Andersen
9fc890fc1f
Make busybox config file location a config option
2005-04-12 20:32:45 +00:00
Eric Andersen
8855700d83
Fix Soekris net4521 kernel config location
2005-03-01 17:43:36 +00:00
Eric Andersen
970731e1ec
target/device/Soekris/net4521/linux.mk should only be used when
...
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-24 19:38:09 +00:00
Eric Andersen
487f8c9d03
fixup kernel compile
2005-02-22 08:46:49 +00:00
Eric Andersen
bca14a7528
I need this bit too
2005-02-17 21:08:20 +00:00
Eric Andersen
5b02c77f21
more example device support
2005-02-17 19:01:52 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
970e888983
more changes towards better board support
2005-02-17 18:22:12 +00:00