+define Package/bridge/description
+ Manage ethernet bridging: a way to connect networks together to
+ form a larger network.
+endef
+
+CONFIGURE_ARGS += \
+ --with-linux-headers="$(LINUX_DIR)" \
+
+define Build/Configure
+ (cd $(PKG_BUILD_DIR); \
+ [ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
+ autoconf; \
+ ./configure $(CONFIGURE_ARGS) \
+ )
+endef