3cedd8bc2d5ce0f47ce952f4b2c6340ff5319ce2
[oweals/openwrt.git] / package / boot / uboot-envtools / files / apm821xx
1 #!/bin/sh
2
3 [ -e /etc/config/ubootenv ] && exit 0
4
5 touch /etc/config/ubootenv
6
7 . /lib/uboot-envtools.sh
8 . /lib/functions.sh
9
10 board=$(board_name)
11
12 case "$board" in
13 esac
14
15 config_load ubootenv
16 config_foreach ubootenv_add_app_config ubootenv
17
18 exit 0