diff options
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, |