3 # Copyright (C) 2012 OpenWrt.org
6 uboot_environment_configuration
() {
12 echo "$dev $offset $envsize $secsize $numsec" > /etc
/fw_env.config
15 [ -e /etc
/config
/fw_env.config
] && exit 0
19 board
=$
(lantiq_board_name
)
23 uboot_environment_configuration
"/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
27 # custom foo goes here