X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbridge%2FMakefile;h=bd71165b6d220ef723197c724d29a460d678cbc5;hb=e01b70e0b98336c876f8e102bf06bef9d6b73153;hp=be52b2a9754229b54474944b64662e07b92df1f9;hpb=882c7bccb740170def5a5dbeeb95dd9fd3fdbf3c;p=openwrt-10.03%2F.git diff --git a/package/bridge/Makefile b/package/bridge/Makefile index be52b2a97..bd71165b6 100644 --- a/package/bridge/Makefile +++ b/package/bridge/Makefile @@ -19,36 +19,14 @@ SECTION:=base CATEGORY:=Network DEFAULT:=y TITLE:=Ethernet bridging configuration utility -DESCRIPTION:=Manage ethernet bridging; a way to connect networks together to\\\ +DESCRIPTION:=Ethernet bridging configuration utility\\\ +Manage ethernet bridging; a way to connect networks together to\\\ form a larger network. URL:=http://bridge.sourceforge.net/ endef define Build/Configure - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/bin \ - --sbindir=/usr/sbin \ - --libexecdir=/usr/lib \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - $(DISABLE_NLS) \ - --with-linux-headers=$(LINUX_DIR) -endef - - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) - touch $@ +$(call Build/Configure/Default,--with-linux-headers=$(LINUX_DIR)) endef define Package/busybox/install