summaryrefslogtreecommitdiff
path: root/enable-older-kernels
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-03-29 20:11:23 +0100
committerJohannes Berg <johannes@sipsolutions.net>2013-03-29 22:09:32 +0100
commit3db1c153fbbb9d34d281604eb854e70367167695 (patch)
treebdf12908edba1eec32bf89eca849ad4f49672a25 /enable-older-kernels
parent0da76ef8674d0b04cf23dae2c98ed1625f7f64ac (diff)
clean up
Clean up all the things this won't use/need. I'm going to add things back bit by bit instead of trying to base it on the current version. Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'enable-older-kernels')
-rw-r--r--enable-older-kernels/README12
-rw-r--r--enable-older-kernels/enable-2.6.21.patch26
-rw-r--r--enable-older-kernels/enable-2.6.22.patch26
-rw-r--r--enable-older-kernels/enable-2.6.23.patch26
4 files changed, 0 insertions, 90 deletions
diff --git a/enable-older-kernels/README b/enable-older-kernels/README
deleted file mode 100644
index c26e35a8..00000000
--- a/enable-older-kernels/README
+++ /dev/null
@@ -1,12 +0,0 @@
-compat-drivers as a whole aims to always be compiled and used with the
-oldest stable kernel supported by kernel.org. This will be the oldest
-stable kernel on the 2.6. series listed on the kernel.org front page.
-Sometimes we'll go even beyond that.
-
-Backporting compat-drivers involves backporting some subsystems but
-at times we may want to support compiling only certain drivers on older
-kernels since its easier to backport some subsystems. Such is the case
-with PCI drivers. This directly exists to allow developers enable
-compilation of compat-drivers on older drivers using ./scripts/driver-select
-Upon selection of a driver a patch from this directly will be applied to
-allow further compilation of one driver onto even older kernels.
diff --git a/enable-older-kernels/enable-2.6.21.patch b/enable-older-kernels/enable-2.6.21.patch
deleted file mode 100644
index 83e1daf2..00000000
--- a/enable-older-kernels/enable-2.6.21.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/config.mk
-+++ b/config.mk
-@@ -33,9 +33,9 @@ endif
- COMPAT_VERSIONS := $(shell I=$(COMPAT_LATEST_VERSION); while [ "$$I" -gt $(KERNEL_SUBLEVEL) ]; do echo $$I; I=$$(($$I - 1)); done)
- $(foreach ver,$(COMPAT_VERSIONS),$(eval CONFIG_COMPAT_KERNEL_3_$(ver)=y))
-
--ifdef CONFIG_COMPAT_KERNEL_2_6_24
--$(error "ERROR: compat-drivers by default supports kernels >= 2.6.24, try enabling only one driver though")
--endif #CONFIG_COMPAT_KERNEL_2_6_24
-+ifdef CONFIG_COMPAT_KERNEL_2_6_21
-+$(error "ERROR: compat-drivers by default supports kernels >= 2.6.21, try enabling only one driver though")
-+endif #CONFIG_COMPAT_KERNEL_2_6_21
-
- ifeq ($(CONFIG_CFG80211),y)
- $(error "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.")
---- a/scripts/gen-compat-autoconf.sh
-+++ b/scripts/gen-compat-autoconf.sh
-@@ -11,7 +11,7 @@
-
- # This indicates which is the oldest kernel we support
- # Update this if you are adding support for older kernels.
--OLDEST_KERNEL_SUPPORTED="2.6.24"
-+OLDEST_KERNEL_SUPPORTED="2.6.21"
- COMPAT_RELEASE=".compat_version"
- KERNEL_RELEASE=".compat_base_tree_version"
- MULT_DEP_FILE=".compat_pivot_dep"
diff --git a/enable-older-kernels/enable-2.6.22.patch b/enable-older-kernels/enable-2.6.22.patch
deleted file mode 100644
index 9caebbac..00000000
--- a/enable-older-kernels/enable-2.6.22.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/config.mk
-+++ b/config.mk
-@@ -33,9 +33,9 @@ endif
- COMPAT_VERSIONS := $(shell I=$(COMPAT_LATEST_VERSION); while [ "$$I" -gt $(KERNEL_SUBLEVEL) ]; do echo $$I; I=$$(($$I - 1)); done)
- $(foreach ver,$(COMPAT_VERSIONS),$(eval CONFIG_COMPAT_KERNEL_3_$(ver)=y))
-
--ifdef CONFIG_COMPAT_KERNEL_2_6_24
--$(error "ERROR: compat-drivers by default supports kernels >= 2.6.24, try enabling only one driver though")
--endif #CONFIG_COMPAT_KERNEL_2_6_24
-+ifdef CONFIG_COMPAT_KERNEL_2_6_22
-+$(error "ERROR: compat-drivers by default supports kernels >= 2.6.22, try enabling only one driver though")
-+endif #CONFIG_COMPAT_KERNEL_2_6_22
-
- ifeq ($(CONFIG_CFG80211),y)
- $(error "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.")
---- a/scripts/gen-compat-autoconf.sh
-+++ b/scripts/gen-compat-autoconf.sh
-@@ -11,7 +11,7 @@
-
- # This indicates which is the oldest kernel we support
- # Update this if you are adding support for older kernels.
--OLDEST_KERNEL_SUPPORTED="2.6.24"
-+OLDEST_KERNEL_SUPPORTED="2.6.22"
- COMPAT_RELEASE=".compat_version"
- KERNEL_RELEASE=".compat_base_tree_version"
- MULT_DEP_FILE=".compat_pivot_dep"
diff --git a/enable-older-kernels/enable-2.6.23.patch b/enable-older-kernels/enable-2.6.23.patch
deleted file mode 100644
index f36bba7f..00000000
--- a/enable-older-kernels/enable-2.6.23.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/config.mk
-+++ b/config.mk
-@@ -33,9 +33,9 @@ endif
- COMPAT_VERSIONS := $(shell I=$(COMPAT_LATEST_VERSION); while [ "$$I" -gt $(KERNEL_SUBLEVEL) ]; do echo $$I; I=$$(($$I - 1)); done)
- $(foreach ver,$(COMPAT_VERSIONS),$(eval CONFIG_COMPAT_KERNEL_3_$(ver)=y))
-
--ifdef CONFIG_COMPAT_KERNEL_2_6_24
--$(error "ERROR: compat-drivers by default supports kernels >= 2.6.24, try enabling only one driver though")
--endif #CONFIG_COMPAT_KERNEL_2_6_24
-+ifdef CONFIG_COMPAT_KERNEL_2_6_23
-+$(error "ERROR: compat-drivers by default supports kernels >= 2.6.23, try enabling only one driver though")
-+endif #CONFIG_COMPAT_KERNEL_2_6_23
-
- ifeq ($(CONFIG_CFG80211),y)
- $(error "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.")
---- a/scripts/gen-compat-autoconf.sh
-+++ b/scripts/gen-compat-autoconf.sh
-@@ -11,7 +11,7 @@
-
- # This indicates which is the oldest kernel we support
- # Update this if you are adding support for older kernels.
--OLDEST_KERNEL_SUPPORTED="2.6.24"
-+OLDEST_KERNEL_SUPPORTED="2.6.23"
- COMPAT_RELEASE=".compat_version"
- KERNEL_RELEASE=".compat_base_tree_version"
- MULT_DEP_FILE=".compat_pivot_dep"