summaryrefslogtreecommitdiffstats
path: root/package/bridge-utils/patches/001-patch-libbridge_makefile_in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-20 13:58:09 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-20 13:58:09 +0000
commite90b272ea7df4d2c356ad1331cd9529e06331448 (patch)
tree2e178af90813d311238d80385a24a28ef83d95db /package/bridge-utils/patches/001-patch-libbridge_makefile_in
parentfc7ac0c1a5bc340edcfdd1d27f902c01aca1ee9f (diff)
rename patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bridge-utils/patches/001-patch-libbridge_makefile_in')
-rw-r--r--package/bridge-utils/patches/001-patch-libbridge_makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bridge-utils/patches/001-patch-libbridge_makefile_in b/package/bridge-utils/patches/001-patch-libbridge_makefile_in
deleted file mode 100644
index cfd5cf785..000000000
--- a/package/bridge-utils/patches/001-patch-libbridge_makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libbridge/Makefile.in
-+++ b/libbridge/Makefile.in
-@@ -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@