base-files: add function ucidef_set_interface_raw to enable default configuration...
authorJohn Crispin <john@openwrt.org>
Thu, 10 Mar 2016 19:07:17 +0000 (19:07 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 10 Mar 2016 19:07:17 +0000 (19:07 +0000)
Signed-off-by: Micke Prag <micke.prag@telldus.se>
SVN-Revision: 48976

package/base-files/files/lib/functions/uci-defaults.sh

index 31e468731ad7add2caffa1502dfd7da821e44b0a..b097fba37cbc175240b4dabffe74b990b0196c14 100755 (executable)
@@ -89,6 +89,12 @@ ucidef_set_interfaces_lan_wan() {
        json_select ..
 }
 
+ucidef_set_interface_raw() {
+       json_select_object network
+       _ucidef_set_interface "$@"
+       json_select ..
+}
+
 _ucidef_add_switch_port() {
        # inherited: $num $device $need_tag $role $index $prev_role
        # inherited: $n_cpu $n_ports $n_vlan $cpu0 $cpu1 $cpu2 $cpu3 $cpu4 $cpu5