X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=a5d352d7c2454098e1f123f6bc4d0e0e6b5a591d;hp=5aa51c035510e73f41f3b6a1eac18a36f7390563;hb=98565127c60cba3d5b747bb9eb698e06d187f45b;hpb=a7d0fa57b4bbc3c61a94dfe4d47490b296e12b6c diff --git a/system-dummy.c b/system-dummy.c index 5aa51c0..a5d352d 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -11,6 +11,11 @@ #include "device.h" #include "system.h" +int system_init(void) +{ + return 0; +} + int system_bridge_addbr(struct device *bridge) { DPRINTF("brctl addbr %s\n", bridge->ifname);