aboutsummaryrefslogtreecommitdiffstats
path: root/package/bridge/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-03 08:12:27 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-03 08:12:27 +0000
commit9a97d9c2c484b853f28465ff680fb89fe29d41ae (patch)
treef1aba2b91db2ea1c52a98b96abfa34ae47da24dd /package/bridge/patches
parent3db8008c0a2479c4e7664fc8fc03a38ec50c1ec9 (diff)
downloadmaster-187ad058-9a97d9c2c484b853f28465ff680fb89fe29d41ae.tar.gz
master-187ad058-9a97d9c2c484b853f28465ff680fb89fe29d41ae.tar.bz2
master-187ad058-9a97d9c2c484b853f28465ff680fb89fe29d41ae.zip
rename bridge package to bridge-utils (to match source name)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8586 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge/patches')
-rw-r--r--package/bridge/patches/001-patch-libbridge_makefile_in13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/bridge/patches/001-patch-libbridge_makefile_in b/package/bridge/patches/001-patch-libbridge_makefile_in
deleted file mode 100644
index 5d211284a2..0000000000
--- a/package/bridge/patches/001-patch-libbridge_makefile_in
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: bridge-utils-1.0.6/libbridge/Makefile.in
-===================================================================
---- bridge-utils-1.0.6.orig/libbridge/Makefile.in 2007-06-04 13:21:26.951879360 +0200
-+++ bridge-utils-1.0.6/libbridge/Makefile.in 2007-06-04 13:21:27.019869024 +0200
-@@ -5,7 +5,7 @@
- RANLIB=@RANLIB@
-
- CC=@CC@
--CFLAGS = -Wall -g $(KERNEL_HEADERS)
-+CFLAGS = -Wall -g @CFLAGS@ $(KERNEL_HEADERS)
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@