all: drop old uci-defaults.sh
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one and update all users accordingly. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47867
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/ramips.sh
|
||||
|
||||
set_usb_led() {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/ramips.sh
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/functions/system.sh
|
||||
|
||||
ramips_setup_rt3x5x_vlans()
|
||||
|
||||
Reference in New Issue
Block a user