diff options
Diffstat (limited to 'openwrt/package/bridge/Makefile.in')
-rw-r--r-- | openwrt/package/bridge/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/bridge/Makefile.in b/openwrt/package/bridge/Makefile.in new file mode 100644 index 0000000000..5636052953 --- /dev/null +++ b/openwrt/package/bridge/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_BRIDGE)),y) +TARGETS+=bridge +endif |