فهرست منبع

base-files: add function ucidef_set_interface_raw to enable default configuration on interfaces other than lan and wan.

Signed-off-by: Micke Prag <[email protected]>

SVN-Revision: 48976
John Crispin 9 سال پیش
والد
کامیت
63c9caaa91
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      package/base-files/files/lib/functions/uci-defaults.sh

+ 6 - 0
package/base-files/files/lib/functions/uci-defaults.sh

@@ -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