projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] remove the i2c-gpio-custom driver from adm5120, and make it available on...
[openwrt.git]
/
target
/
linux
/
olpc
/
image
/
Config.in
diff --git
a/target/linux/olpc/image/Config.in
b/target/linux/olpc/image/Config.in
index
6252ae6
..
295f916
100644
(file)
--- a/
target/linux/olpc/image/Config.in
+++ b/
target/linux/olpc/image/Config.in
@@
-1,35
+1,23
@@
-config OLPC_
GRUB
_IMAGES
- bool "Build
GRUB images
"
+config OLPC_
BOOTSCRIPT
_IMAGES
+ bool "Build
images with bootscript
"
depends TARGET_olpc
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
depends TARGET_olpc
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
- select PACKAGE_grub
default y
default y
-config OLPC_
GRUB
_IMAGES_PAD
- bool "Pad
GRUB
images to filesystem size (for JFFS2)"
- depends OLPC_
GRUB
_IMAGES
+config OLPC_
BOOTSCRIPT
_IMAGES_PAD
+ bool "Pad
bootscript
images to filesystem size (for JFFS2)"
+ depends OLPC_
BOOTSCRIPT
_IMAGES
-config OLPC_GRUB_BAUDRATE
- int "Serial port baud rate"
- depends OLPC_GRUB_IMAGES
- default 38400
-
-config OLPC_GRUB_KERNELPART
+config OLPC_BOOTSCRIPT_KERNELPART
int "Kernel partition size (in MB)"
int "Kernel partition size (in MB)"
- depends OLPC_
GRUB
_IMAGES
+ depends OLPC_
BOOTSCRIPT
_IMAGES
default 4
default 4
-config OLPC_
GRUB
_ROOTPART
+config OLPC_
BOOTSCRIPT
_ROOTPART
string
string
- prompt "Root partition on target device" if OLPC_
GRUB
_IMAGES
+ prompt "Root partition on target device" if OLPC_
BOOTSCRIPT
_IMAGES
default "/dev/hda2"
help
The root partition on the final device. If you don't know,
you probably want the default (/dev/hda2).
default "/dev/hda2"
help
The root partition on the final device. If you don't know,
you probably want the default (/dev/hda2).
-config OLPC_GRUB_BOOTOPTS
- string
- prompt "Extra kernel boot options" if OLPC_GRUB_IMAGES
- default ""
- help
- If you don't know, just leave it blank.
This page took
0.023771 seconds
and
4
git commands to generate.