diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2013-05-10 11:18:03 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2013-05-10 11:18:03 +0000 |
commit | c564a27e2103fba93276df8799ce7d28599edc4d (patch) | |
tree | 89175ad50b457bb903f739bcda5a8b7e68095177 /lemote/gnewsense | |
parent | c1f104d984d7181131f430a47f1d26822044c60c (diff) | |
download | linux-libre-raptor-c564a27e2103fba93276df8799ce7d28599edc4d.tar.gz linux-libre-raptor-c564a27e2103fba93276df8799ce7d28599edc4d.zip |
3.4.44-gnu1_0loongsonlibre
Diffstat (limited to 'lemote/gnewsense')
-rw-r--r-- | lemote/gnewsense/branches/3.4/config.patch | 4 | ||||
-rw-r--r-- | lemote/gnewsense/branches/3.4/kpkg-2.6.33.patch | 28 | ||||
-rw-r--r-- | lemote/gnewsense/branches/3.4/series | 1 |
3 files changed, 2 insertions, 31 deletions
diff --git a/lemote/gnewsense/branches/3.4/config.patch b/lemote/gnewsense/branches/3.4/config.patch index 62076b276..1dd28d60c 100644 --- a/lemote/gnewsense/branches/3.4/config.patch +++ b/lemote/gnewsense/branches/3.4/config.patch @@ -1,11 +1,11 @@ Index: .config =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ .config 2013-05-02 13:44:44.000000000 +0000 ++++ .config 2013-05-09 22:41:21.000000000 +0000 @@ -0,0 +1,4845 @@ +# +# Automatically generated file; DO NOT EDIT. -+# Linux/mips 3.4.43-gnu1 Kernel Configuration ++# Linux/mips 3.4.44-gnu1 Kernel Configuration +# +CONFIG_MIPS=y + diff --git a/lemote/gnewsense/branches/3.4/kpkg-2.6.33.patch b/lemote/gnewsense/branches/3.4/kpkg-2.6.33.patch deleted file mode 100644 index 9feef5e0d..000000000 --- a/lemote/gnewsense/branches/3.4/kpkg-2.6.33.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: debian/ruleset/misc/version_vars.mk -=================================================================== ---- debian/ruleset/misc/version_vars.mk.orig 2008-11-24 17:01:32.000000000 +0000 -+++ debian/ruleset/misc/version_vars.mk 2010-12-12 13:57:33.000000000 +0000 -@@ -138,7 +138,9 @@ - EXTRAV_ARG := - endif - --UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ]; then \ -+UTS_RELEASE_HEADER=$(call doit,if [ -f include/generated/utsrelease.h ]; then \ -+ echo include/generated/utsrelease.h; \ -+ elif [ -f include/linux/utsrelease.h ]; then \ - echo include/linux/utsrelease.h; \ - else \ - echo include/linux/version.h ; \ -Index: debian/ruleset/targets/common.mk -=================================================================== ---- debian/ruleset/targets/common.mk.orig 2008-11-24 17:01:32.000000000 +0000 -+++ debian/ruleset/targets/common.mk 2010-12-12 13:57:33.000000000 +0000 -@@ -333,7 +333,7 @@ - @echo this was built on a machine with the kernel: >> debian/buildinfo - uname -a >> debian/buildinfo - echo using the compiler: >> debian/buildinfo -- grep LINUX_COMPILER include/linux/compile.h | \ -+ grep LINUX_COMPILER include/generated/compile.h | \ - sed -e 's/.*LINUX_COMPILER "//' -e 's/"$$//' >> debian/buildinfo - ifneq ($(strip $(shell test -f version.Debian && cat version.Debian)),) - echo kernel source package used: >> debian/buildinfo diff --git a/lemote/gnewsense/branches/3.4/series b/lemote/gnewsense/branches/3.4/series index 422060743..fd2eda85a 100644 --- a/lemote/gnewsense/branches/3.4/series +++ b/lemote/gnewsense/branches/3.4/series @@ -3,4 +3,3 @@ gnewsense-binutils-flag.patch -p0 100gnu+freedo.patch -p1 # 100% Freedo[m] GNU+Freedo logo config.patch -p0 # config file kpkg-mipsel.patch -p0 # use vmlinuz -kpkg-2.6.33.patch -p0 # adjust for 2.6.33 |