diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
commit | a4329ad3cc5a716bc25ea46f78ad52f6ca4d6073 (patch) | |
tree | b1bd865ddc103600da0e66dbdaf6233a0ae3dd96 /package/bridge-utils | |
parent | 5df4ff29731270d24a8ddd67fefcbc630e85ce3d (diff) | |
download | upstream-a4329ad3cc5a716bc25ea46f78ad52f6ca4d6073.tar.gz upstream-a4329ad3cc5a716bc25ea46f78ad52f6ca4d6073.tar.bz2 upstream-a4329ad3cc5a716bc25ea46f78ad52f6ca4d6073.zip |
move a few unmaintained packages from trunk to /packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge-utils')
-rw-r--r-- | package/bridge-utils/Makefile | 51 | ||||
-rw-r--r-- | package/bridge-utils/patches/001-libbridge_cflags.patch | 11 |
2 files changed, 0 insertions, 62 deletions
diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile deleted file mode 100644 index f87551c6c4..0000000000 --- a/package/bridge-utils/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# -# Copyright (C) 2006-2012 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/kernel.mk - -PKG_NAME:=bridge-utils -PKG_RELEASE:=1 -PKG_SOURCE_URL:=@SF/bridge -PKG_VERSION:=1.5 -PKG_MD5SUM:=ec7b381160b340648dede58c31bb2238 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz - -include $(INCLUDE_DIR)/package.mk - -define Package/bridge - SECTION:=net - CATEGORY:=Base system - TITLE:=Ethernet bridging configuration utility - URL:=http://bridge.sourceforge.net/ -endef - -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/Prepare -$(call Build/Prepare/Default) - ( cd $(PKG_BUILD_DIR) ; \ - [ -f ./configure ] || { \ - ln -sf configure.in configure.ac ; \ - autoconf ; \ - } \ - ) -endef - -define Package/bridge/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/brctl/brctl $(1)/usr/sbin -endef - -$(eval $(call BuildPackage,bridge)) diff --git a/package/bridge-utils/patches/001-libbridge_cflags.patch b/package/bridge-utils/patches/001-libbridge_cflags.patch deleted file mode 100644 index e35a649474..0000000000 --- a/package/bridge-utils/patches/001-libbridge_cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libbridge/Makefile.in -+++ b/libbridge/Makefile.in -@@ -5,7 +5,7 @@ AR=ar - RANLIB=@RANLIB@ - - CC=@CC@ --CFLAGS = -Wall -g $(KERNEL_HEADERS) -+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS) - - prefix=@prefix@ - exec_prefix=@exec_prefix@ |