uboot-envtools: keep boards in alphabetical order
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
600d648a0d
commit
f70a2adca1
4 changed files with 15 additions and 15 deletions
|
@ -36,10 +36,10 @@ mr600v2 | \
|
|||
mr900 | \
|
||||
mr900v2 | \
|
||||
nbg6716 | \
|
||||
om5p-an | \
|
||||
om5p | \
|
||||
om5p-ac | \
|
||||
om5p-acv2 | \
|
||||
om5p | \
|
||||
om5p-an | \
|
||||
sr3200 | \
|
||||
tube2h | \
|
||||
wndr3700 | \
|
||||
|
@ -49,20 +49,20 @@ xd3200)
|
|||
alfa-ap96 | \
|
||||
all0315n | \
|
||||
om2p | \
|
||||
om2pv2 | \
|
||||
om2p-hs | \
|
||||
om2p-hsv2 | \
|
||||
om2p-hsv3 | \
|
||||
om2p-lc)
|
||||
om2p-lc | \
|
||||
om2pv2)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
|
||||
;;
|
||||
dr531)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000"
|
||||
;;
|
||||
dap-2695-a1 | \
|
||||
wzr-hp-ag300h)
|
||||
ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
dr531)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000"
|
||||
;;
|
||||
qihoo-c301)
|
||||
ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
|
|
|
@ -14,15 +14,15 @@ touch /etc/config/ubootenv
|
|||
board=$(lantiq_board_name)
|
||||
|
||||
case "$board" in
|
||||
GIGASX76X)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
|
||||
;;
|
||||
BTHOMEHUBV2B)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
|
||||
;;
|
||||
BTHOMEHUBV3A)
|
||||
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x4000" "1"
|
||||
;;
|
||||
GIGASX76X)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
|
||||
;;
|
||||
P2812HNUF1)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
|
||||
;;
|
||||
|
|
|
@ -15,8 +15,8 @@ board=$(oxnas_board_name)
|
|||
|
||||
case "$board" in
|
||||
akitio | \
|
||||
stg212 | \
|
||||
kd20)
|
||||
kd20 | \
|
||||
stg212)
|
||||
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
|
||||
ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1"
|
||||
;;
|
||||
|
|
|
@ -19,13 +19,13 @@ all0256n | \
|
|||
all5002)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
br6425 | \
|
||||
linkits7688 | \
|
||||
linkits7688d | \
|
||||
wsr-600 | \
|
||||
wsr-1166 | \
|
||||
br6425 | \
|
||||
miwifi-nano | \
|
||||
sk-wb8 | \
|
||||
wsr-1166 | \
|
||||
wsr-600 | \
|
||||
zbt-wg2626)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue