add wl-500w diag support (untested, based on patch from #1298)
[openwrt.git] / package / bridge / Makefile
index 0091af5..eb33bc3 100644 (file)
@@ -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
This page took 0.02511 seconds and 4 git commands to generate.