1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19597 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-02-12 02:06:57 +00:00
parent d5df4c3d39
commit ef34750d84
3 changed files with 7 additions and 3 deletions

View File

@@ -327,6 +327,11 @@ setup_interface() {
}
}
stop_interface_dhcp() {
local config="$1"
uci -P /var/state revert "network.$config"
}
unbridge() {
local dev="$1"
local brdev