summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-27 21:54:09 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-27 21:54:09 +0000
commit6121023e9012f37a3c717f3fe3c6abb768794121 (patch)
tree6777e04172399d0061204b2bafd6b4b27fbd8ee0 /target
parente07d1e4f95798023c8c6b59f05a3eaaf7fea8398 (diff)
remove handling of older unsupported kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/s3c24xx/todo.txt2
-rw-r--r--target/linux/x86/image/Config.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/s3c24xx/todo.txt b/target/linux/s3c24xx/todo.txt
deleted file mode 100644
index b127f4e61..000000000
--- a/target/linux/s3c24xx/todo.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- - patch kernel to run preinit instead of init per default to avoid patching of bootloader
- - get the kernel starting after new openwrt-2.6.26-patchset
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in
index 3883f8900..e5a82da79 100644
--- a/target/linux/x86/image/Config.in
+++ b/target/linux/x86/image/Config.in
@@ -22,7 +22,6 @@ config X86_GRUB_KERNELPART
config X86_GRUB_ROOTPART
string
prompt "Root partition on target device" if X86_GRUB_IMAGES
- default "/dev/hda2" if LINUX_2_6_28
default "/dev/sda2"
help
The root partition on the final device. If you don't know,