diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-28 21:25:16 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-28 21:25:16 +0000 |
commit | 1fbebe7dcc83d2c3f9f17e801c93f14978f575f8 (patch) | |
tree | 527328301a4855d0872e61a4a8d8932fe47dac17 /packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch | |
parent | 126389246dd04fd1022eac857e198948cda743c6 (diff) |
packages/linux/linux-magicbox-2.6.18.6: Add kernel 2.6.18.6 for the Magicbox board
Diffstat (limited to 'packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch')
-rw-r--r-- | packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch b/packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch new file mode 100644 index 0000000000..ce52a02b2f --- /dev/null +++ b/packages/linux/linux-magicbox-2.6.18.6/000-fix-makefile.patch @@ -0,0 +1,12 @@ +diff -ru linux-2.6.18/Makefile linux-2.6.18-magicbox/Makefile +--- linux-2.6.18/Makefile 2006-09-20 05:42:06.000000000 +0200 ++++ linux-2.6.18-magicbox/Makefile 2006-09-22 20:16:55.000000000 +0200 +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 6 + SUBLEVEL = 18 +-EXTRAVERSION = .6 ++EXTRAVERSION = -magicbox2 + NAME=Avast! A bilge rat! + + # *DOCUMENTATION* |