1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 23:29:22 +02:00

add fw_env.config for change kernel commandline

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-08-05 23:38:49 +08:00
parent 3482330e02
commit e67fd6e0d5

View File

@ -0,0 +1,11 @@
# Configuration file for fw_(printenv/saveenv) utility.
# Up to two entries are valid, in this case the redundant
# environment sector is assumed present.
# Notice, that the "Number of sectors" is ignored on NOR.
# MTD device name Device offset Env. size Flash sector size Number of sectors
/dev/mtd0 0x100000 0x1000 0x80000
/dev/mtd0 0x180000 0x1000 0x80000
# NAND example
#/dev/mtd0 0x4000 0x4000 0x20000 2