diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-08 11:05:51 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-08 11:05:51 +0000 |
commit | ab558e457be74f9cfac93e8404fdc72f70f967b0 (patch) | |
tree | a09d272218f2e3a387d3b7926234e0389349c0a4 /packages/linux/linux-linkstationarm/makefile.patch | |
parent | 80c890df5d16c6660bd4827eadbffed293792eef (diff) |
linux-linkstationarm: Add kernel for the ARM-based linkstation
Diffstat (limited to 'packages/linux/linux-linkstationarm/makefile.patch')
-rw-r--r-- | packages/linux/linux-linkstationarm/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-linkstationarm/makefile.patch b/packages/linux/linux-linkstationarm/makefile.patch new file mode 100644 index 0000000000..89d6d50594 --- /dev/null +++ b/packages/linux/linux-linkstationarm/makefile.patch @@ -0,0 +1,11 @@ +--- linux-2.6.12.old/Makefile 2005-08-28 23:41:01.000000000 +0000 ++++ linux-2.6.12/Makefile 2007-04-07 17:56:02.000000000 +0000 +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 6 + SUBLEVEL = 12 +-EXTRAVERSION = -arm1 ++EXTRAVERSION = .6-arm1 + NAME=Woozy Numbat + + # *DOCUMENTATION* |