diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-14 18:48:33 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-14 18:48:33 +0200 |
commit | fe8a6dd2991d54c3eb84cb12764c1316d19bac4e (patch) | |
tree | 17e591c922c58697e24616448f6ef3112d54d257 /system-dummy.c | |
parent | 1b601254a2a71a199e3df5b26f364dc7a203eb65 (diff) |
ignore mac80211 devices specified in /etc/config/network
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c index cae421d..a2411f3 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -66,6 +66,11 @@ int system_vlan_del(struct device *dev) return 0; } +bool system_if_force_external(const char *ifname) +{ + return false; +} + int system_if_up(struct device *dev) { D(SYSTEM, "ifconfig %s up\n", dev->ifname); |