diff options
Diffstat (limited to 'target/linux/generic/patches-3.0/999-drop_sublevel.patch')
-rw-r--r-- | target/linux/generic/patches-3.0/999-drop_sublevel.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.0/999-drop_sublevel.patch b/target/linux/generic/patches-3.0/999-drop_sublevel.patch new file mode 100644 index 0000000000..dd4bfe1ceb --- /dev/null +++ b/target/linux/generic/patches-3.0/999-drop_sublevel.patch @@ -0,0 +1,9 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,5 @@ + VERSION = 3 + PATCHLEVEL = 0 +-SUBLEVEL = 0 + EXTRAVERSION = -rc3 + NAME = Sneaky Weasel + |