summaryrefslogtreecommitdiffstats
path: root/package/bridge/patches
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-03 08:12:27 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-03 08:12:27 +0000
commitb24dac87ccd7efb90aa88cbbe4629e848ca0cd0e (patch)
treef1aba2b91db2ea1c52a98b96abfa34ae47da24dd /package/bridge/patches
parentdbaafc7591a851674bb5d7ca413c3a5ee0ce4fa0 (diff)
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 5d211284a..000000000
--- 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@