diff options
Diffstat (limited to 'target/linux/ath25/base-files')
-rwxr-xr-x | target/linux/ath25/base-files/etc/board.d/01_leds | 2 | ||||
-rwxr-xr-x | target/linux/ath25/base-files/etc/board.d/02_network | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath25/base-files/etc/board.d/01_leds b/target/linux/ath25/base-files/etc/board.d/01_leds index e28dcda23d..e6ab4a76b1 100755 --- a/target/linux/ath25/base-files/etc/board.d/01_leds +++ b/target/linux/ath25/base-files/etc/board.d/01_leds @@ -2,7 +2,7 @@ # Copyright 2012-2015 OpenWrt.org # -. /lib/functions/uci-defaults-new.sh +. /lib/functions/uci-defaults.sh board_config_update diff --git a/target/linux/ath25/base-files/etc/board.d/02_network b/target/linux/ath25/base-files/etc/board.d/02_network index b2781bf4cb..b2977f7b94 100755 --- a/target/linux/ath25/base-files/etc/board.d/02_network +++ b/target/linux/ath25/base-files/etc/board.d/02_network @@ -1,6 +1,6 @@ #!/bin/sh -. /lib/functions/uci-defaults-new.sh +. /lib/functions/uci-defaults.sh board_config_update |