summaryrefslogtreecommitdiffstats
path: root/openwrt/package/bridge/bridge.patch
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-19 07:36:55 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-19 07:36:55 +0000
commit094dace1afbc42a83bbc2e9e4099c5f391b2b0a0 (patch)
treee80ecb58cc44a5fed24135b1cc14f3b729a4136f /openwrt/package/bridge/bridge.patch
parent408e3892d3978ab9dce3641ce49c8bfa85d04c10 (diff)
sync with buildroot2 from uclibc, separate ptches in subdir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@261 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/bridge/bridge.patch')
-rw-r--r--openwrt/package/bridge/bridge.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/bridge/bridge.patch b/openwrt/package/bridge/bridge.patch
deleted file mode 100644
index f44737750..000000000
--- a/openwrt/package/bridge/bridge.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bridge-utils-0.9.6/libbridge/Makefile.in.dist 2004-03-01 20:55:52.000000000 -0600
-+++ bridge-utils-0.9.6/libbridge/Makefile.in 2004-03-01 20:56:23.000000000 -0600
-@@ -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@