forked from Ivasoft/openwrt
ramips: Reapply sorting to board.d files
This patch is cosmetical: It only applies sorting based on device names, whereas renames already took place in earlier patches. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Daniel Golle
parent
b4588c8538
commit
5d50155f14
@@ -14,13 +14,13 @@ fix_checksum() {
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
samsung,cy-swr1100|\
|
||||
dlink,dch-m225|\
|
||||
dlink,dir-645|\
|
||||
dlink,dir-860l-b1)
|
||||
fix_checksum seama
|
||||
;;
|
||||
dlink,dap-1522-a1)
|
||||
fix_checksum wrg
|
||||
;;
|
||||
dlink,dch-m225|\
|
||||
dlink,dir-645|\
|
||||
dlink,dir-860l-b1|\
|
||||
samsung,cy-swr1100)
|
||||
fix_checksum seama
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user