diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:54:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:54:09 +0000 |
commit | 3d7ea17c07a07e5b65372a1c6201b02f66dc400b (patch) | |
tree | 6777e04172399d0061204b2bafd6b4b27fbd8ee0 /target/linux | |
parent | 27cae68270c64bb1ed90619f235f40042d4a90cf (diff) | |
download | upstream-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.tar.gz upstream-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.tar.bz2 upstream-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.zip |
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/linux')
-rw-r--r-- | target/linux/s3c24xx/todo.txt | 2 | ||||
-rw-r--r-- | target/linux/x86/image/Config.in | 1 |
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 b127f4e610..0000000000 --- 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 3883f89007..e5a82da791 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, |