diff options
Diffstat (limited to 'package/bridge-utils')
-rw-r--r-- | package/bridge-utils/bridge-utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bridge-utils/bridge-utils.mk b/package/bridge-utils/bridge-utils.mk index 7e942ef37..5f846ffe5 100644 --- a/package/bridge-utils/bridge-utils.mk +++ b/package/bridge-utils/bridge-utils.mk @@ -15,4 +15,4 @@ define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS include/libbridge.h share/man/man8/brctl.8 sbin/brctl) endef -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |