diff options
Diffstat (limited to 'package/bridge')
-rw-r--r-- | package/bridge/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/bridge/Makefile b/package/bridge/Makefile index 0091af5a23..eb33bc3e6e 100644 --- a/package/bridge/Makefile +++ b/package/bridge/Makefile @@ -31,11 +31,7 @@ define Package/bridge URL:=http://bridge.sourceforge.net/ endef -define Build/Configure - $(call Build/Configure/Default, \ - --with-linux-headers="$(LINUX_DIR)" \ - ) -endef +CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)" define Package/bridge/install $(INSTALL_DIR) $(1)/usr/sbin |