mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
kirkwood: move kirkwood.sh to /lib/ for consistency
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41338
This commit is contained in:
parent
35f05693f1
commit
a54f4320f9
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/functions/kirkwood.sh
|
||||
. /lib/kirkwood.sh
|
||||
|
||||
board=$(kirkwood_board_name)
|
||||
|
||||
|
@ -21,7 +21,7 @@ EOF
|
||||
}
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/functions/kirkwood.sh
|
||||
. /lib/kirkwood.sh
|
||||
|
||||
board=$(kirkwood_board_name)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user